Hi, compiling up a new installation of Asterisk 1.8.5 on CentOS 6 X86_64 and am seeing the following when running the make: /usr/bin/ld: skipping incompatible /usr/lib/libpam.so when searching for -lpam /usr/bin/ld: skipping incompatible /usr/lib/libssl.so when searching for -lssl /usr/bin/ld: skipping incompatible /usr/lib/libssl.a when searching for -lssl /usr/bin/ld: skipping incompatible /usr/lib/libcrypto.so when searching for -lcrypto /usr/bin/ld: skipping incompatible /usr/lib/libcrypto.a when searching for -lcrypto How can I get Asterisk to pick up the 64 bit version of the libraries instead of the 32 bit ones ? Is it just a case of updating LD_LIBRARY_PATH ? -- Thanks, Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110729/bb783ac8/attachment.htm>
On 07/29/2011 06:56 AM, --[ UxBoD ]-- wrote:> Hi, > > compiling up a new installation of Asterisk 1.8.5 on CentOS 6 X86_64 and > am seeing the following when running the make: > > /usr/bin/ld: skipping incompatible /usr/lib/libpam.so when searching for > -lpam > /usr/bin/ld: skipping incompatible /usr/lib/libssl.so when searching for > -lssl > /usr/bin/ld: skipping incompatible /usr/lib/libssl.a when searching for > -lssl > /usr/bin/ld: skipping incompatible /usr/lib/libcrypto.so when searching > for -lcrypto > /usr/bin/ld: skipping incompatible /usr/lib/libcrypto.a when searching > for -lcrypto > > How can I get Asterisk to pick up the 64 bit version of the libraries > instead of the 32 bit ones ? Is it just a case of updating LD_LIBRARY_PATH ? > -- > Thanks, Phil >Did you run configure with --libdir=/usr/lib64 ?
Thank you Dave. -- Thanks, Phil ----- Original Message -----> On 07/29/2011 06:56 AM, --[ UxBoD ]-- wrote: > > Hi, > > > > compiling up a new installation of Asterisk 1.8.5 on CentOS 6 > > X86_64 and > > am seeing the following when running the make: > > > > /usr/bin/ld: skipping incompatible /usr/lib/libpam.so when > > searching for > > -lpam > > /usr/bin/ld: skipping incompatible /usr/lib/libssl.so when > > searching for > > -lssl > > /usr/bin/ld: skipping incompatible /usr/lib/libssl.a when searching > > for > > -lssl > > /usr/bin/ld: skipping incompatible /usr/lib/libcrypto.so when > > searching > > for -lcrypto > > /usr/bin/ld: skipping incompatible /usr/lib/libcrypto.a when > > searching > > for -lcrypto > > > > How can I get Asterisk to pick up the 64 bit version of the > > libraries > > instead of the 32 bit ones ? Is it just a case of updating > > LD_LIBRARY_PATH ? > > -- > > Thanks, Phil > > > > Did you run configure with --libdir=/usr/lib64 ? > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >