similar to: Problem starting Asterisk - libssl.so.4 cannot be found

Displaying 20 results from an estimated 10000 matches similar to: "Problem starting Asterisk - libssl.so.4 cannot be found"

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 edition from source, yum install, but note 'yum remove openssl' would take out about 140
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
2019 May 01
0
v2.3.6 Configure fail 'libssl not found' macOS
> On 1 May 2019, at 4:38 pm, James Brown via dovecot <dovecot at dovecot.org <mailto:dovecot at dovecot.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
2010 Sep 15
3
Compiling Dovecot 2.0.2 on Solaris 10 SPARC - libssl.so.1.0.0: open failed
I'm trying to compile the source for Dovecot 2.0.2 on a Solaris 10 SPARC machine. > uname -a SunOS ommtca013 5.10 Generic_138888-07 sun4v sparc SUNW,Sun-Blade-T6300 Solaris > cat /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC I've installed the following binaries from sunfreeware for dovecot 1.1 to use with 2.0.2 gcc-3.4.6-sol10-sparc-local
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)
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>
2005 Aug 09
2
error compiling asterisk on solaris
hello, can anyone help me? im gettitng this error when i tried runnin make on solaris 9 rm -f include/asterisk/version.h.tmp make[1]: `ast_expr.a' is up to date. make[1]: Leaving directory `/export/home/fst/chris/cvs/asterisk' gcc -g -o asterisk io.o sched.o logger.o frame.o loader.o config.o channel.o t ranslate.o file.o say.o pbx.o cli.o
2014 Dec 23
1
Problems linking asterisk against self-compiled openssl on CentOS 5
I am trying to enable full WebRTC support on asterisk-11.15 for installation on a CentOS 5 machine. Currently the distro cannot be upgraded to any later CentOS series. This CentOS series ships with openssl-0.9.8e, which lacks DTLS-SRTP support 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
2004 Jul 30
1
Compiling * on OpenBSD 3.5
Hi, Has anyone had any success? After a clean install of OpenBSD, I do the following:- pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/gmake-3.80.tgz pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/bison-1.35p1.tgz pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/ruby-ncurses-0.8.tgz Then, I get (via CVS) the asterisk source.. cd /usr/src/asterisk /usr/local/bin/gmake clean
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
2005 May 11
2
Multiple Internet links - routing traffic to the correct one.
Hi all, I have the following configuration: _______ +------------+ / diginet link | | | +-------------+ Provider 1 +------- __ | | | / ___/ \_
2016 Aug 04
2
curl build system is broken and so is mock
I'm having a major frustration with curl. When building curl, if libssl.so.10 is present the curl binary WILL link against it. If curl is configured with an ssl option - the library WILL link against it. If you change the curl configuration options to use a different TLS library (e.g. nss like CentOS does) the curl binary and library will still link against the OpenSSL library.
2015 Aug 17
2
C5 recent openssl update breaks mysql SSL connection
On 08/17/2015 11:19 AM, Johnny 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
2017 Aug 25
2
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
I would also check where the "... is not portable!" messaage is generated. If it's done by the configure script, you can look at the test to give you a hint as to why this message was generated. For my setup, I did much the same as you but didn't have to set the SSL_CFLAGS, SSL_LIBS environment variables, nor did I set the --with-ssldir configure option (although your setup may
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
2004 Oct 04
2
300 extensions on Asterisk?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello I am running an * box with just 8 extensions connected to our old Alcatel BCN 5200 PABX. The requirement is that we now scale it up to handle about 300 lines and get rid of our old PABX. Is there a way of hooking up 300 phones to asterisk without going via the PABX. I am more of a network person than a telecomms one so i may not fully
2009 Feb 27
1
rake bombs on openssl (on Ubuntu)
RoR-ers, I''ve bumped into an issue with ruby and ssl. I''m trying to run a rake command which aborts because it cannot find openssl.rb. I followed these steps: - mkdir /rho; chown phor /rho - wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.bz2 - tar jxf ruby-1.8.7-p72.tar.bz2 - cd ruby-1.8.7-p72 - vi ext/Setup and uncomment these lines: bigdecimal curses
2016 Aug 04
4
curl build system is broken and so is mock
On 08/03/2016 05:33 PM, Thomas Eriksson wrote: > On 08/03/2016 05:23 PM, Alice Wonder wrote: >> On 08/03/2016 05:20 PM, Alice Wonder wrote: >>> On 08/03/2016 05:11 PM, Alice Wonder wrote: >>>> I'm having a major frustration with curl. >>>> >>>> When building curl, if libssl.so.10 is present the curl binary WILL link >>>> against
2006 Jan 20
1
2400P Pinouts
Hi, this is probably a stupid question but can someone point me to where I can find the pinouts for the connector at the back of the TDM2400P card from Digium. I am assuming this is some kind of telecomms standard but I need to connect to 8 existing analogue lines and therefor need to wire this connector to a patch panel or R11 jacks. Also most of the docs do not mention this card - am I
2004 Mar 19
1
Samba3 installation issues
I'm trying to install the Samba3 rpm's on a SuSE 9.0 machine. When I try it, I get the following message(s): LX1020:/opt/samba3 # rpm -ivh samba3-* error: Failed dependencies: libasn1.so.5 is needed by samba3-3.0.2a-0 libcom_err.so.1 is needed by samba3-3.0.2a-0 libcrypto.so.0.9.6 is needed by samba3-3.0.2a-0 libdb-4.0.so is needed by samba3-3.0.2a-0