[SGVLUG] rpm hell
Don Saxton
dsaxton at pacbell.net
Sun Nov 20 16:33:37 PST 2005
Thanks. I think you are asking the linux distro: redhat 8.0 and the rpm
for libmyswlclient is at
http://rpmseek.com/rpm-dl/libmysqlclient12-4.0.15-62447cl.i386.html?hl=com&cs=mysqlclient:PN:0:0:0:0:2294061
the openssl I tried is at
http://rpmseek.com/rpm-dl/openssl-0.9.7c-3mdk.i586.html?hl=com&cs=openssl:PN:0:0:0:0:1369281
I think I have two holes in my knowledge : how rpm resolves dependencies
and how shared objects are versioned.
I am wondering if I d/l the source for libssl and libcrypto and compile
whether that will be detected by an rpm install for libmysqlclient.
Mike Fedyk wrote:
> All of this is unsolvable without knowing the version of the RPM based
> distro we are working with, and the source of these updated RPMs
> you're trying to install.
>
> Don Saxton wrote:
>
>> I am trying to instal php with mysql. The ./configure requires
>> libmysqlclient. Because I already have some mysql databases, I am
>> trying to use rpm and minimum changes. libmysqlclient requires
>> libcrypto.so.0.9.7
>> libssl.so.0.9.7
>>
>> I have on disk
>> /usr//lib/libcrypto.so.0.9.6
>> /usr//lib/libcrypto.so.0.9.6b
>> /usr//lib/libcrypto.so.1
>> /usr//lib/libcrypto.so.2
>>
>> /usr/lib/libssl.so.0.9.6
>> /usr/lib/libssl.so.0.9.6b
>> /usr/lib/libssl.so.1
>> /usr/lib/libssl.so.2
>>
>> apparently the so.0.9.6b came from openssl rpm or so the rpm list
>> says. I tried to rpm update from the openssl.0.9.7, but of course it
>> wants to update libssl.so.2 which is needed by a bunch of programs
>> like postrgresql that I need.
>>
>> Then I tried to install openssl.0.9.7.rpm, but now I get conflicts
>> with files from openssl.0.9.6b including the openssl.cnf. I looked
>> for rpms for the libssl and libcrypto, but only versions 9.7g or h.
>>
>> So I have two questions: How can I add the two 0.9.7 libraries? Is
>> there any acceptable substitutes?
>>
>> Thanks
>>
>>
>
>
More information about the SGVLUG
mailing list