Morning everyone, I have problems to install clamav 0.92.1 on Solaris 8 with GCC 3.4.6. Below you can see the messages while configure and install it:
./configure --enable-milter checking whether FPU byte ordering is bigendian... unknown configure: WARNING: Unable to determine FPU endianess, some features may not be available in this build make install failed with: # make install Making install in libclamunrar test -z "/usr/local/lib" || .././install-sh -c -d "/usr/local/lib" /bin/bash ../libtool --mode=install .././install-sh -c 'libclamunrar.la' '/usr/local/lib/libclamunrar.la' .././install-sh -c .libs/libclamunrar.so.3.0.4 /usr/local/lib/libclamunrar.so.3.0.4 (cd /usr/local/lib && { ln -s -f libclamunrar.so.3.0.4 libclamunrar.so.3 || { rm -f libclamunrar.so.3 && ln -s libclamunrar.so.3.0.4 libclamunrar.so.3; }; }) ln: cannot create libclamunrar.so.3: File exists (cd /usr/local/lib && { ln -s -f libclamunrar.so.3.0.4 libclamunrar.so || { rm -f libclamunrar.so && ln -s libclamunrar.so.3.0.4 libclamunrar.so; }; }) ln: cannot create libclamunrar.so: File exists chmod +x /usr/local/lib/libclamunrar.so.3.0.4 .././install-sh -c .libs/libclamunrar.lai /usr/local/lib/libclamunrar.la .././install-sh -c .libs/libclamunrar.a /usr/local/lib/libclamunrar.a chmod 644 /usr/local/lib/libclamunrar.a ranlib /usr/local/lib/libclamunrar.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - use the `-RLIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Making install in libclamunrar_iface test -z "/usr/local/lib" || .././install-sh -c -d "/usr/local/lib" /bin/bash ../libtool --mode=install .././install-sh -c 'libclamunrar_iface.la' '/usr/local/lib/libclamunrar_iface.la' libtool: install: warning: relinking `libclamunrar_iface.la' (cd /export/home/cats/dev/clamav-0.92.1/libclamunrar_iface; /bin/bash ../libtool --tag=CC --mode=relink gcc -g -O2 -thread-safe -version-info 3:4:0 -no-undefined -o libclamunrar_iface.la -rpath /usr/local/lib unrar_iface.lo ../libclamunrar/libclamunrar.la -lnsl -lsocket ) gcc -shared -Wl,-h -Wl,libclamunrar_iface.so.3 -o .libs/libclamunrar_iface.so.3.0.4 .libs/unrar_iface.o -R/usr/local/lib -L/usr/local/lib -lclamunrar -lnsl -lsocket -lc ../libtool: gcc: command not found libtool: install: error: relink `libclamunrar_iface.la' with the above command before installing it *** Error code 1 make: Fatal error: Command failed for target `install-libLTLIBRARIES' Current working directory /export/home/cats/dev/clamav-0.92.1/libclamunrar_iface *** Error code 1 make: Fatal error: Command failed for target `install-am' Current working directory /export/home/cats/dev/clamav-0.92.1/libclamunrar_iface *** Error code 1 make: Fatal error: Command failed for target `install-recursive' Has anyone an idea to get rid of the configure-Warning message? thanks for help, Stefan _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html