On Sun, 2004-10-17 at 02:24 -0500, Thomas Cameron wrote:
> All -
> 
> Please bear with me, I am not a programmer so this might be something
> silly I don't know about.
> 
> Compiling rc3 (--sysconfdir=/etc --prefix=/usr --enable-milter) and I
> get the following errors:
> 
> *** Warning: linker path does not have real file for library -lbz2.
> *** I have the capability to make that library automatically link in
> when
> *** you link to this library.  But I can only do this if you have a
> *** shared version of the library, which you do not appear to have
> *** because I did check the linker path looking for a file starting
> *** with libbz2 and none of the candidates passed a file format test
> *** using a file magic. Last file checked: /usr/lib/libz.so.1.2.1.1
> 
> *** Warning: linker path does not have real file for library -lgmp.
> *** I have the capability to make that library automatically link in
> when
> *** you link to this library.  But I can only do this if you have a
> *** shared version of the library, which you do not appear to have
> *** because I did check the linker path looking for a file starting
> *** with libgmp and none of the candidates passed a file format test
> *** using a file magic. Last file checked: /usr/lib/libz.so.1.2.1.1
> *** The inter-library dependencies that have been dropped here will be
> *** automatically added whenever a program is linked with this library
> *** or is declared to -dlopen it.
> 
> However, these libraries ARE there:
> 
> [EMAIL PROTECTED] clamav-0.80rc3]# locate libgmp libbz2
> /usr/lib64/libgmp.so
> /usr/lib64/libgmp.so.3.3.2
> /usr/lib64/libgmp.so.3
> /usr/lib64/libgmpxx.so
> /usr/lib64/libgmp.a
> /usr/lib64/libgmpxx.so.3
> /usr/lib64/libgmpxx.a
> /usr/lib64/libgmpxx.so.3.0.4
> /usr/lib64/libbz2.so.1
> /usr/lib64/libbz2.a
> /usr/lib64/libbz2.so
> /usr/lib64/libbz2.so.1.0.2
> 
> What am I supposed to do to get ClamAV to recognize the libraries
> in /lib64 instead of /lib?  I tried
> 
> ./configure --sysconfdir=/etc --prefix=/usr \
>     --enable-milter --build=x86_64 
> 
> but that failed with "configure: error: Cannot find libmilter" for some
> reason.

Sorry to respond to my own post.

I realized I had to install the i386 versions of gmp and bzip2-libs.
-- 
A: Because people read from top to bottom
Q: Why is top posting bad?

Thomas Cameron, RHCE, CNE, MCSE, MCT

_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to