Hi I am having a problem with the newest stable apache release 2.0.48.
./configure --enable-so
and then make, etc
I then configured using php (using many config options:
./configure i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include
--localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info --prefix=/usr --with-config-file-path=/etc
--enable-force-cgi-redirect --disable-debug --enable-pic --disable-rpath
--enable-inline-optimization --with-bz2 --with-db3 --with-exec-dir=/usr/bin
--with-freetype-dir=/usr --with-gd --with-gdbm --with-gettext --with-gmp
--with-iconv --with-jpeg-dir=/usr --with-mm --with-openssl --with-png
--with-regex=system --with-ttf --with-expat-dir=/usr --with-zlib
--with-layout=GNU --enable-bcmath --enable-debugger --enable-ftp
--enable-magic-quotes --enable-safe-mode --enable-sockets --enable-sysvsem
--enable-sysvshm --enable-track-vars --enable-trans-sid --enable-yp
--enable-wddx --without-oci8 --with-kerberos=/usr/kerberos
--with-ldap=shared,/usr --with-pgsql=shared,/usr
--with-apxs2=/usr/local/apache2/bin/apxs --with-sybase=/usr/local/freetds
No problems are reported by either apache or php.
However, when I try to start apache via
/usr/local/apache2/bin/apachectl start
Syntax error on line 231 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: undefined symbol: unixd_config
But the apache error log gives:
[Wed Jan 07 17:15:04 2004] [notice] Apache/2.0.48 (Unix) PHP/4.3.4 configured --
resuming normal operations
I am on a Linux RedHat Enterprise Server 2.1...
thanks
Andrew Cadman