ID:               24793
 Updated by:       [EMAIL PROTECTED]
 Reported By:      alibarim at yahoo dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Apache related
 Operating System: AIX 433
 PHP Version:      4.3.2
 New Comment:

I don't know if AIX has 'ldd' command, but if it does,
what does 'ldd libphp4.so' output?



Previous Comments:
------------------------------------------------------------------------

[2003-07-25 03:29:16] alibarim at yahoo dot com

As you suggest, I try the
http://snaps.php.net/php4-STABLE-latest.tar.gz

Unfortunatly the problem seem to be the same !

Cannot load /apps/local/apache_test_Ali/libexec/libphp4.so into server:
dlopen: /apps/local/apache_test_Ali/libexec/libphp4.so: No such file or
directory


I have also to remove the external gd (2.0.7) library from my
configure. I got an undefined symbol for gdFreeFontCache.

------------------------------------------------------------------------

[2003-07-24 14:21:13] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2003-07-24 14:10:29] alibarim at yahoo dot com

Yes.
I have one libphp4.so.4.2.3 and one libphp4.3.2

and a symbolic link libphp4.so on one of these library.
When I switch to libphp4.2.3 (comipled exactly with the same configure
options). I can run Apache correctly.

But is not the case with the 4.3.2

------------------------------------------------------------------------

[2003-07-24 12:59:18] [EMAIL PROTECTED]

Are there any libphp4* files inside the
/apps/local/apache_test_Ali/libexec/ directory?

------------------------------------------------------------------------

[2003-07-24 10:28:58] alibarim at yahoo dot com

Description:
------------
I try to use the PDFLib from (www.pdflib.com) and PHP 4.3.2

Here is my configure for PDFLib:

./configure  \
  --prefix=/apps/local/apache_test_Ali/lib/pdf \
  --enable-php \
  --with-java=no \
  --with-tcl=no \
  --with-py=no \
  --with-perl=no


Here is my configure for PHP:

./configure  \
  --prefix=/apps/local/php-4.3.2/ \
  --without-mysql \
  --with-sybase-ct=/usr/sybase \
  --with-apxs=/apps/local/apache_test_Ali/bin/apxs \
  --with-pdflib=/apps/local/apache_test_Ali/lib/pdf \
  --enable-sysvmsg \
  --enable-inline-optimization


I rebuild PHP and everything seem to be ok.

But I cannot run my Apache server.

Starting WWW-Server apache.
Syntax error on line 67 of
/apps/local/apache_test_Ali/conf/httpd.conf.kplus20:
Cannot load /apps/local/apache_test_Ali/libexec/libphp4.so into server:
dlopen: /apps/local/apache_test_Ali/libexec/libphp4.so: No such file or
directory




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24793&edit=1

Reply via email to