Vidiot wrote:
>> The issue here is that the library Apache is dependent on is installed
>> with gcc, so the only way for me to get it is to install the gcc RPM.
>> Do you keep gcc libraries on your boxes?
>>
>> One such library dependency is
>> /opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/libgcc_s.a.
> 
> BTW, the library you list above is a static library, not a dynamic library.
> Standard library archives (*.a) are not distributed.  Dynamic libraries
> are lib*.so.* files.

You don't know that - AIX commonly uses .a for dynamically loadable modules.
Some mean SOBs like myself force our builds to generate .so in spite of IBM's
absurd naming conventions.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to