Mailing List Archive

Mod_perl problem
Hallo zusammen,

ich muss nächste woche mein projekt durchführen. installation eines imperia (www.imperia.de)

Dazu brauche ich Apache2 mit dem mod_perl


Ich habe mir die neuste Apache2 Version geladen und installiert und zwar so:

apache2-0.49.tar.gz entpackt nach /usr/local/src/httpd-2.0.49
in das verzeichnis http-2.0.49 gewechselt
/.configure --prefix=/usr/local/apache2
make
make install

nach starten des apache sehe ich die standard site auf dem webserver. also apache funktioniert

nun brauche ich aber noch das mod_perl. Perl 5.8.1 ist bereits installiert (Suse 9.0 prof)
leider bringe ich es nicht zum laufen. so bin ich vor gegangen:

mod_perl2 von perl.apache.net gesaugt und nach usr/local/src/mod_perl2 entpackt.
perl Makefile.PL MP_INST_APACHE2=1 MP_APXS=/usr/local/apache/bin/apxs
make
make install

jetzt ist in meinem apache2/module verzeichnis die datei mod_perl.so
in die httpd.conf habe ich eingetragen:
LoadModule perl_module modules/mod_perl.so

apache neugestartet
mit ./apachectl -l habe ich mir geladenen module anzeigen lassen, aber das verdammte mod_perl taucht nicht auf.

kann mir jmd weiterhelfen? ich verzweifel langsam..
Re: Mod_perl problem [ In reply to ]
Fabian Stiebritz wrote:
> Hallo zusammen,

hi.

I'm sorry, but I don't think any of us read german. please repost in
english so we can help you.

also, this is a development list - if you're having general mod_perl
problems please post to modperl@perl.apache.org.

thanks

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: Mod_perl problem [ In reply to ]
Hi!

On Wed, Apr 14, 2004 at 09:59:52AM -0400, Geoffrey Young wrote:
>
>
> Fabian Stiebritz wrote:
> > Hallo zusammen,
>
> hi.
>
> I'm sorry, but I don't think any of us read german.

Well, I read german, but (still, damm it) know next to nothing about
mod_perl 2

But you might want to read:
http://perl.apache.org/docs/2.0/user/install/install.html

> also, this is a development list - if you're having general mod_perl
> problems please post to modperl@perl.apache.org.

All further discussion of this issue should definitly be happening there.


--
-> Austrian Perl Workshop - 20th-22nd May - http://vienna.pm.org/ <-

#!/usr/bin/perl http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org