RE: [PHP-INST] libphp4.so can't find libmysqlclient.so

2001-11-04 Thread Gonzalez, Lorenzo
Oh, you are a beautiful person, thank you. Dropped a symlink to the mysql lib into /usr/lib and all is well - silly me! Thanks again! Lorenzo -Original Message- From: Pierre-Alain Joye Sent: Sun 11/4/2001 11:08 AM To: [EMAIL PROTECTED]

RE: [PHP-INST] Can you help me about apache connect with php ?

2001-11-04 Thread Gonzalez, Lorenzo
Edward, at a glance, I'd guess you need to load the kerberos libs. do this: shell> rpm -qa | grep krb on a RH7.2 you should at least see: krb5-libs-1.2.2-13 if you don't, try installing krb5-libs-1.2.2-13.i386.rpm (at least, that's what it is on RH7.2) Regards, Lorenzo

[PHP-INST] libphp4.so can't find libmysqlclient.so

2001-11-04 Thread Gonzalez, Lorenzo
Hi everyone! I promise I tried to find this problem in the list archives/FAQ - no luck! Everything (apache/mysql/php) compiles nicely, with no complaints at all, but, when Apache tries to load libphp4.so, it complains that it can't find libmysqlclient.so.10 Before you tell me to load th