libphp5.so won't be created

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi,

I upgraded to Fedora 7 and had to install PHP again.
"./configure" worked without problems but "make" said:

[...] -o libphp5.la

*** 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 libphp5.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
[...]


And "make install" said:

Installing PHP SAPI module:       apache2handler
/usr/lib/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib/apr-1/build/libtool' libphp5.la /usr/lib/httpd/modules /usr/lib/apr-1/build/libtool --mode=install cp libphp5.la /usr/lib/httpd/modules/
cp .libs/libphp5.lai /usr/lib/httpd/modules/libphp5.la
cp .libs/libphp5.a /usr/lib/httpd/modules/libphp5.a
chmod 644 /usr/lib/httpd/modules/libphp5.a
ranlib /usr/lib/httpd/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish /daten1/webserver/php-5.2.3/libs'
Warning!  dlname not found in /usr/lib/httpd/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/lib/httpd/modules/libphp5.so
chmod: Zugriff auf »/usr/lib/httpd/modules/libphp5.so« nicht möglich: Datei oder Verzeichnis nicht gefunden
apxs:Error: Command failed with rc=65536
.
make: *** [install-sapi] Fehler 1


Does someone know how to get this working and create libphp5.so ?


My configure command looks like this:

'./configure' \
'--with-apxs2=/usr/sbin/apxs' \
'--with-mysql=/usr' \
'--enable-track-vars' \
'--enable-trans-sid' \
'--with-openssl=/usr' \
'--with-zlib' \
'--enable-ftp' \
'--with-gd=/usr' \
'--with-ttf' \
'--with-jpeg=/usr' \
'--with-png=/usr' \
'--enable-force-cgi-redirect' \
'--with-gettext' \
'--with-bz2' \
'--enable-bcmath' \
'--with-curl' \
'--with-imap' \
'--with-imap-ssl' \
'--with-kerberos' \
'--with-iconv' \
'--enable-sockets' \
'--enable-pcntl' \
'--with-tsrm-pthreads' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--with-ncurses=/usr' \
'--enable-sigchild' \
'--enable-mbstring' \
'--with-dom' \
'--with-dom-xslt' \
'--with-dom-exslt'


[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux