mod_perl und apache 1.3.29 problem

Apache, Lighttpd, nginx, Cherokee
Post Reply
dude4you
Posts: 49
Joined: 2003-11-25 10:01
 

mod_perl und apache 1.3.29 problem

Post by dude4you »

habe apache mod mod_ssl und mod_perl so installiert.

LAMP_SRC="/downloads/LAMP";
APACHE_SRC="/downloads/LAMP/apache_1.3.29";


#Mod_ssl
cd $LAMP_SRC/mod_ssl-2.8.16-1.3.29
CFLAGS="-I/usr/kerbeos/include" ./configure --prefix=/usr/local/apache --with-apache=$APACHE_SRC --with-ssl=/usr

#mod_perl
cd $LAMP_SRC/mod_perl-1.29
#perl Makefile.PL USE_APACI=1 EVERYTHING=1 SSL_BASE=/usr
perl Makefile.PL USE_APACI=1 EVERYTHING=1 APACHE_SRC=$APACHE_SRC/src SSL_BASE=/usr DO_HTTPD=1

make
make test
make install


OPTIM="-O9 -funroll-loops -ffast-math -malign-double -mcpu=i686 -march=i686 -fomit-frame-pointer -fno-exceptions"
CFLAGS="-DDYNAMIC_MODULE_LIMIT=0"
EAPI_MM=/usr/local/mm-1.3.0
CFLAGS="-I/usr/kerberos/include" SSL_BASE="/usr"
./configure --prefix=/usr/local/apache
--sysconfdir=/etc/httpd/conf
--libexecdir=/usr/lib/apache
--runtimedir=/var/run
--logfiledir=/var/log/httpd
--proxycachedir=/var/cache/httpd
--htdocsdir=/var/www/html/htdocs
--manualdir=/var/www/html/htdocs/manual
--mandir=/usr/man
--server-uid=apache
--server-gid=apache
--enable-module=status
--enable-module=so
--enable-module=most
--enable-module=auth_digest
--enable-shared=max
--enable-shared=ssl
--enable-module=ssl
--enable-rule=EAPI
make
make certificate
make install

Ein kleiner test

[root]# /usr/local/apache/bin/httpd -l
Compiled-in modules:
http_core.c
mod_so.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec


ich sehe hier kein mod_perl.c heisst das das mod_perl nicht funktioniert hat?
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: mod_perl und apache 1.3.29 problem

Post by Joe User »

dude4you wrote:OPTIM="-O9 -funroll-loops -ffast-math -malign-double -mcpu=i686 -march=i686 -fomit-frame-pointer -fno-exceptions"
CFLAGS="-DDYNAMIC_MODULE_LIMIT=0"
Beide Zeilen weglassen und Link zum Log posten.
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.
dude4you
Posts: 49
Joined: 2003-11-25 10:01
 

Re: mod_perl und apache 1.3.29 problem

Post by dude4you »

Problem mit Perl hat sich gelöst,

Joe User -> Aber deine komentar zu meiner compiler settings versteh ich nicht. Was ist daran falsch?
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: mod_perl und apache 1.3.29 problem

Post by captaincrunch »

Weil gewisse "Optimierungen" beim Compiler entweder Schwachsinn sind, oder generell zu Problemen führen können.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
Post Reply