I'm painfully trying to figure out how to resolve all the dependencies of mod_perl 2.0 on aix. Currently I'm stuck at startup time:

Can't load '/build/mod_perl/modperl-2.0/blib/arch/Apache2/auto/Apache/RequestUtil/RequestUtil.so' for module Apache::RequestUtil: 0509-130 Symbol resolution failed for /usr/local/apache2/lib/libaprutil.so because:
0509-136 Symbol _GLOBAL__FI_libexpat_so (number 108) is not exported from
dependent module /usr/local/apache2/lib/libexpat.a(libexpat.so.0).
0509-136 Symbol _GLOBAL__FD_libexpat_so (number 109) is not exported from
dependent module /usr/local/apache2/lib/libexpat.a(libexpat.so.0).
0509-192 Examine .loader section symbols with the
'dump -Tv' command. at /usr/local/lib/perl5/5.8.0/aix-thread-multi/DynaLoader.pm line 229.


....

% dump -Tv /usr/local/apache2/lib/libaprutil.so

/usr/local/apache2/lib/libaprutil.so:

                        ***Loader Section***

***Loader Symbol Table Information***
[Index] Value Scn IMEX Sclass Type IMPid Name
...
[108] 0x00000000 undef IMP DS EXTref libexpat.a(libexpat.so.0) _GLOBAL__FI_libexpat_so
[109] 0x00000000 undef IMP DS EXTref libexpat.a(libexpat.so.0) _GLOBAL__FD_libexpat_so


does it ring any bells?

__________________________________________________________________
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