OS: HPUX 11 PHP: 4.2.3 GCC: gcc3.2 MySQL: 3.23.53 Apache: 1.3.27 PHP Compile Options: CC=gcc ./configure --with-mysql=/usr/local/mysql --with-apxs=/opt/apache-1.3.27/bin /apxs \ --enable-discard-path
Hello PHP Guru's! I'm trying to install PHP w/ MySQL support and w/ Apache-DSO support. During the PHP install, the "configure", "gmake", and "gmake install" goes without a hitch. However, when I start Apache I get the following error: /usr/lib/dld.sl: Unresolved symbol: compress (code) from /usr/local/mysql/lib/mysql/libmysqlclient.sl.10 /usr/lib/dld.sl: Unresolved symbol: uncompress (code) from /usr/local/mysql/lib/mysql/libmysqlclient.sl.10 /usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code) from /usr/local/mysql/lib/mysql/libmysqlclient.sl.10 Syntax error on line 236 of /opt/apache-1.3.27/conf/httpd.conf: Cannot load /opt/apache-1.3.27/libexec/libphp4.sl into server: Unresolved external ./apachectl start: httpd could not be started Does anyone know what this means? I think the MySQL-libs are trying to source other libs but I'm not sure. Has anyone run into this problem before? Any solutions/help/words of wisdom are greatly appreciated! Rick King -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php