From:             alibarim at yahoo dot com
Operating system: AIX 433
PHP version:      4.3.2
PHP Bug Type:     Apache related
Bug description:  dlopen erreor: libphp4.so No such file or directory

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 bug report at http://bugs.php.net/?id=24793&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24793&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24793&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24793&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24793&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24793&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24793&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24793&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24793&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24793&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24793&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24793&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24793&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24793&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24793&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24793&r=gnused

Reply via email to