Hi there,

Sorry I didn't give all the information.

I think I have achieved to compile perl 5.8.0 and now mod_perl-1.99_05 using
the following commands :

For Perl 5.8.0:
        Configure -d -e -Dcc=gcc -Dprefix=/usr/local -Duseshrplib
useposix=true -A append:ccflags=' -fPIC'
        make
        make test
        make install

For ModPerl:
        /usr/local/bin/perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2
MP_INST_APACHE2=1
        make
        make test
        make install

ModPerl is now installed, but I am not able to start apache. (apache v
2.0.4).

When using apachectl start, this is starting /usr/local/apache2/bin/httpd -k
start


 TTY     PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND
pts/tb  2821 root     225 20   868K   924K run      8:04 95.01 94.84 httpd

After 20 minutes this is still hanging and httpd is not started!

This is a cut of my httpd.conf :

...........
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule perl_module modules/mod_perl.so
PerlModule Apache2
PerlSwitches -w

#
# ExtendedStatus controls whether Apache will generate "full" status
# information (ExtendedStatus On) or just basic information (ExtendedStatus
# Off) when the "server-status" handler is called. The default is Off.
#
ExtendedStatus On

### Section 2: 'Main' server configuration
...........

Chris.

Oh, Ged, by the way, I didn't find the SUPPORT file you were speaking about.
Can someone send me that?
Cheers.


-----Original Message-----
From: Ged Haywood [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 10:22 AM
To: Christophe Mailhe
Cc: '[EMAIL PROTECTED]'
Subject: Re: Error when making mod_perl


Hi there,

On Thu, 19 Sep 2002, Christophe Mailhe wrote:

[snip]
> ************* WARNING *************
>   mod_perl is unlikely to link with your libperl, suggestions:
>     *) Rebuild Perl with Configure -Accflags=+Z ...
[snip]

Are you sure you're trying to link to the Perl that you just built?

You didn't tell us quite a lot of things (for example what mod_perl
version:).  Have a look at the file called SUPPORT in the mod_perl
directory, it tells you the sort of things to post which might be
helpful to the people here.

Have you tried Perl 5.6?  Or even 5.005_03?

> I need this module working ASAP.

Now where have I heard that before? :)

73,
Ged.



****************************************************************************
Information may be contained in this message which is legally privileged
and/or confidential. If you are not the addressee(s) legally indicated in
this message (or responsible for delivery of the message to such person),
you may not copy or deliver this message to anyone.  In such case, you
should destroy this message, and notify us immediately. Opinions,
conclusions and other information expressed in this message are not given or
endorsed by my employer unless otherwise indicated by an authorised
representative independent of this message.  Please note that neither my
employer nor I accept any responsibility for viruses and it is your
responsibility to scan attachments (if any). If you have received this
transmission in error it would be helpful if you could notify us as soon as
possible.

Reply via email to