Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > mod_perl installed, but mod_perl.so file not created

Reply
Thread Tools

mod_perl installed, but mod_perl.so file not created

 
 
bennett@peacefire.org
Guest
Posts: n/a
 
      01-25-2006
I have a server with Apache 2.0.53 and Perl 5.8.5. I installed
mod_perl 2.0.2 using the standard command:

perl MakeFile.PL MP_APXS=/usr/sbin/apxs

and got no error messages (sorry, I no longer have the complete output
that the installer displayed), however the installer gave the message
at the end:

> [warning] You'll need to add the following to httpd.conf:
> [warning]
> [warning] LoadModule perl_module modules/mod_perl.so
> [warning]
> [warning] depending on your build, mod_perl might not live in
> [warning] the modules/ directory.


However, in my /usr/lib/httpd/modules directory, there are lots of .so
files, but no mod_perl.so file -- and I have searched my entire drive
on that machine but found no mod_perl.so file. If mod_perl was
installed successfully, why wasn't the file created and what should I
do?

Thanks,

-Bennett

 
Reply With Quote
 
 
 
 
it_says_BALLS_on_your forehead
Guest
Posts: n/a
 
      01-25-2006

benn...@peacefire.org wrote:
> I have a server with Apache 2.0.53 and Perl 5.8.5. I installed
> mod_perl 2.0.2 using the standard command:
>
> perl MakeFile.PL MP_APXS=/usr/sbin/apxs
>
> and got no error messages (sorry, I no longer have the complete output
> that the installer displayed), however the installer gave the message
> at the end:
>
> > [warning] You'll need to add the following to httpd.conf:
> > [warning]
> > [warning] LoadModule perl_module modules/mod_perl.so
> > [warning]
> > [warning] depending on your build, mod_perl might not live in
> > [warning] the modules/ directory.

>
> However, in my /usr/lib/httpd/modules directory, there are lots of .so
> files, but no mod_perl.so file -- and I have searched my entire drive
> on that machine but found no mod_perl.so file. If mod_perl was
> installed successfully, why wasn't the file created and what should I
> do?


are you sure that you installed it? did you run: make install?

 
Reply With Quote
 
 
 
 
Big and Blue
Guest
Posts: n/a
 
      01-25-2006
wrote:

> perl MakeFile.PL MP_APXS=/usr/sbin/apxs
>
> and got no error messages (sorry, I no longer have the complete output
> that the installer displayed)


That's your problem. Keep a log of the install file (it's what tee is
for).

Why not built it again using the same command and see where it puts it
this time? You could have done that in the time it's taken to get a
response here.

--
Just because I've written it doesn't mean that
either you or I have to believe it.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mod_Perl - new to linux and perl but semi old to programming sf-newsgroup Perl 1 02-12-2012 09:34 PM
$^T is not working as expected from mod_perl Patrick Hartman Perl Misc 2 02-18-2010 06:55 AM
Apache2 mod_perl, missing File.pm, cant use Compress Holger Banko Perl Misc 1 10-23-2008 10:24 PM
aspnet.mdf file still is created even though i created a custom provider? Sunfire ASP .Net 1 11-10-2007 04:30 AM
$r not work in mod_perl 2 jason.yfho@gmail.com Perl Misc 4 01-07-2007 10:16 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57