MARTIN Pierre wrote:
Hello again,
Here are the needed informations, this time CCed to all the mailing list:

[one more tip: when you reply on the top (which is not the best thing to do) please don't quote the whole previous email. The best technique is to remove all irrelevant parts of the original email and just reply under the quoted part you reply to]


* "make test" gives me no errors until here:
    /usr/local/apache2/bin/httpd -d /data/misc/mod_perl-1.99_16/t -f
    /data/misc/mod_perl-1.99_16/t/conf/httpd.conf -D APACHE2
    using Apache/2.0.52 (prefork MPM)

    waiting 120 seconds for server to start: .Syntax error on line 12 of
    /data/misc/mod_perl-1.99_16/t/conf/httpd.conf:
    Cannot load /data/misc/mod_perl-1.99_16/src/modules/perl/mod_perl.so
into
    server: /data/misc/mod_perl-1.99_16/src/modules/perl/mod_perl.so:
undefined
    symbol: PL_localizing
    [  error]
    server has died with status 1 (t/logs/error_log wasn't created, start
the
    server in the debug mode)
    make: *** [run_tests] Error 143

OK, thanks.

* The output of "ldd /usr/local/apache2/modules/mod_perl.so" is:
        libgdbm.so.1 => /usr/lib/libgdbm.so.1 (0x4002d000)
        libdl.so.2 => /lib/libdl.so.2 (0x40033000)
        libm.so.6 => /lib/libm.so.6 (0x40037000)
        libc.so.6 => /lib/libc.so.6 (0x40058000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40175000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Hmm, can you please paste the arguments you passed to perl Makefile.PL? I can't figure out why the above output doesn't show a link to libperl.so


what does it show when you do:

  cd /data/misc/mod_perl-1.99_16/
  ldd src/modules/perl/mod_perl.so

* "locate libperl.so*" (i just made an updatedb to make sure results will
be nice) gives me:
    /usr/lib/libperl.so
    /usr/lib/libperl.so.5.6
    /usr/lib/libperl.so.5.6.1

The perl you've quoted seems to live in /usr/local/share/perl/5.6.1, are you sure there is no other libperl.so on your system?


But i think the first 2 items are symlinks pointing to
/usr/lib/libperl.so.5.6.1, so in theory no problem...

Right

> *** Packages of interest status:
>
> Apache::Request: -
> CGI            : 2.752
> LWP            : -
> mod_perl       : 1.9915, 1.9916

It's also strange that you have both versions installed. That probably means that you've installed 1.9916 with MP_INST_APACHE2=1 and previously 1.99_15 without, so now you have two versions and that could be the possible cause of the problem. But it shouldn't affect the test suite.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to