ooagentbender
04-25-2006, 04:30 AM
I want to install the ruby-ldap libraries for a project im working on but when I try to it gives me this
$> yum install /home/nousplacidus/Desktop/ruby-ldap-0.9.5-1.i386.rpm
Setting up Install Process
Setting up repositories
core [1/4]
updates [2/4]
freshrpms [3/4]
extras [4/4]
Reading repository metadata in from local files
Parsing package install arguments
Examining /home/nousplacidus/Desktop/ruby-ldap-0.9.5-1.i386.rpm: ruby-ldap - 0.9.5-1.i386
Marking /home/nousplacidus/Desktop/ruby-ldap-0.9.5-1.i386.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package ruby-ldap.i386 0:0.9.5-1 set to be updated
--> Running transaction check
--> Processing Dependency: libssl.so.5 for package: ruby-ldap
--> Processing Dependency: libcrypto.so.5 for package: ruby-ldap
--> Finished Dependency Resolution
Error: Missing Dependency: libssl.so.5 is needed by package ruby-ldap
Error: Missing Dependency: libcrypto.so.5 is needed by package ruby-ldap
so I thought ok ill just get those resolved, but the packages containing those are older than the ones I have installed on my system. Is there any way I can edit the rpm so that the dependency is pointing to the versions of those I have now, and how would I find out those current versions.
Thanks
$> yum install /home/nousplacidus/Desktop/ruby-ldap-0.9.5-1.i386.rpm
Setting up Install Process
Setting up repositories
core [1/4]
updates [2/4]
freshrpms [3/4]
extras [4/4]
Reading repository metadata in from local files
Parsing package install arguments
Examining /home/nousplacidus/Desktop/ruby-ldap-0.9.5-1.i386.rpm: ruby-ldap - 0.9.5-1.i386
Marking /home/nousplacidus/Desktop/ruby-ldap-0.9.5-1.i386.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package ruby-ldap.i386 0:0.9.5-1 set to be updated
--> Running transaction check
--> Processing Dependency: libssl.so.5 for package: ruby-ldap
--> Processing Dependency: libcrypto.so.5 for package: ruby-ldap
--> Finished Dependency Resolution
Error: Missing Dependency: libssl.so.5 is needed by package ruby-ldap
Error: Missing Dependency: libcrypto.so.5 is needed by package ruby-ldap
so I thought ok ill just get those resolved, but the packages containing those are older than the ones I have installed on my system. Is there any way I can edit the rpm so that the dependency is pointing to the versions of those I have now, and how would I find out those current versions.
Thanks