ID: 29768 Updated by: [EMAIL PROTECTED] Reported By: roy dot ho at optus dot com dot au -Status: Assigned +Status: Feedback Bug Type: Apache related Operating System: TRu64 UNIX PHP Version: 4.3.8 Assigned To: magnus New Comment:
Ok, I didn't have 9.1, it was 9.2.0. Anyway, I can't reproduce it.. Exports: LD_LIBRARY_PATH=/tmp/N0v3ll/install/lib:/opt/app/oracle/product/9.2.0/lib:/usr/lib:/usr/shlib:/lib LD_PRELOAD=libclntsh.so.9.0 ORACLE_HOME=/opt/app/oracle/products/9.2.0 PHP compiled static, got some weird error when I tried to compile it as DSO, could you try configuring PHP static ? Ohh, and I've compiled apache and PHP with Compaq C compiler, not gcc. So if you're using gcc, that's another thing you could try.. Just: CC=cc ./configure ... Previous Comments: ------------------------------------------------------------------------ [2004-12-21 06:25:05] [EMAIL PROTECTED] I don't have access to any Tru64 machine with oracle 8.x, only 9.1, but I'll test with 9.1. *fixing my username too* ------------------------------------------------------------------------ [2004-08-20 09:22:33] [EMAIL PROTECTED] Assigning to Novell, as he has a Tru box too ------------------------------------------------------------------------ [2004-08-20 04:19:45] roy dot ho at optus dot com dot au Description: ------------ Background ======= OS TRU64 unix apache 1.3.31 ./configure \ "--with-layout=Apache" \ "--prefix=/usr/users/bpwrFE/bin/apache_1.3.31" \ "--enable-shared=max" \ "--enable-module=most" PHP 4.3.8 ./configure --prefix=/usr/users/bpwrFE/bin/php-4.3.8 \ --with-apxs=/usr/users/bpwrFE/bin/apache_1.3.31/bin/apxs \ --with-config-file-path=/usr/users/bpwrFE/bin/apache_1.3.31/conf \ --with-oci8=/brg/d01/oracle/release/8.1.7 \ --with-oracle=/brg/d01/oracle/release/8.1.7 \ --disable-libgcc Apache was started ok without problem when was run in standalone. But after the installation of PHP of the above configuration, Apache server cannot started with the following errors : ****************************** Syntax error on line 205 of /usr/users/bpwrFE/bin/apache_1.3.31/conf/httpd.conf: Cannot load /usr/users/bpwrFE/bin/apache_1.3.31/libexec/libphp4.so into server: dlopen: /usr/users/bpwrFE/bin/apache_1.3.31/libexec/libphp4.so: symbol "MLD_ias" unresolved ****************************** can anyone advise what went worng ? and how can that be resolved ? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29768&edit=1