Hi , We are able to load the library by importing symbols from apr.exp and aprutil.exp and removing the -G option.
But we are facing an error: " shmmat failed. You may be trying to make a cache that is too large or be doing apachectl restart." Kindly suggest if we need to change some system parameter or some patch need to be applied to resolve this issue. Thanks, > Rahul Kohli -----Original Message----- From: Rahul Kohli Sent: Tuesday, June 03, 2003 2:33 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: FW: httpd.exp for Apache 2.0.43 Stas, I tried without -bI option as well but even that didn't helped. Kindly suggest if I need to import symbols from apr.exp and aprutil.exp as well along with the httpd.exp. Regards, > Rahul Kohli -----Original Message----- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 12:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: FW: httpd.exp for Apache 2.0.43 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
