This is a discussion on Apache 2.2.0 install problem within the Apache Web Server forums, part of the Web Server and Related Forums category; Installed Apache 2.2.0 on Solaris 9 Sparc. Everything loaded with no errors. When I test it: # ./apachectl testconfig ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Installed Apache 2.2.0 on Solaris 9 Sparc. Everything loaded with no
errors. When I test it: # ./apachectl testconfig ld.so.1: httpd: fatal: libgcc_s.so.1: open failed: No such file or directory Killed When I check dependencies: # ldd httpd libm.so.1 => /usr/lib/libm.so.1 libaprutil-1.so.0 => /usr/local/apache/lib/libaprutil-1.so.0 libexpat.so.0 => /usr/local/apache/lib/libexpat.so.0 libapr-1.so.0 => /usr/local/apache/lib/libapr-1.so.0 libuuid.so.1 => /usr/lib/libuuid.so.1 libsendfile.so.1 => /usr/lib/libsendfile.so.1 librt.so.1 => /usr/lib/librt.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libpthread.so.1 => /usr/lib/libpthread.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libc.so.1 => /usr/lib/libc.so.1 libgcc_s.so.1 => (file not found) libgcc_s.so.1 => (file not found) libgcc_s.so.1 => (file not found) libaio.so.1 => /usr/lib/libaio.so.1 libmd5.so.1 => /usr/lib/libmd5.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libthread.so.1 => /usr/lib/libthread.so.1 /usr/platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1 /usr/platform/SUNW,Sun-Blade-100/lib/libmd5_psr.so.1 I check for libgcc_s.so.1: /opt/sfw/gcc-3/lib/libgcc_s.so.1 gcc -v is version 3.3.2 Any idea what I need to do to get this working? vm |
|
|||
|
That was it, sort of. The ldconfig is Linux. I ran crle which created
the /var/ld/ld.config file. Then everything started fine. I removed gcc 3.3.2 and downloaded 3.4.2 and installed it. I don't know why during the install it doesn't update its path. Thanks, you got me where I needed to be vm |