search for: libcrypto

Displaying 20 results from an estimated 687 matches for "libcrypto".

2018 Nov 08
2
[PATCH] Fix configure check for EVP_CIPHER_CTX_set_iv
...nks. should this go on the V_7_9 branch too? > > AC_SEARCH_LIBS([EVP_CIPHER_CTX_set_iv], [crypto], > > - [AC_DEFINE([HAVE_EVP_CIPHER_CTX_GET_IV], [1], > > + [AC_DEFINE([HAVE_EVP_CIPHER_CTX_SET_IV], [1], > > [Define if libcrypto has EVP_CIPHER_CTX_set_iv])]) > > > > AC_SEARCH_LIBS sets that definition by default anyway. Damien, is there > any reason we can't delete all those args? IIRC I tried that and it didn't work, but maybe I'm misremembering. -d
2010 Feb 23
1
dirty hack to solve: 0509-150 Dependent module libcrypto.a(libcrypto.so.0.9.7) could not be loaded
...les can be found in the contrib/ subdirectory I run "make" with success. When i run "make install" it failed with the following output. exec(): 0509-036 Cannot load program ./ssh-keygen because of the following errors: 0509-150 Dependent module libcrypto.a(libcrypto.so.0.9.7) could not be loaded. 0509-022 Cannot load module libcrypto.a(libcrypto.so.0.9.7). 0509-026 System error: A file or directory in the path name does not exist. make: 1254-004 The error code from the last command is 255. I try to understan...
2005 Sep 06
3
OpenSSH-4.2p1 with OpenSSL-0.98 (bug)
...??. make[1]: Leaving directory `/home/pkg/openssh-4.2p1/openbsd-compat' gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh -lopenbsd-compat -lresolv -lcrypto -lutil -lz -lnsl -lcrypt /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x35): In function `dlfcn_load': : undefined reference to `dlopen' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x95): In function `dlfcn_load': : undefined reference to `dlclose' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xbc): In function `dlf...
2002 Nov 26
3
Solaris 8, Can't find recent OpenSSL libcrypto
I have probably trivial problem in OpenSSH installation, but do not see it - could you help, please ? The libcrypto has been installed. caroubier% ls -l /usr/local/ssl/lib/libcrypto.a -rw-r--r-- 1 root other 2778744 Nov 19 17:53 /usr/local/ssl/lib/libcrypto.a But the openssh stops with Can't find recent OpenSSL libcrypto. Thank you very much in advance, Elisabeth Porteneuve -- This file contai...
2008 May 16
0
cfservd crashing on 7.0
...gmentation fault. Reading symbols from /usr/local/lib/libdb-4.6.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libdb-4.6.so.0 Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libthr.so.3 Reading symbols from /lib/libcrypto.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libcrypto.so.5 Reading symbols from /usr/lib/librt.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/librt.so.1 Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. Loaded symbols f...
2002 Jun 21
4
configure problem --- Can't find recent OpenSSL libcrypto
...which I failed. I installed OpenSSL 0.9.6d 9 May 2002 with this option on a Solaris 8 box using Sun Forte6-2 $config solaris64-sparcv9-cc --prefix=/local/santanu/pkg/ssl Now I am trying to install openssh 3.2.3p1 and getting this error. configure:8285: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) *** I tried ./configure --with-ssl-dir=/local/santanu/pkg/ssl and ./configure --with-ssl-dir=/local/santanu/pkg/ssl/lib and then I tried to export LIBRARY_PATH as some one mentioned in the mailing list. No luck yet. configure:8285: error: *** Can't find recent...
2016 Aug 04
3
curl build system is broken and so is mock
...ly libssh2.so that > requires libssl.so. > > If you want help, you need to stop repeating your claims and show some > actual commands run, output, versions, etc. > [alice at pern ~]$ ldd /usr/bin/curl |grep crypto libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f4524390000) libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007f45234ca000) [alice at pern ~]$ rpm -qf /lib64/libcrypto.so.10 openssl-libs-1.0.1e-51.el7_2.5.x86_64 [alice at pern ~]$ That's with stock CentOS packages
2009 Aug 21
1
Your OpenSSL headers do not match your library
...without-openssl-header-check". Also see contrib/findssl.sh for help identifying header/library mismatches. So, I ran findssl.sh and got the following: Searching for OpenSSL header files. 0x009080bfL /usr/include/openssl/opensslv.h Searching for OpenSSL shared library files. 0x0090701fL /lib/libcrypto.so.4 0x0090701fL /lib/libcrypto.so.0.9.7a 0x0090802fL /opt/splunk/lib/libcrypto.so 0x0090802fL /opt/splunk/lib/libcrypto.so.0.9.8 0x0090701fL /usr/lib/libcrypto.so 0x0090701fL /var/www/vhosts/chroot/lib/libcrypto.so.4 0x0090701fL /var/www/vhosts/<domain name>/lib/libcrypto.so.4 (and then 20 m...
2006 Mar 14
2
Problem compiling openssh-4.3p2 w/ openssl.0.9.8a on FC3
...and-helper make Unfortunately, the make fails with the following error: gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh -lopenbsd-compat -lresolv -lcrypto -lutil -lz -lnsl -lcrypt /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x38): In function `dlfcn_load': : undefined reference to `dlopen' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xa0): In function `dlfcn_load': : undefined reference to `dlclose' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xc9): In function `dlfc...
2003 Sep 23
5
[Bug 710] ReliantUnix: -ldl missing when libcrypto is a shared object
http://bugzilla.mindrot.org/show_bug.cgi?id=710 Summary: ReliantUnix: -ldl missing when libcrypto is a shared object Product: Portable OpenSSH Version: -current Platform: MIPS OS/Version: other Status: NEW Severity: normal Priority: P3 Component: Build system AssignedTo: openssh-bugs at...
2020 Feb 07
4
Call for testing: OpenSSH 8.2
On Thu, 6 Feb 2020, Hisashi T Fujinaka wrote: > Built and passed tests on NetBSD-9_RC2 on amd64 and on NetBSD-current on > amd64. Issues with MacOS Catalina: > configure: error: *** working libcrypto not found, check config.log AFAIK MacOS no longer includes libcrypto or headers in the base operating system, so you'll either need to compile them yourself or install them via macports/brew/etc. -d
2016 Aug 04
2
curl build system is broken and so is mock
On 08/03/2016 06:30 PM, Chris Adams wrote: > Once upon a time, Alice Wonder <alice at domblogger.net> said: >> [alice at pern ~]$ ldd /usr/bin/curl |grep crypto >> libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f4524390000) >> libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007f45234ca000) > > What do the following show: > > ldd /usr/bin/curl > ldd /usr/lib64/libcurl.so.4 > ldd /usr/lib64/libssh2.so.1 > > I can only guess you don't have the libssh2 you think you have. It's worse than I thou...
2007 May 11
0
xen 3.0.4 on FC6 x86_64 install problem with lcrypto
.../../../tools/libxc -I ../../ libaio/src -I.. -I../lib -I. -I../../xenstore -D_GNU_SOURCE -Wp,- MD,.blktapctrl.d -o blktapctrl -L. -L.. -L../lib -L../../../tools/ libxc -lblktap -lxenctrl -lcrypto -lz -L../../../tools/xenstore - lxenstore blktapctrl.c /usr/bin/ld: skipping incompatible /usr/lib/libcrypto.so when searching for -lcrypto /usr/bin/ld: skipping incompatible /usr/lib/libcrypto.a when searching for -lcrypto /usr/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status make[3]: *** [blktapctrl] Error 1 make[3]: Leaving directory `/opt/xen-3.0.4_1-src/tools/blktap/drivers'...
2002 Jul 04
1
libcrypto requires libdl
My libcrypto does dynamic library linking (dlopen(), etc) and consequently prerequires libdl. I.e. if you link with -lcrypto, you must also specify -ldl. I don't know how unique this situation is to me, but it causes configure to fail. The symptom is that configure complains that libcrypto does not exist...
2002 Aug 30
1
LIBCRYPTO?
Hi all, I have a question about OpenSSH configuration. In Makefile there is defined LIBS=$(LIBCRYPTO), but the problem is that the version of OpenSSL that I'm using holds only the version LIBCRYPT. When adding LIBCRYPT to the Makefile I get: sshd.elf2flt: In function `key_regeneration_alarm': /.../ssh/sshd.c:252: undefined reference to `RSA_free' /.../ssh/sshd.c:253: undefined referen...
2015 Feb 27
3
Call for testing: OpenSSH 6.8
Update - for AIX 6.1 TL9 - configure: creating ./config.status config.status: creating Makefile config.status: creating buildpkg.sh config.status: creating opensshd.init config.status: creating openssh.xml config.status: creating openbsd-compat/Makefile config.status: creating openbsd-compat/regress/Makefile config.status: creating survey.sh config.status: creating config.h OpenSSH has been
2006 Sep 29
2
Binary updates for SA-06:23?
Is it just me, or freebsd-update isn't yet shipping the openssl updates? I'm trying (on an SMP machine) to fetch them, but there seem to be none available. I'd like to confirm that sleep deprivation isn't the culprit here, so I've checked in /usr/local/freebsd-update/work/ and the subdirectory with the highest number contains the SA-06:21 files. Anyone seen that clue bat
2002 Aug 07
2
OpenSSH 34p1 for AIX error. Please help
...the a bff pancake using the contrib/aix/buildbff.sh script. I can't start sshd either installing it as a package or without. When I tried to start sshd I received the following error: 0509-036 Cannot load program /.sshd because of the following errors: 0509-150 Dependent module /usr/local/lib/libcrypto.a/libcrypto.so) could not be loaded. 0509-152 Member libcrypto.so is not found in archive I copied libcrypto.a, created from compiling openssl 0.9.6d from /usr/local/ssl/lib to /usr/local/lib and still had the same error. Can't find a libcrypto.so anyware on other aix servers. I would like...
2016 Jul 03
3
Dovecot 2.2.25 fails on SSL
...he 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 => (0x00e8c000) libcrypto.so.1.0.0...
2005 May 18
2
make tests failures (agent.sh)
...d by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/home/scott --with-ssl-dir=/home/scott/src/openssl-0.9.7e I would be happy to send the full config.log if it would help. I had to set the LD_LIBRARY_PATH to include this directory as just using --with-ssl-dir=[path_to_my_libcrypto] didn't work. Configure would complain about the OpenSSL header not matching the library. I hacked out the conftest.c that was failing in configure, added -H and -v to CPPFLAGS and built it as a small app and ran ldd on it and it reported that libcrypto was from /usr/lib. Hmm. The ld and gcc ma...