mod_perl installation

Apache, Lighttpd, nginx, Cherokee
Post Reply
Anonymous
 

mod_perl installation

Post by Anonymous »

Hallo

Ich hab ein apache (V 1.3.27) mit DSO aufgesetzt.
Nun wollte ich das mod_perl (V1.99) installieren doch bekomme immer diese meldung:

# perl Makefile.PL MP_AP_PREFIX=/usr/local/apache/1.3.27

Reading Makefile.PL args from @ARGV
MP_AP_PREFIX = /usr/local/apache/1.3.27
!!! Unable to open /usr/local/apache/1.3.27/include/ap_release.h: Datei oder Verzeichnis nicht gefunden
!!! Unable to determine server version, aborting.
!!! Invalid MP_AP_PREFIX specified?


im ordner include ist aber keine ap_release.h wie bekomme ich es denn nun installiert?
sascha
Posts: 1325
Joined: 2002-04-22 23:08
 

Re: mod_perl installation

Post by sascha »

Ich hab jetzt nicht nachgesehen, aber ist mod_perl 1.99 nicht *nur* für Apache2.0?
Anonymous
 

Re: mod_perl installation

Post by Anonymous »

mhm könnte sein, habs nun auch nicht gelesen.
Wo bekomme ich denn eine ältere?
sascha
Posts: 1325
Joined: 2002-04-22 23:08
 

Re: mod_perl installation

Post by sascha »

Hab eben nachgesehen: mod_perl 1.99 (2.0) ist nur für den Apache 2!

Downloads gibts hier: http://perl.apache.org/download/
Post Reply