|
Hi,
I am having some problems building and running the FCGI.pm module in IBM AIX 5.2. First, I used the IBM xlc compiler to try to buld the module, but I was getting some errors in os_unix.c about the pointers for socket accept not allowed to cast between int and unsigned long, so I switched to cc_r, another wrapper for IBM C which was able to compile the module despite having some warnings about the same casting operations in os_unix.c. Since make finished with no errors, I tried make test (successful) and I follwoed with make install (successful too), but at runtime, I got the following error:
Can't locate loadable object for module FCGI in @INC (@INC contains: /usr/local/lib/perl5/5.8.1/aix /usr/local/lib/perl5/5.8.1 /usr/local/lib/perl5/site_perl/5.8.1/aix /usr/local/lib/perl5/site_perl/5.8.1 /usr/local/lib/perl5/site_perl .) at /projects/test/fcgi/echo.fpl line 17
After getting the runtime error, I tried to rebuild the module with gcc and I did not get any build errors this time, but after reinstalling the module, I still get the same runtime error, I was wondering if anyone has got this problem before, I would thank a lot some clues to get this fixed.
Thanks a lot.
Juan (uribemu@netscape.net)
|