You know, I"ve done my darnest to configure this hp11.00 box to use apache as a static/non-module, with no luck so far. (apache-1.3.17/php4.0.3pl1) the final link step produces this error: -o httpd buildmark.o modules.o modules/php4/libphp4.a modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lpam -lm -lcrypt -lnsl -lm -lpthread /usr/bin/ld: Unsatisfied symbols: DL_UNLOAD (code) collect2: ld returned 1 exit status *** Error exit code 1 This error happens when I compile apache w/php , but not without php. In php i did: ./confiugre --enable-shared=no --enable-static=yes --apache=../apache_1.3.17 --prefix=/opt/php In apache I did: ./configure --disable-rule=SHARED_CORE --prefix=/opt/apache_1.3 --activate-module=src/modules/php4/libphp4.a --disable-shared=php4 Any suggestions? -- Brian -- 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]