That was it! Thanks for your help. I just uninstalled the libopenssl package and installed the correct version. It now works. Thanks!
Erik Tkal wrote: > > In fact a quick compare of x509.h shows that the X509_sign_ctx entry point > is new in OpenSSL 1.0.1. > > > .................................... > Erik Tkal > Juniper OAC/UAC/Pulse Development > > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Erik Tkal > Sent: Tuesday, June 12, 2012 8:02 AM > To: [email protected] > Subject: RE: Error: can't resolve symbol 'X509_sign_ctx' > > Hi Eric, > > So it looks like your /usr/bin/openssl binary is built from OpenSSL 1.0.1, > but the shared libraries in /usr/lib are from 1.0.0? I'm not too familiar > with how linux library resolution works, but don't you need the 1.0.1 libs > copied to the /usr/lib folder? I don't think 1.0.1 and 1.0.0 are binary > compatible (only the sub-releases that are lettered). > > > .................................... > Erik Tkal > Juniper OAC/UAC/Pulse Development > > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of exvance > Sent: Monday, June 11, 2012 3:40 PM > To: [email protected] > Subject: RE: Error: can't resolve symbol 'X509_sign_ctx' > > > Hi Erik, > > Here is the output: > > ~~# which openssl > /usr/bin/openssl > > root@ph:~# openssl version > OpenSSL 1.0.1c 10 May 2012 (Library: OpenSSL 1.0.0e 6 Sep 2011) > > Thanks for any info you can provide! > > Eric > > > Erik Tkal wrote: >> >> What's the output of 'which openssl' and 'openssl version'? >> >> >> .................................... >> Erik Tkal >> Juniper OAC/UAC/Pulse Development >> >> >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of exvance >> Sent: Saturday, June 09, 2012 12:50 PM >> To: [email protected] >> Subject: Re: Error: can't resolve symbol 'X509_sign_ctx' >> >> >> Hi Alexander, >> >> Thanks for the reply!! Here is my output: >> >> ldd `which openssl` >> libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x2b384000) >> libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x2b3d4000) >> libdl.so.0 => /lib/libdl.so.0 (0x2b4f4000) >> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2b507000) >> libc.so.0 => /lib/libc.so.0 (0x2b52a000) >> ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2b36c000) >> >> Is that what you are looking for? >> >> Thanks, >> >> Eric >> >> >> Alexander Komyagin-3 wrote: >>> >>> Hi! Can you post the output for >>> >>> $ldd `which openssl` >>> >>> command (run it without leading $)? >>> >>> -- >>> Best wishes, >>> Alexander Komyagin >>> >>> ______________________________________________________________________ >>> OpenSSL Project http://www.openssl.org >>> User Support Mailing List [email protected] >>> Automated List Manager [email protected] >>> >>> >> -- >> View this message in context: >> http://old.nabble.com/Error%3A-can%27t-resolve-symbol-%27X509_sign_ctx >> %27-tp33984978p33986612.html Sent from the OpenSSL - User mailing list >> archive at Nabble.com. >> ______________________________________________________________________ >> OpenSSL Project http://www.openssl.org >> User Support Mailing List [email protected] >> Automated List Manager [email protected] >> ______________________________________________________________________ >> OpenSSL Project http://www.openssl.org >> User Support Mailing List [email protected] >> Automated List Manager [email protected] >> >> > > -- > View this message in context: > http://old.nabble.com/Error%3A-can%27t-resolve-symbol-%27X509_sign_ctx%27-tp33984978p33995851.html > Sent from the OpenSSL - User mailing list archive at Nabble.com. > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [email protected] > Automated List Manager [email protected] > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [email protected] > Automated List Manager [email protected] > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [email protected] > Automated List Manager [email protected] > > -- View this message in context: http://old.nabble.com/Error%3A-can%27t-resolve-symbol-%27X509_sign_ctx%27-tp33984978p34000346.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
