PHP 4.3.3 kompiliert, aber wo ist das Apache2 Modul?

Apache, Lighttpd, nginx, Cherokee
Post Reply
tomek
Posts: 243
Joined: 2003-08-05 09:44
Location: Paderborn
Contact:
 

PHP 4.3.3 kompiliert, aber wo ist das Apache2 Modul?

Post by tomek »

Hallo,

ich habe ein Problem mit dem Kompilieren von PHP-4.3.3. Das Ã?bersetzen bringt keinen Fehler, jedoch finde ich am Ende kein php4-Modul für Apache. Wo in den php-Sourcen sollte sie normalerweise nach dem Kompilieren liegen?

Hier meine Configure-Zeile:

Code: Select all

./configure '--host=i386-redhat-linux' '--build=i386-redhat-linux' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--haredstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-curl' '--with-dom=/usr' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gdbm' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-regex=system' '--with-xml' '--with-expat-dir=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--without-oci8' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-kerberos=/usr/kerberos' '--with-ldap=shared' '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-unixODBC=shared' '--enable-memory-limit' '--enable-bcmath' '--enable-shmop' '--enable-versioning' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' '--enable-force-cgi-redirect' '--with-axps2=/usr/sbin/apxs'
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: PHP 4.3.3 kompiliert, aber wo ist das Apache2 Modul?

Post by oxygen »

Im Apache Modul Verzeichnis. Nach make install, wohlgemerkt. Ansonsten in .libs. Normalerweise aktiviert sich php dann auch selbst.
tomek
Posts: 243
Joined: 2003-08-05 09:44
Location: Paderborn
Contact:
 

Re: PHP 4.3.3 kompiliert, aber wo ist das Apache2 Modul?

Post by tomek »

In den php-Sourcen ist nach dem Kompilieren kein php in libs und auch nicht in modules. Nur mysql, ldap, imap usw.
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: PHP 4.3.3 kompiliert, aber wo ist das Apache2 Modul?

Post by oxygen »

Code: Select all

www src/php-4.3.3# ls .libs
.  ..  libphp4.la  libphp4.lai  libphp4.so
tomek
Posts: 243
Joined: 2003-08-05 09:44
Location: Paderborn
Contact:
 

Re: PHP 4.3.3 kompiliert, aber wo ist das Apache2 Modul?

Post by tomek »

Hmm, ne ist bei mir nicht so.

Code: Select all

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

... php-4.3.3]# ls -al .libs
ls: .libs: No such file or directory
tomek
Posts: 243
Joined: 2003-08-05 09:44
Location: Paderborn
Contact:
 

Re: PHP 4.3.3 kompiliert, aber wo ist das Apache2 Modul?

Post by tomek »

Ich sehe gerade:

Code: Select all

configure: error: Please note that Apache version >= 2.0.44 is required.
Hmm, tjo. :)
Post Reply