You are not logged in.
Pages: 1
hi,
in my archlinux64 kdemod3 I have upgraded:
openssl-1.0.0-2
but now in konqueror (configure criptography-ssl)
I have error: not found :
- libssl.so.0.9.8
- libcrypto.so.0.9.8
can you help me?
thanks
p.s.
other browser (firefox or chrome) works OK !
Offline
when I configure konquesror crypto:
I have: http://sacarde.interfree.it/errore-crypto.png
and when try to access https site:
Offline
I try to build from pkgbuild
http://chakra-project.org/svn/branches/kde3/kdebase/
but I have error:
/opt/kde/include/kopenssl.h:453: error: expected ';' before '*' token
/opt/kde/include/kopenssl.h:526: error: expected ';' before '(' token
/opt/kde/include/kopenssl.h:532: error: 'STACK' has not been declared
/opt/kde/include/kopenssl.h:538: error: 'STACK' has not been declared
/opt/kde/include/kopenssl.h:544: error: expected ';' before '(' token
/opt/kde/include/kopenssl.h:550: error: ISO C++ forbids declaration of 'STACK' with no type
/opt/kde/include/kopenssl.h:550: error: expected ';' before '*' token
/opt/kde/include/kopenssl.h:556: error: 'STACK' has not been declared
/opt/kde/include/kopenssl.h:562: error: ISO C++ forbids declaration of 'STACK' with no type
/opt/kde/include/kopenssl.h:562: error: expected ';' before '*' token
/opt/kde/include/kopenssl.h:828: error: ISO C++ forbids declaration of 'STACK' with no type
/opt/kde/include/kopenssl.h:828: error: expected ';' before '*' token
/opt/kde/include/kopenssl.h:829: error: 'STACK' has not been declared
In file included from kcm_crypto_la.all_cpp.cpp:2:
crypto.cpp: In member function 'void KCryptoConfig::slotCAImport()':
crypto.cpp:1851: error: no matching function for call to 'KOpenSSLProxy::sk_num(_STACK*)'
/opt/kde/include/kopenssl.h:538: note: candidates are: int KOpenSSLProxy::sk_num(int*)
crypto.cpp:1852: error: 'class KOpenSSLProxy' has no member named 'sk_value'
crypto.cpp: In member function 'bool KCryptoConfig::loadCiphers()':
crypto.cpp:2329: error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
crypto.cpp:2341: error: invalid conversion from 'const SSL_CIPHER*' to 'SSL_CIPHER*'
crypto.cpp:2358: error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'
crypto.cpp:2369: error: invalid conversion from 'const SSL_CIPHER*' to 'SSL_CIPHER*'
make[3]: *** [kcm_crypto_la.all_cpp.lo] Error 1
make[3]: Leaving directory `/home/sacarde/pkg/kdebase3/src/kdebase-3.5.10/kcontrol/crypto'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sacarde/pkg/kdebase3/src/kdebase-3.5.10/kcontrol'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sacarde/pkg/kdebase3/src/kdebase-3.5.10'
make: *** [all] Error 2
==> ERRORE: Compilazione non riuscita.
L'operazione sta per essere interrotta...
Offline
may be this solve?
Offline
I try openssl-compatibility 0.9.8-3
but not work for me (64bit)
Offline
Offline
is right this?
lrwxrwxrwx 1 root root 15 2 giu 02.48 /usr/lib/libssl.so -> libssl.so.1.0.0
-r-xr-xr-x 1 root root 373816 17 apr 16.59 /usr/lib/libssl.so.0.9.8
-r-xr-xr-x 1 root root 418288 2 giu 02.48 /usr/lib/libssl.so.1.0.0
-rwxr-xr-x 1 root root 253041 26 mag 18.57 /usr/lib/libssl3.so
libssl.so ---> libssl.so.1.0.0 or libssl.so.0.9.8 ??
Offline
lrwxrwxrwx 1 root root 15 2 giu 02.48 /usr/lib/libssl.so -> libssl.so.1.0.0
-r-xr-xr-x 1 root root 373816 17 apr 16.59 /usr/lib/libssl.so.0.9.8
-r-xr-xr-x 1 root root 418288 2 giu 02.48 /usr/lib/libssl.so.1.0.0
-rwxr-xr-x 1 root root 253041 26 mag 18.57 /usr/lib/libssl3.so
That looks fine
libssl.so ---> libssl.so.1.0.0 or libssl.so.0.9.8 ??
Do not do this.
Offline
what is right?:
libssl.so ---> libssl.so.0.9.8 ??
or
libssl.so ---> libssl.so.1.0.0
Offline
Pages: 1