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.
I just found a problem that I have to work on :
in Apache error_log file I found the following lines :

/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'.

Thanks for your help,

Olivier
----------------
Olivier Blanc
Bureau SI6 / DFPRO / ET
Ministère des Finances
Tel.: +33(0)240 128 909
mailto:[EMAIL PROTECTED]



Stas Bekman <[EMAIL PROTECTED]>

29/04/2004 19:42

       
        Pour :        olivier blanc <[EMAIL PROTECTED]>
        cc :        [EMAIL PROTECTED]
        Objet :        Re: mp2 Apache2.0.49 on HPUX11i : mod_perl does not load in Apache



olivier blanc wrote:
> 1. Problem Description:
>                                                                                                                                              
>
> While trying to load compiled DSO modperl in Apache, I got the following
> error :
>                                                                                                                                              
>
> Syntax error on line 223 of /opt/hpws/apache2/conf/httpd.conf:
> Cannot load /opt/hpws/apache2/modules/mod_perl.so into server: Error 0
>                                                                                                                                              
>
> Perl and Apache have been compiled in 64 bits, modperl also.
> Apache and Perl are not compiled in debug mode (at this time, there is
> no debug mode for 64 bits).
> All is running on HPUX11i (uname -a => HP-UX w44h B.11.11 U 9000/800
> 1753907651 unlimited-user license)
>                                                                                                                                              
>
> Does any one successfully compiled and run mod_perl in such situation ?

We have several other platforms with the same problem. Do you have any other
DSO modules that do load OK with Apache2? We afraid this has to do with DSO
support on those platforms. So far nobody came out and volunteered to figure
out what's wrong. So this issue is in flux.

Philippe is working on a static build to solve this problem, We haven't
integrated it, since it may change somewhat but give a try to his patch and
instructions posted here:

http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=108310633610736&w=2

Please let us know if this worked for you.
(obviously you want to remove the LoadModule instruction from your own server
if you use the static build, but just passing the test suite would be great!)

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


Reply via email to