[Apache & Php] - [warn] plain Apache 1.3 API

Pagina: 1
Acties:

  • Erhnam
  • Registratie: Januari 2000
  • Laatst online: 07:11

Erhnam

het Hardware-Hondje :]

Topicstarter
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:
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 :? En wat zou ik met -DEAPI moet compilen ? is dat PHP of Apache :?

http://www.xbmcfreak.nl/


  • Wits
  • Registratie: Juli 1999
  • Laatst online: 16-01-2023

Wits

fka Witsflow

Probeer PHP opnieuw te compilen met --with-DEAPI.