Hi,

>         LD_RUN_PATH="" ld  -bhalt:4 -bM:SRE
> -bI:/usr/local/lib/perl5/5.8.2/aix/CORE/perl.exp -bE:Embperl.exp
> -bnoentry -lc -L/usr/local/lib Embperl.o epmain.o epio.o epchar.o
> eputil.o epeval.o epmem.o epinit.o epcgiinit.o epcmd2.o epparse.o
> epdom.o epcomp.o epcache.o epprovider.o mod_embperl.o epapfilter.o
> xs/Embperl/App/App.o xs/Embperl/App/Config/Config.o
> xs/Embperl/Component/Component.o xs/Embperl/Component/Config/Config.o
> xs/Embperl/Component/Param/Param.o
> xs/Embperl/Component/Output/Output.o xs/Embperl/Req/Req.o
> xs/Embperl/Req/Config/Config.o xs/Embperl/Req/Param/Param.o
> xs/Embperl/Thread/Thread.o xs/Embperl/Syntax/Syntax.o -brtl
> -L/usr/local/lib -b32  -o blib/arch/auto/Embperl/Embperl.so


I remember that AIX linker was always a little bit special. I don't have
much knowledge about AIX, but I think it requires these .exp files to define
symbols in libraries, so I think it would be necessary to find .exp files
under /usr/local/apache2 and add it to linked libraries. I think the best
would be to search the Makefile where perl.exp is defined and add all .exp
files of the apache2 subdirectories the same way.

Gerald

P.S. If you have succes, please let me know, so we can try to automate this
process



--------------------------------------------------------------
Gerald Richter     ecos electronic communication services gmbh
IT-Securitylösungen * dynamische Webapplikationen * Consulting

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
--------------------------------------------------------------
|
|   ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
|
+-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to