similar to: Compiling * on OpenBSD 3.5

Displaying 20 results from an estimated 3000 matches similar to: "Compiling * on OpenBSD 3.5"

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
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
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
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
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
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
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
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
2016 Jul 03
3
Dovecot 2.2.25 fails on SSL
Dear Dovecot developers! This problem already existed some years ago, has been fixed, and now it's there again in Dovecot 2.2.25 (2.2.24 was fine). I'm running CentOS 6 with a custom OpenSSL installation in /usr/local/ssl Therefore, Dovecot is configured like this: env SSL_CFLAGS="-I/usr/local/ssl/include" SSL_LIBS="-L/usr/local/ssl/lib -Wl,-R/usr/local/ssl/lib -lcrypto
2015 Jun 05
2
[LLVMdev] LLVM-ar and openssl
Hi everyone, I encountered a strange bug when I tried to compile openssl (https://www.openssl.org/) with clang and llvm-ar on a 64-bit OS X. I changed the openssl makefile to use llvm-ar instead of simply ar. Openssl will then create two static libraries libssl.a and libcrypto.a. The problem occurs when it tries to link these two static libraries to the final openssl executable. I get the
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 May 01
2
Could not complete SSL handshake to Amazon EC2 host
> This is strange... > Do you have SSL aktive on both systems? Run nrpr localy without parameters > (this should return some nrpe stats) and check ldd for libssl. I don't seem to have that command. [root at monitor1:~] #find / -name "*nrpr" 2> /dev/null [root at monitor1:~] # And that's on either system. And if I do an ldd on both, this is what I can tell:
2015 Apr 21
2
[BUG] imap-login segfault when running nmap -sV
Hi, I've noticed that nmap crashes my imap-login (also pop3-login) and narrowed it down to `nmap -sV -p 993 $host`. I've noticed that if I remove "ssl_protocols = !SSLv2 !SSLv3" from my config or enable SSLv3 rather than disabling it the segfault disappears. I'm running on Arch Linux with dovecot 2.2.16-1 and openssl 1.0.2.a-1. I've also attached a network capture, but
2016 Dec 19
2
Building on debian 8.6
Thank you Rowland! Running 'apt-get install <all_those_packages>' resulted in: [...] The following extra packages will be installed: comerr-dev krb5-multidev libssl-doc Suggested packages: doc-base krb5-doc The following NEW packages will be installed: comerr-dev krb5-multidev libkrb5-dev libpam-krb5 libssl-dev libssl-doc 0 upgraded, 6 newly installed, 0 to remove and 0 not
2013 Dec 07
1
dovecot-imapd eating 100% cpu every once in a while
Hello, About once or twice a week, dovecot's imap-login process on my system seems gets out of control, eating 100% CPU for about 2 hours. Afterwards everything seems to go back to normal. I am using Dovecot 2.1.7 on a 64 bit Debian wheezy system. When running gdb on the process in this stage, I get the following traceback: #0 0x00007fcba50c5a90 in read () from
2017 Oct 27
2
How to check which version of openssl is getting compiled in into dovecot?
> On Oct 27, 2017, at 12:33 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > > On 27.10.2017 00:53, krzf83 at gmail.com wrote: >> I got multiple versions of openssl in my system. I compile dovecot with >> PKG_CONFIG_PATH=/usr/openssl-1.0.2l-fpic/lib/pkgconfig ./configure >> >> How do I check which version of openssl got compiled in? configure
2015 Mar 31
7
Wanted: smartcard with ECDSA support
Hi list, I have no idea if Damien Miller had the time to work on that. I have an initial patch to authenticate using PKCS#11 and ECDSA keys. This requires OpenSSL 1.0.2, prior OpenSSL versions do not expose the required interfaces to override the signature function pointer for ECDSA. The only limitation is that the OpenSSL API misses some cleanup function (finish, for instance), hence I have yet
2007 Jul 15
2
upgrade my open ssl
Dear All, I have centos 4.5 final and when i installed it there is a openssl version openssl-0.9.7a-43.16 .. i need to upgrade it to openssl 0.9.8 .. also when i try to uninstall it it gives me a failed dependency errror actually i did a nodeps and uninstalled openssl ver 0.9.8 but when my sendmail was restatered compalined saying libssl.so.4 missing or error actually i found that thaere was
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.
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>---