TimeZones are not fun, hey :)

[EMAIL PROTECTED] wrote:

Here is the result : [37] | 0| 92|FUNC |GLOB |0|

.text|modperl_bucket_sv_create

Thanks for the manpage quoting, so now we know that the symbol is seen from mod_perl.a. Next mod_perl.a gets linked to httpd. Earlier you said that you can't see that symbol in httpd. May be it's because httpd gets stripped of its symbols? Try to build httpd with --enable-maintainer-mode (just for the debugging). What I suspect is that httpd doesn't link mod_perl.a at all and that's why you get this problem. the modperl_bucket_sv_create probably just happens to be the first symbol that is attempted to be used.


BTW, Philippe has a new version of the static build patch:
http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=108386907921853&w=2


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