[Pkg-openssl-devel] libssl
Philippe Demeester
phdm at telenet.be
Wed May 6 07:52:29 UTC 2015
Hello,
I have seen with <pkg-config libssl --cflags --libs> that libcrypto has
to be added.
Now it's ok
Shouldn't this be set automatically in the /usr/lib/pkg-config stuff ?
have a nice day
Philippe
-------- Forwarded Message --------
Subject: libssl
Date: Tue, 05 May 2015 09:36:13 +0200
From: Philippe Demeester <phdm at telenet.be>
To: pkg-openssl-devel at lists.alioth.debian.org
Hi,
since the upgrade on debian 8, i have problems with compiling
applications linked to the ssl lib.
I have installed the the ssl lib 1.0 but in the /usr/lib I still see the
0.9.8 version.
In the ll /usr/lib/i386-linux-gnu/libssl*
-rw-r--r-- 1 root root 338784 Dec 27 05:47
/usr/lib/i386-linux-gnu/libssl3.so
lrwxrwxrwx 1 root root 10 Dec 27 05:47
/usr/lib/i386-linux-gnu/libssl3.so.1d -> libssl3.so
-rw-r--r-- 1 root root 520554 Mar 24 22:57 /usr/lib/i386-linux-gnu/libssl.a
lrwxrwxrwx 1 root root 15 Mar 24 22:57
/usr/lib/i386-linux-gnu/libssl.so -> libssl.so.1.0.0
-rw-r--r-- 1 root root 395952 Mar 24 22:57
/usr/lib/i386-linux-gnu/libssl.so.1.0.0
The compiler error:
gcc -lssl sscrypt.c -o sscrypt
/usr/bin/ld: /tmp/ccSiMwcl.o: undefined reference to symbol
'EVP_aes_256_cbc@@OPENSSL_1.0.0'
//usr/lib/i386-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO
missing from command line
collect2: error: ld returned 1 exit status
Makefile:15: recipe for target 'sscrypt' failed
make: *** [sscrypt] Error 1
Kind regards
Philippe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-openssl-devel/attachments/20150506/69214f29/attachment.html>
More information about the Pkg-openssl-devel
mailing list