-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Krzys wrote:
> I am still unable to compile it... I went back to RC2 and I can compile > it left and right with my setup but RC3 I cant do it no matter how I try > it... I did try to compile it on other two solaris boxes but I dont have > certain things installed so I was unable to compule it. :( I just tested it, and it builds without a problem. In a stock Solaris 10u3: - - Installed gmp (with ABI=32) under /opt/sfw (that's why I add those paths below); - - Created user and group clamav; - - Build clamav-0.90rc3 as follows # export PATH=/usr/sfw/bin:/opt/sfw/bin:/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ccs/bin:/usr/ucb # cd clamav-0.90rc3 # ./configure --prefix=/opt/sfw --enable-bigstack --without-libcurl CFLAGS="-I/opt/sfw/include" LDFLAGS="-L/opt/sfw/lib" # make # make check # make install No problem. Now some tests... # which freshclam /opt/sfw/bin/freshclam # freshclam -V ClamAV 0.90rc3/2508/Wed Jan 31 10:42:50 2007 # ldd /opt/sfw/bin/freshclam libclamav.so.1 => /opt/sfw/lib/libclamav.so.1 libz.so.1 => /usr/lib/libz.so.1 libbz2.so.1 => /usr/lib/libbz2.so.1 libgmp.so.3 => /opt/sfw/lib/libgmp.so.3 libpthread.so.1 => /lib/libpthread.so.1 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libresolv.so.2 => /lib/libresolv.so.2 libc.so.1 => /lib/libc.so.1 libgcc_s.so.1 => /usr/sfw/lib/libgcc_s.so.1 libmp.so.2 => /lib/libmp.so.2 libmd5.so.1 => /lib/libmd5.so.1 libscf.so.1 => /lib/libscf.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libm.so.2 => /lib/libm.so.2 This proves that I was wrong in my previous message, libbz2 is not in /usr/sfw/lib, it is in /usr/lib. - -- René Berber -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF0N7iL3NNweKTRgwRApKKAJ9LatH7oU+9Bn1FXSpTJfV2XBznXACdGAdm 748VcHGpPmZLWZghOd+78K4= =zvcs -----END PGP SIGNATURE----- _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html