"Jeffrey M. Johnson" wrote:
> 
> Put libmysqlclient.so in your /usr/local/lib directory.   You should be able
> to find under ../mysql/lib/mysql/lib/
> 
> This should solve your problem, if not see the mysql documentation (Section
> 4.11 I think).

alas, this didnot solve my problem.

Syntax error on line 171 of /etc/httpd/httpd.conf:
Cannot load /usr/local/libexec/libphp4.so 
into server: ld.so.1: /usr/local/sbin/httpd: fatal: libttf.so.2: open
failed: No such file or directory

this is the error i get
if i understand correctly,
apache tries to load libphp4, and then libphp4 tries to load another
library
which lives where it is supposed to normally, in /usr/local/lib
but libphp4 does not find this library.

so the question is:
where exactly is the information for php telling it where to look for
the additional libraries
it is supposed to load?

which config parameter or entry in php.ini
i tried extension_dir in php.ini. that did not help.

i do have a nonstandard installation pathwise, so i need to set a lot of
stuff
manually.




--
Erich Neuwirth, Computer Supported Didactics Working Group
Visit our SunSITE at http://sunsite.univie.ac.at
Phone: +43-1-4277-38624 Fax: +43-1-4277-9386

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to