Apache 1.3.33 und EAPI-Regel

Apache, Lighttpd, nginx, Cherokee
Post Reply
marduk
Posts: 15
Joined: 2004-05-14 10:47
 

Apache 1.3.33 und EAPI-Regel

Post by marduk »

Hallo Leute,

beim compilen vom neuen Apache mit der folgenden configure:

Code: Select all

./configure --enable-module=all --disable-module=example --enable-module=ssl=/usr/src/openssl-0.9.7e --enable-shared=max --with-perl=`which perl` --server-uid=wwwrun --server-gid=nogroup --enable-suexec --suexec-caller=wwwrun --suexec-docroot=/home/www --suexec-logfile=/var/log/httpd/suexec.log --without-confadjust --with-layout=SuSE --enable-module=rewrite --enable-rule=EAPI
kommt folgender Fehler:
Configuring for Apache, Version 1.3.33
+ using installation path layout: SuSE (config.layout)
configure:Error: No such rule named 'EAPI'
DEAPI geht auch nicht. Hat jemand eine Idee ?

Gruß Dennis

Edit: Hab das ganze mit dem 1.3.31 nochmal gemacht. Dort gibts keine Probleme mit der Rule.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Apache 1.3.33 und EAPI-Regel

Post by Joe User »

--enable-rule=EAPI entfernen, dann klappt es auch mit dem Kompilieren...
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.
marduk
Posts: 15
Joined: 2004-05-14 10:47
 

Re: Apache 1.3.33 und EAPI-Regel

Post by marduk »

Ich brauch EAPI aber nachher für mod-ssl. Oder kann ich es dann immer noch aus dem pkg.eapi nehmen ?

Problem beim mod_ssl:
./configure --with-apache=../apache_1.3.33 --with-apxs=/usr/sbin/apxs --with-ssl=../openssl-0.9.7e
Configuring mod_ssl/2.8.22 for Apache/1.3.33
./configure:Error: Installed Apache doesn't contain Extended API (EAPI)
Post Reply