Giorgio Bellussi wrote:

Hi all.
Does someone knows if there is some way to link statically zlib into .*clam.* ? I tried to replace all occurences of "-lz" with "/usr/lib/libz.a" in the "configure" and "configure.in" files; the "./configure" and "make" commands do their dirty job but the resulting clamd/.libs/clamd still has references to /usr/lib/libz.so.1...

Thanks in advance...

G
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html



From configure --help:
--enable-shared=PKGS  build shared libraries default=yes
--enable-static=PKGS  build static libraries default=yes

So, using: --enable-shared=no  --enable-static=yes  should do it.


David





--
David Filion
[EMAIL PROTECTED]
System / Network Administrator
Auto123.com / XPrima Corporation
(450)681-5868  ext. 252

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to