ID: 22394
Comment by: danieldamon at attbi dot com
Reported By: apiotr at itm dot pcz dot czest dot pl
Status: Open
Bug Type: Apache2 related
Operating System: UnixWare 7.1.1
PHP Version: 4.3.2-dev
New Comment:
what a stupid mistake on my part!
If you see the config line, it calls out apx2 instead of apxs2.
Worked fine when I corrected this.
Also, when I compiled originally, it gave me a warning that it was
creating the CGI version. That should have been a clue that the
configuration was incorrect. Perhaps apiotr can look for this warning
at the end of his configure run.
Previous Comments:
------------------------------------------------------------------------
[2003-03-07 11:45:07] danieldamon at attbi dot com
I am having exactly the same problem. My setup it:
Redhat 7.3
Apache 2.044
PHP 4.3.1
my config line in Apache is:
./configure --enable-module=so --enable-ssl
my config line in PHP is:
./configure --with-apx2=/usr/local/apache2/bin/apxs --without-mysql
There are no DSO's created during the make or make install in PHP. When
I run make again, it says nothing to be done for "all"
I can force a .so to be created by
make libs/libphp4.bundle, but the resulting .so doesn't work in Apache
------------------------------------------------------------------------
[2003-03-07 04:09:04] apiotr at itm dot pcz dot czest dot pl
I have testing these using the latest snapshot.
Sorry my mistake, in this version during compile for Apache 1.3.27 I
have any errors message expect warning message:
Warning: inter-library dependencies are not known to be supported. All
declared inter-library dependencies are being dropped. Warning: libtool
could not satisfy all declared inter-library dependencies of module
libphp4. Therefore, libtool will create a static module, that should
work as long as the dlopening application is linked
with the -dlopen flag.
------------------------------------------------------------------------
[2003-03-07 03:54:27] [EMAIL PROTECTED]
Above comment was about PHP + Apache 1.3.27
------------------------------------------------------------------------
[2003-03-07 03:54:01] [EMAIL PROTECTED]
Using what version of PHP do you get that error?
Have you or have you not been testing these using
the latest snapshot or not?
------------------------------------------------------------------------
[2003-03-07 03:45:50] apiotr at itm dot pcz dot czest dot pl
OK! I find this. The first line is:
/bin/sh /7/libtool --silent --preserve-dup-deps --mode=link gcc -g -O2
-prefer-pic -rpath /7/libs -avoid-version -module -L/usr/ucblib -R
/usr/ucblib (....)
and the last:
(....) main/internal_functions.lo -lresolv -lm -lsocket -o
libphp4.la
After this line I have warning message:
Warning: inter-library dependencies are not known to be supported. All
declared inter-library dependencies are being dropped. Warning: libtool
could not satisfy all declared inter-library dependencies of module
libphp4. Therefore, libtool will create a static module, that should
work as long as the dlopening application is linked with the -dlopen
flag.
In Apache 1.0.37 is the same problem as in 2.0.44 version. During
compile I have error message about '_shutdown'.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/22394
--
Edit this bug report at http://bugs.php.net/?id=22394&edit=1