[EMAIL PROTECTED] wrote:

So you are after this line:
a - modperl_bucket.o


Ok it is present


Checking:


% nm mod_perl.a | grep modperl_bucket_sv_create
000001e2 T modperl_bucket_sv_create*

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



So as you can see it has this symbol. You can check the original file as

well:


% nm modperl_bucket.o | grep modperl_bucket_sv_create
000001e2 T modperl_bucket_sv_create

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

Sorry, I'm not familiar with nm's output on your platform. What does 0 mean? That it's unresolved? What do you get for other symbols (just to compare), e.g.


 nm mod_perl.a | grep modperl_callback

__________________________________________________________________
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