-
Compile issue, kdebase3 and openssl
I get the folloeing message when compiling kdebase with openssl support, from kcontrol/crypto
anyone know what's wrong.
.libs/kcm_crypto_la.all_cpp.o: In function `KCryptoConfig::slotCAImport(void)':
.libs/kcm_crypto_la.all_cpp.o(.text+0xc28f): undefined reference to `KOpenSSLProxy::X509_STORE_new(void)'
.libs/kcm_crypto_la.all_cpp.o(.text+0xc2a3): undefined reference to `KOpenSSLProxy::X509_LOOKUP_file(void)'
.libs/kcm_crypto_la.all_cpp.o(.text+0xc2b3): undefined reference to `KOpenSSLProxy::X509_STORE_add_lookup(x509_store_s t *, x509_lookup_method_
st *)'
.libs/kcm_crypto_la.all_cpp.o(.text+0xc2ef): undefined reference to `KOpenSSLProxy::X509_LOOKUP_ctrl(x509_lookup_st *, int, char const *, long
, char **)'
.libs/kcm_crypto_la.all_cpp.o(.text+0xc33b): undefined reference to `KOpenSSLProxy::sk_value(stack_st *, int)'
.libs/kcm_crypto_la.all_cpp.o(.text+0xc36d): undefined reference to `KSSLCertificate::fromX509(x509_st *)'
.libs/kcm_crypto_la.all_cpp.o(.text+0xc9ed): undefined reference to `KOpenSSLProxy::sk_num(stack_st *)'
.libs/kcm_crypto_la.all_cpp.o(.text+0xca83): undefined reference to `KOpenSSLProxy::X509_STORE_free(x509_store_st *)'
.libs/kcm_crypto_la.all_cpp.o(.text+0xd424): undefined reference to `KOpenSSLProxy::X509_STORE_free(x509_store_st *)'
collect2: ld returned 1 exit status
make: *** [kcm_crypto.la.closure] Error 1
For the reference, compiled with GCC 2.95.3. tried with and with optimizations - same result.
-
Re: Compile issue, kdebase3 and openssl
Problem seemed to be kdelibs which didn't support SSL, recompiled and so far so good
-
Newbie
Re: Compile issue, kdebase3 and openssl
It looks to me like it can't find some libraries, possible the kde libs?.
Some things i would try:
ldconfig
export KDEDIR=pathtokde
LDFLAGS="-Lpathtokdelibs" ./configure
-
Newbie
Re: Compile issue, kdebase3 and openssl
-
Re: Compile issue, kdebase3 and openssl
Thx, but I just reduced the problem to : How would the Lone Ranger handle this ? and the problem went away.
-
Mentor
Re: Compile issue, kdebase3 and openssl
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks