Hi Andre,

On Wed, 2002-02-20 at 19:04, Andre Konopka wrote:
> mmh, maybe it's not a mysql-problem...

Indeed, doesn't look like it.

> Yes, I read through the numerous threads about this topic but I can't
> solve my problem
> 
> After compiling php-4.1.1 with mysql support (mysql-3.23.47) as a DSO
> (./configure --enable-libgcc  --with-mysql=/opt/mysql-3.23.47 
> --with-apxs=/opt/apache-1.3.23/bin/apxs)
> 
> apache complains with the following error:
> 
> 
>   bin/apachectl start
> /usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code)  from 
> /opt/mysql-3.23.47/lib/mysql/libmysqlclient.sl.10
> Syntax error on line 236 of /opt/apache-1.3.23/conf/httpd.conf:
> Cannot load /opt/apache-1.3.23/libexec/libphp4.so into server: No such 
> file or directory
> bin/apachectl start: httpd could not be started

Ok, so /opt/apache-1.3.23/libexec/libphp4.so does not exist.
Look at httpd.conf, where are the other Apache modules loaded from?

Check where the "make install" of PHP puts the libphp4.so ....
(also scan your disk for all occurrances of 'libphp4.so')


Regards,
Arjen.

-- 
Get MySQL Training Worldwide, http://www.mysql.com/training/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Arjen G. Lentz <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Technical Writer, Trainer
/_/  /_/\_, /___/\___\_\___/   Brisbane, QLD Australia
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to