Hi,
I am trying to compile PHP 4.0.6 as a DSO on a True64 v5.0 server. The Apache install has mod_auth_krb5 installed (based on the system's MIT Krb5 install v1.2.x) Despite what I do, the resulting libphp4.so is useless: -=- #/rc0/host/httpd/apache/bin/apachectl start Syntax error on line 205 of /rc0/host/httpd/apache/conf/httpd.conf: Cannot load /rc0/host/httpd/apache/libexec/libphp4.so into server: dlopen: cannot load /rc0/host/httpd/apache/libexec/libphp4.so /rc0/host/httpd/apache/bin/apachectl start: httpd could not be started -=- This is how I invoked configure: ./configure --without-mysql --with-apxs=/httpd/apache/bin/apxs --with-pgsql="/usr/local/pgsql" --enable-memory-limit=yes --enable-debug=yes --with-kerberos=/usr/local/krb5 --with-openssl These are the resulting errors: -=- checking for getcwd... yes checking for getwd... yes checking for standard DES crypt... 257188:./conftest: /sbin/loader: Fatal Error: cannot map libkrb5.so.3 no checking for extended DES crypt... 264050:./conftest: /sbin/loader: Fatal Error: cannot map libkrb5.so.3 no checking for MD5 crypt... 262372:./conftest: /sbin/loader: Fatal Error: cannot map libkrb5.so.3 no 263767:./conftest: /sbin/loader: Fatal Error: cannot map libkrb5.so.3 checking for Blowfish crypt... 254986:./conftest: /sbin/loader: Fatal Error: cannot map libkrb5.so.3 no checking whether flush should be called explicitly after a bufferered io... 263838:./conftest: /sbin/loader: Fatal Error: cannot map libkrb5.so.3 yes checking for libswf support... no [...] checking for 8-bit clean memcmp... 264346:./conftest: /sbin/loader: Fatal Error: cannot map libkrb5.so.3 no -=- Then it ends with the: -=- +--------------------------------------------------------------------+ | *** ATTENTION *** | | | | Something is likely to be messed up here, because the configure | | script was not able to detect a simple feature on your platform. | | This is often caused by incorrect configuration parameters. Please | | see the file debug.log for error messages. | -=- Problem is, there are no errors on my debug.log, and the .so compiles cleanly. Does anyone have any idea where I should look at? Thanks - Peter -- [EMAIL PROTECTED] - Internet Software Consortium - http://www.isc.org/ -- 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]