I had installed PHP 4.2 with OpenBSD 3.0 + Apache 2.0.35. When I run Apache, I got the error : bash-2.05# ./apachectl start /usr/libexec/ld.so: Undefined symbol "_unixdriver" in httpd:/usr/local/http-2.0.35/modules/libphp4.so ./apachectl start: httpd could not be started It appears that the symbol _unixdriver can be found in the file libc-client.a (UW-Imap c-client) : bash-2.05# nm /usr/local/lib/libc-client.a | grep "unixdriver" 00000604c D _unixdriver Can anyone help me to find my error ? ---- head of config.log : It was created by configure, which was generated by GNU Autoconf 2.52. Invocation command line was $ ./configure --prefix=/usr/local/php-4.2.0 --with-gd=/usr/local --with-pgsql --with-ttf --enable-pear --with-zlib=/usr --with-ftp --with-openssl --enable-sockets --with-apxs2=/usr/local/http-2.0.35/bin/apxs --with-gettext --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-freetype-dir=/usr/local/freetype-2.1.0 --with-t1lib=/usr/local/ --enable-sysvshem --enable-sysvshm --enable-mbstring --with-imap-ssl=/usr --with-mcrypt=/usr/local --without-pam --without-crypt --with-imap=/usr/local --with-imap-ssl=/usr ## ---------- ## ## Platform. ## ## ---------- ## hostname = vm-openbsd uname -m = i386 uname -r = 3.0 uname -s = OpenBSD uname -v = GENERIC#94 /usr/bin/uname -p = Intel Pentium 4 ("GenuineIntel" 686-class) /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = OpenBSD.i386 /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH = /usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
-- Karl Soulabaille -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php