Hey,

I managed to go further in the compilation and tests.
Here is the last test report :

Failed Test                          Stat Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------------------------------------------------------------------------
t/api/module.t                       11    1   9.09%  6
t/apr/netlib.t                            5    1  20.00%  5
t/compat/conn_rec.t               4    1  25.00%  3
t/modperl/setupenv.t            63    6   9.52%  8 22 29 36 50 57
t/preconnection/note.t            1    1 100.00%  1
8 tests skipped.

I also attach the error_log file for this test.

 

The problem that I reported earlier is gone (I compiled the ARP::Bucket with the static mod_perl.la library).

So Could we say that this is almost good ?

Do you need me to report all the modifications that I made, and if so in what form ?

Thanks for the help you gave to me,

Olivier



Stas Bekman <[EMAIL PROTECTED]>

30/04/2004 19:03

       
        Pour :        [EMAIL PROTECTED]
        cc :        [EMAIL PROTECTED], "Philippe M. Chiasson" <[EMAIL PROTECTED]>
        Objet :        Re: mp2 Apache2.0.49 on HPUX11i : mod_perl does not load in Apache



[EMAIL PROTECTED] wrote:
> hello all,
>
> I finally manage to recompile mod_perl in static mod and Apache to be
> linked with mod_perl.
> It works correctly for now on.

Fantastic. You are the first user to try the static mod_perl 2!

Did the test suite pass 100%?

> I just found a problem that I have to work on :
> in Apache error_log file I found the following lines :

When did it happen? During the startup? Inside the test suite?

> /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol
> 'modperl_bucket_sv_create' in load module
> '/opt/perl583/lib/site_perl/5.8.3/PA-RISC2.0-thread-multi-LP64/auto/APR/Bucket/Bucket.sl'.

That means that something was loading APR::Bucket w/o mod_perl environment.
Try to set:

use Carp;
$SIG{__DIE__} = \&Carp::confess;

at the top of your startup file or <Perl> sections and it should show you
where that code was invoked from.

__________________________________________________________________
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


Attachment: error_log.2
Description: Binary data

-- 
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