Davide Bianchi wrote:
> On 2006-07-31, 400PM <send2kb RemoveThis @yahoo.com> wrote:
>
>>mod_jk DSO. I need to remove gcc on the boxes. The question that I
>>have is, will Apache run without gcc loaded on the box. I am running
>>Solaris 9.
>
>
> Yes it will run fine, as long as you leave the libraries that he need to run
> (that are not part of GCC as far as I know)
>
> Davide
>
> --
> The next hot technology from Microsoft will be object-oriented assembly.
> -- From a Slashdot.org post
I don't know what operating system the OP runs, but on Solaris at least
it is quite easy to see what libraries are linked in with a binary.
teal /usr/apache/bin % ldd /usr/apache/bin/httpd
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libpthread.so.1 => /usr/lib/libpthread.so.1
libc.so.1 => /usr/lib/libc.so.1
libmp.so.2 => /usr/lib/libmp.so.2
libmd5.so.1 => /usr/lib/libmd5.so.1
libscf.so.1 => /usr/lib/libscf.so.1
libdoor.so.1 => /usr/lib/libdoor.so.1
libuutil.so.1 => /usr/lib/libuutil.so.1
libm.so.2 => /usr/lib/libm.so.2
/platform/SUNW,Ultra-80/lib/libc_psr.so.1
/platform/SUNW,Ultra-80/lib/libmd5_psr.so.1
None of them refer to anything remotly gcc-like. But it would be wise to
check.
--
Dave (from the UK)
Please note my email address changes periodically to avoid spam.
It is always of the form: month-year RemoveThis @southminster-branch-line.org.uk
Hitting reply will work for a few months only - later set it manually.
http://witm.sourceforge.net/ (Web based Mathematica front end)
>> Stay informed about: Does Apache 2.2 require gcc to RUN??