View previous topic :: View next topic |
Author |
Message |
bLanark Apprentice
Joined: 27 Aug 2002 Posts: 181 Location: Royal Berkshire, UK
|
Posted: Wed Sep 04, 2002 7:50 pm Post subject: Apache and mod_perl |
|
|
Hi there.
I'm no newbie to Linux, but I am new to gentoo.
I need mod_perl on apache. I have emerged apache, and mod_perl, but nowhere on my hard drive can I find the mod_perl.so to add to my apache installation.
I can always build my own apache, mod_perl, but if the ebuilds are there then I'd like to use them... One for one and all for one, after all |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed Sep 04, 2002 8:10 pm Post subject: |
|
|
I have it in /usr/lib/apache-extramodules/libperl.so. Did you run Code: | ebuild /var/db/pkg/dev-perl/mod_perl/mod_perl.ebuild config | ...like the postinstallation instructions should have suggested? That should set your apache config file automatically for you. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
bLanark Apprentice
Joined: 27 Aug 2002 Posts: 181 Location: Royal Berkshire, UK
|
Posted: Wed Sep 04, 2002 9:29 pm Post subject: Aha! |
|
|
Cheers, mate, for some reason I was looking for a mod_perl.so (or, in actual fact, "mod*perl*") without success.
Many thanks, now to try it.....
Oh, and I had done the post-emerge config. |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed Sep 04, 2002 9:42 pm Post subject: |
|
|
If you're curious, I found it with Code: | $ grep \.so /var/db/pkg/dev-perl/mod_perl-1.26/CONTENTS | awk '{print $2}' |
_________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
|