search for: libssl

Displaying 20 results from an estimated 579 matches for "libssl".

Did you mean: libnsl
2005 Aug 09
2
error compiling asterisk on solaris
...b1.a stdtime/libtime.a -lncurses -lm -lpthread -ldl -lnsl -lsocket -lresolv -L/u sr/local/ssl/lib -lssl /usr/local/sparc-sun-solaris2.8/bin/ld: warning: libcrypto.so.0.9.6, needed by / usr/local/ssl/lib/libssl.so, not found (try using -rpath or -rpath-link) utils.o: In function `vasprintf': /export/home/fst/chris/cvs/asterisk/utils.c:623: undefined reference to `va_copy ' /usr/local/ssl/lib/libssl.so: undefined reference to `EVP_DigestInit' /usr/loc...
2007 Mar 08
4
recovery from loss of libssl.so.4?
libssl.so.4 was erased by accident and now, e.g., iinvoking wget results in: wget: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory [root at mail src]# How does one go about restoring libssl.so.4? [I've tried Google, compiling current edit...
2019 May 01
0
v2.3.6 Configure fail 'libssl not found' macOS
No problems with 2.3.5, but when I try to compile 2.3.6 with: ./configure --with-mysql --with-ssl=openssl I get: checking for dlopen... yes checking for SSL_read in -lssl... no configure: error: Can't build with OpenSSL: libssl not found $ locate libssl /Applications/BBEdit.app/Contents/XPCServices/GitIgnoreXPCService.xpc/Contents/Frameworks/libssl.dylib /Applications/Navicat for MySQL.app/Contents/Frameworks/libssl.1.0.0.dylib /Applications/assp/assp.mod/bin/libssl32.dll /usr/lib/libssl.0.9.7.dylib /usr/lib/libssl.0.9.8...
2019 May 01
0
v2.3.6 Configure fail 'libssl not found' macOS
...t.org>> wrote: > > No problems with 2.3.5, but when I try to compile 2.3.6 with: > > ./configure --with-mysql --with-ssl=openssl > > I get: > > checking for dlopen... yes > checking for SSL_read in -lssl... no > configure: error: Can't build with OpenSSL: libssl not found > > $ locate libssl > /Applications/BBEdit.app/Contents/XPCServices/GitIgnoreXPCService.xpc/Contents/Frameworks/libssl.dylib > /Applications/Navicat for MySQL.app/Contents/Frameworks/libssl.1.0.0.dylib > /Applications/assp/assp.mod/bin/libssl32.dll > /usr/lib/libssl.0.9...
2004 Jul 30
1
Compiling * on OpenBSD 3.5
...t' /usr/src/asterisk/asterisk/include/asterisk/lock.h:300: undefined reference to `pthread_mutexattr_settype' /usr/src/asterisk/asterisk/include/asterisk/lock.h:301: undefined reference to `pthread_mutex_init' sched.o: In function `sched_context_destroy': and /usr/lib/libssl.so.8.0: undefined reference to `BN_clear_free' /usr/lib/libssl.so.8.0: undefined reference to `X509_PURPOSE_set' /usr/lib/libssl.so.8.0: undefined reference to `d2i_X509_NAME' /usr/lib/libssl.so.8.0: undefined reference to `RSA_flags' /usr/lib/libssl.so.8.0: undefined reference to `...
2015 Aug 17
3
C5 recent openssl update breaks mysql SSL connection
I recently applied updates to a CentOS 5 box running MySQL. I've discovered that the new version of openssl, 0.9.8e-36.0.1.el5_11, breaks MySQL SSL connections. If I rename /lib/libssl.so.0.9.8e and replace it with the old version of that file from openssl-0.9.8e-27.el5_10.1 (not sure if that is the next oldest, but it was handy), then SSL connection to MySQL works again. I then performed cross-checks using the server with new libssl and the client with old, and then vice versa....
2004 Mar 18
1
latest openssl vulnerability
Is it true that (dynamic) binaries are vulnerable if and only if they are linked with libssl.so.3, not with libcrypt or libcrypto? Thanks for your help. Andrew.
2015 Aug 17
2
C5 recent openssl update breaks mysql SSL connection
...ohnny Hughes wrote: > On 08/17/2015 10:57 AM, Tony Mountifield wrote: >> I recently applied updates to a CentOS 5 box running MySQL. I've discovered >> that the new version of openssl, 0.9.8e-36.0.1.el5_11, breaks MySQL SSL >> connections. >> >> If I rename /lib/libssl.so.0.9.8e and replace it with the old version of >> that file from openssl-0.9.8e-27.el5_10.1 (not sure if that is the next >> oldest, but it was handy), then SSL connection to MySQL works again. >> >> I then performed cross-checks using the server with new libssl and the &g...
2004 Aug 06
2
icecast and ssl -error?
> it doesn't do anything with ssl, however it depends on curl for YP and > that can have a dependency on ssl. Either install the ssl lib or > install curl without ssl support. hmmm :-/ ... I'm sure, I've installed the sslib already. How is the name of that file? libssl.a? Did you know the standard location, where to place it? Is it /usr/lib? Greetings Tol <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' cont...
2014 Dec 23
1
Problems linking asterisk against self-compiled openssl on CentOS 5
...required for WebRTC. So I decided to build a parallel install of openssl. I chose the Fedora 21 package, openssl-1.0.1j, and built it on CentOS 5. The libraries now reside at /opt/openssl101/usr/lib with header files at /opt/openssl101/usr/include/openssl/ . There are symbolic links at /usr/lib64/libssl.so.10 and /usr/lib64/libcrypto.so.10 pointing into my upgraded openssl. Now I am trying to compile asterisk and link it with my openssl. My configure invocation is as follows: ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-pre...
2005 Mar 16
1
Problem starting Asterisk - libssl.so.4 cannot be found
...is a pretty basic problem, unfortunately I am a telecomms rather than a Linux person so any suggestions would be most appreciated. I have successfully downloaded and installed the various Asterisk packages. However, when I try to start Asterisk, I immediately get a message saying module 'libssl.so.4' cannot be found and the startup is halted. I don't have this file anywhere on my system but I read on some articles that this was a symbolic link to libssl.so.0.9 so I did an 'ln -s' to point the offending module there. This made no difference. I therefore upgraded my Op...
2002 Feb 15
2
Where are libcrypto & libssl?
I want to install Samba 2.2.3a from the Rawhide RPMs on my RedHat 7.2 system. There are 2 dependencies unresolved: libcrypto.so.3 libssl.so.3 I did a search at "rpmfind" but it couldn't tell me what RPM contains these. Can someone point me to these library files? Please & thanks. -- Carl Benson | cbenson@fhcrc.org UNIX System Administrator | Telephone: (206) 667-4862 Fred Hutchinson Cancer...
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
...sh/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_auth_con_getremotesubkey@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_init_context@krb5_3_MIT' /lib/libssl.so.6: undefined reference to `krb5_kt_resolve@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_get_init_creds_opt_set_address_list@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/sub...
2015 Aug 17
0
C5 recent openssl update breaks mysql SSL connection
On 08/17/2015 10:57 AM, Tony Mountifield wrote: > I recently applied updates to a CentOS 5 box running MySQL. I've discovered > that the new version of openssl, 0.9.8e-36.0.1.el5_11, breaks MySQL SSL > connections. > > If I rename /lib/libssl.so.0.9.8e and replace it with the old version of > that file from openssl-0.9.8e-27.el5_10.1 (not sure if that is the next > oldest, but it was handy), then SSL connection to MySQL works again. > > I then performed cross-checks using the server with new libssl and the > client with...
2004 Dec 22
2
polycom and cdp
Hi, Has anyone tried to use cdp to push the voice vlan tag to polycom phones? The document says that it is supported, but I can't make it work. Thanks, Richard
2005 Aug 22
1
Asterisk 1.0.7 won't run after upgrade to FC4
I just upgraded to Fedora Core 4 and Asterisk won't run any more. When launching asterisk, I get "asterisk: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory". A quick search ("find / -name libssl.so.4") for the file shows the file nowhere on my system. However, when I "yum provides libssl.so.4", yum tells me that openssl contains the file I want, and that openssl...
2009 Nov 12
2
Installing libssl-dev
Hi; I can't "yum install libssl-dev" because apparently it doesn't exist. Please advise. TIA, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091112/74d9ffa3/attachment-0003.html>
2016 Jul 03
3
Dovecot 2.2.25 fails on SSL
..."make install" run just fine, and the daemon starts without any errors. However, if a user connects on port 993 (IMAPS), Dovecot logs this failure message to syslog: Jul 4 01:08:43 myhost dovecot: ssl-params: Fatal: Couldn't load required plugin /usr/local/Dovecot-2.2.25/lib/dovecot/libssl_iostream_openssl.so: dlopen() failed: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory Jul 4 01:08:43 myhost dovecot: ssl-params: Error: child process failed with status 22784 ldd /usr/local/Dovecot-2.2.25/lib/dovecot/libssl_iostream_openssl.so linux-gate.so.1...
2009 Feb 27
1
rake bombs on openssl (on Ubuntu)
...ile to load -- openssl (See full trace by running task with --trace) To me, It looks like openssl.rb is missing somewhere. I assume it should be under /rho which is where I installed ruby. I''m on ubuntu-linux and I do see openssl development packages inside of my OS: $ apt-cache search libssl cl-plus-ssl - A simple Common Lisp interface to OpenSSL dcmtk - The OFFIS DICOM toolkit command line utilities libdcmtk1 - The OFFIS DICOM toolkit runtime libraries libdcmtk1-dev - The OFFIS DICOM toolkit development libraries and headers libssl-ocaml - OCaml bindings for OpenSSL libssl-ocaml-dev -...
2015 Aug 18
0
C5 recent openssl update breaks mysql SSL connection
...On 08/17/2015 10:57 AM, Tony Mountifield wrote: > >> I recently applied updates to a CentOS 5 box running MySQL. I've discovered > >> that the new version of openssl, 0.9.8e-36.0.1.el5_11, breaks MySQL SSL > >> connections. > >> > >> If I rename /lib/libssl.so.0.9.8e and replace it with the old version of > >> that file from openssl-0.9.8e-27.el5_10.1 (not sure if that is the next > >> oldest, but it was handy), then SSL connection to MySQL works again. > >> > >> I then performed cross-checks using the server with n...