Ik heb alle stappen gevolgd die op php.net staan om met suc6 een apache server op te zetten.
Apache heb ik gecompiled met:
./configure \
--prefix=/www \
--enable-module=so
php compilen met ( mysql staat er al op en werkt perfect ):
./configure --with-mysql=/usr/local/mysql \
--with-xml \
--enable-track-vars \
--enable-ftp \
--with-apxs=/www/bin/apxs
Ik krijg bij het starten van httpd de volgende foutmelding te zien:
Weet iemand wat ik verkeerd heb gedaan
En wat zou ik met -DEAPI moet compilen ? is dat PHP of Apache
Apache heb ik gecompiled met:
./configure \
--prefix=/www \
--enable-module=so
php compilen met ( mysql staat er al op en werkt perfect ):
./configure --with-mysql=/usr/local/mysql \
--with-xml \
--enable-track-vars \
--enable-ftp \
--with-apxs=/www/bin/apxs
Ik krijg bij het starten van httpd de volgende foutmelding te zien:
code:
1
2
3
4
5
6
| [root@server libexec]# httpd [Wed Feb 27 14:44:12 2002] [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Segmentation fault (core dumped) [root@server libexec]# |
Weet iemand wat ik verkeerd heb gedaan
http://www.xbmcfreak.nl/