PHP Installation als Modul will nicht :(

Apache, Lighttpd, nginx, Cherokee
Post Reply
moore
Posts: 30
Joined: 2003-11-22 17:04
 

PHP Installation als Modul will nicht :(

Post by moore »

Bin nach der Netsecond-Anleitung vorgegangen, weil ich auch -enable-sockets benötige.

Es läuft alles ohne Fehlermeldung durch, allerdings wird kein Modul am Ende erzeugt und es läuft weiterhin php 4.3.3, welches ich schon längere Zeit als rpm installiert habe.

Beim ./configure gibt es folgende Ausgaben, die sicher dran Schuld sind:
checking for Apache 1.x module support via DSO through APX... no
checking for Apache 1.x module support... no
Hat jemand ne Idee, was ich machen könnte?
superuser1
Posts: 291
Joined: 2003-11-26 18:43
Location: earth
 

Re: PHP Installation als Modul will nicht :(

Post by superuser1 »

Hi...

das bedeutet, dass du wohl keinen Apache besitzt, der apxs-Unterstützung bietet - die brauchst du jedoch für die Modulerstellung.

Hast du deinen Indianer selbst kompiliert oder ist das das Standart-Paket?

:roll:
moore
Posts: 30
Joined: 2003-11-22 17:04
 

Re: PHP Installation als Modul will nicht :(

Post by moore »

Hi,

doch doch, Apache ist installiert. Und zwar folgende rpm's:

apache-example-pages 1.3.29
apache-devel 1.3.29
apache 1.3.29
apache-contrib 1.3.29

Irgendwelche anderen Ideen?
moore
Posts: 30
Joined: 2003-11-22 17:04
 

Re: PHP Installation als Modul will nicht :(

Post by moore »

also ich hab jetzt meinen Rootserver nochmal zu Hause auf einem Testrechner in gleicher ähnlicher Konfiguration nachgebaut. Auf jeden Fall benutze ich die gleichen Apache-rpm's und das php-4.3.3.tar.gz.

Das Ergebnis bleibt das gleiche. Er findet den Apache ned :(
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: PHP Installation als Modul will nicht :(

Post by Joe User »

Code: Select all

updatedb && locate apxs
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply