Hello all,
 
              I am working on 11.11 PA (HPUX Platform). I tried to build clamav with the following configure options
 
 ./configure --prefix=/opt/iexpress/clamav --enable-milter --with-tcpwrappers
 
The binaries does not use the archive  file libz.a , libgmp.a and libbz2.a  instead they look for the shared ones. What should I do so that
the binaries use these archive files.
 
 
 The following is warning message i am getting while building
 
*** Warning: linker path does not have real file for library -lz.
*** 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 libz and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/local/lib/libz.a
 
*** 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/local/lib/hpux32/libbz2.a
 
*** 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/local/lib/hpux32/libgmp.a
*** 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.
Thanks,
Prakash

Reply via email to