Paul Howarth wrote: >>>> failed to locate libraries, and I have to specify >>>> /usr/lib64/* explicitly to make it compile and > ./configure --libdir=/usr/lib64 I think you'll find libdir in configure is setting the destination for libraries to be installed to and doesn't affect this problem. You can usually override LDFLAGS to enforce looking at the right libs, eg, ./configure LDFLAGS=-L/usr/lib64 but how to do that depends on the configure script. Did you compile with -m64 CFLAGS? -Andy
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature