Link to home
Start Free TrialLog in
Avatar of Raamakrishnan
Raamakrishnan

asked on

Install java-1.6.0-openjdk at fedora 5

Hi,

I am using fedora 5 . i need install java-1.6.0-openjdk. i got the java from epel plugin.

Now it show dependency error for

 libpng12.so.0(PNG12_0)

and

 rtld(GNU_HASH)


Please let me know how to install the dependencies. i tried with fedora yum repository.


Thanks.
Avatar of cjl7
cjl7
Flag of Sweden image

Setup epel as a repository and do a yum install <package>, yum will pull down the deps if it can.

//jonas
Avatar of Raamakrishnan
Raamakrishnan

ASKER

Hi,

I already  tried with this.

Its show same error

Error: Missing Dependency: libpng12.so.0(PNG12_0) is needed by package java-1.6.0-openjdk
Error: Missing Dependency: rtld(GNU_HASH) is needed by package java-1.6.0-openjdk-devel
Error: Missing Dependency: libpng12.so.0(PNG12_0)(64bit) is needed by package java-1.6.0-openjdk
Error: Missing Dependency: rtld(GNU_HASH) is needed by package java-1.6.0-openjdk
Error: Missing Dependency: rtld(GNU_HASH) is needed by package java-1.6.0-openjdk-demo
Error: Missing Dependency: rtld(GNU_HASH) is needed by package java-1.6.0-openjdk-plugin
ASKER CERTIFIED SOLUTION
Avatar of cjl7
cjl7
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial