Rahul Kohli wrote:
Stas,

As per your suggestion I removed -bE , -G option and added -brtl instead
but
still the issue remains the same

The new command is as mentioned below:


/usr/vacpp/bin/makeC++SharedLib_r -p 0 -bnoipath
../../Rosette30/unix/lib/aix-xlC_r/libbtunicode.so -b
M:SRE -brtl -berok -bnoentry
-blibpath:/usr/lib/threads:/usr/ibmcxx/lib:/usr/lib:/lib -s
-bI:apache/httpd/2.0.43/aix43/server/httpd.exp

Ah, sorry, I forgot to mention to drop -bI as well. I don't have an access to the aix machine at this moment. but if you try to build mod_perl 2.0 you will see what flags it uses for linking.

the build instructions are here:
http://perl.apache.org/docs/2.0/user/install/install.html#Downloading_the_mod_perl_Source

the linking happens for the first time in src/modules/perl, when it creates mod_perl.so.

Hope that it works at all on your setup.

__________________________________________________________________
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