search for: libcrypt

Displaying 20 results from an estimated 401 matches for "libcrypt".

Did you mean: libcrypto
2007 May 09
2
Bug#423006: xen-hypervisor-3.0.3-1-i386-pae: /bin/sh : error while loading shared library libcrypt.so.1
...or-3.0.3-1-i386-pae Version: 3.0.3-0-2 Severity: critical Justification: breaks the whole system I use Debian Sid and Xen 3.0.3-1, and recently after an apt-dist upgrade, i reboot my server and now when i restart the server, i receive these error : /bin/sh : error while loading shared library libcrypt.so.1 cannot open shared object file :no such file ... I reboot the server on non-xen kernel, if i search the file libcrypt.so.1 i found in these file in many directory : /lib/i686/nosegneg/libcrypt.so.1 /lib what's wrong ? -- System Information: Debian Release: lenny/sid APT prefers un...
2002 Jun 25
1
use libcrypt before libcrypto
these days many unix-based systems contain crypt() with more than DES support (for instance, MD5 in freebsd/openbsd/netbsd, bcrypt in openbsd/netbsd). we need to use crypt() in libcrypt, not in licrypto, as much as possible. itojun --- configure.ac.orig Tue Jun 25 10:56:47 2002 +++ configure.ac Tue Jun 25 10:57:25 2002 @@ -697,6 +702,9 @@ ) fi +# use libcrypt if there is +AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt") + # Search for OpenSSL saved_CPPFLAGS=&qu...
2009 May 13
8
kernel: 4gb seg fixup messages...
Hey everyone, I''ve searched through all of the previous posts and tried everything mentioned but I am still getting these messages. Is there anything else I can do? My host machine is running CentOS 5 w/ Xen 3.3.1. My Xen VM is also running CentOS 5. I''ve tried doing: # echo ''hwcap 0 nosegneg'' > /etc/ld.so.conf.d/libc6-xen.conf && ldconfig
2007 May 09
0
/bin/sh : error while loading shared library libcrypt.so.1
Hi all ! I use Debian Sid and Xen 3.0.3-1, and recently after an apt-dist upgrade, i reboot my server and now when i restart the server, i receive these error : /bin/sh : error while loading shared library libcrypt.so.1 cannot open shared object file :no such file ... I reboot the server on non-xen kernel, if i search the file libcrypt.so.1 i found in these file in many directory : /lib/i686/nosegneg/libcrypt.so.1 /lib what''s wrong ? Thanks in advance ! Michael _____________________________...
2005 Jan 07
0
Missing functionality in Blowfish for crypt(3)
...D does not currently support the cost value. The cost value is the base-2 logarithm of the number of rounds of encryption to use so rounds=1<<cost; This functionality can be supported through modifications to /usr/bin/passwd (which actually means a change to PAM) or through modifications to libcrypt. In order to patch /usr/bin/passwd, it must be modified to provide a specially formatted salt value for the encryption of new passwords. Specifically, $2a$COST$ must be prepended to the generated salt value. "2a" is the major and minor version for blowfish/bcrypt. Again, this means ch...
2006 Mar 01
3
Remote Installworld
...ly administering a machine about 1500mi from me with nobody local to the machine to assist me. Anyways, my only access to this machine is via SSH, no remote serial console or anything. When I try to do a "make installworld" I end up with install: rename: /lib/INS@aTxk to /lib/libcrypt.so.3: Operation not permitted very shortly thereafter. I cannot boot into single user mode because I am far, far away from the machine. What can I do to finish the installworld? Thanks Nick ________________________________________________ VHCS Webmail
2002 Nov 26
1
Re: 2.2.7 compile error using --with-acl-support
...ce you have successfully compiled, please let me know. PS-thanks to Max for the link to his page http://homex.subnet.at/~max/comp-12_xfs.php Tom Hallewell Radio Free Asia Washington, DC USA obelyx:/tmp# ldd /usr/sbin/nmbd libssl.so.0.9.6 => /usr/lib/libssl.so.0.9.6 (0x40017000) libcrypto.so.0.9.6 => /usr/lib/libcrypto.so.0.9.6 (0x40044000) libcups.so.2 => /usr/lib/libcups.so.2 (0x40105000) libnsl.so.1 => /lib/libnsl.so.1 (0x4011d000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40131000) libdl.so.2 => /lib/libdl.so.2 (0x4015e000) li...
2001 Jan 03
1
PORT BUG: openssh 2.3.0p1 in Linux Slackware 7
...nssh 2.3.0p1. Slackware 7 uses shadow passwords. Openssh picks up the shadow password information correctly but doesn't encrypt the incoming password properly so all password authentication fails. The problem is that sshd *must* be compiled with the link flag '-lcrypt' which includes libcrypt with the proper password crypt() function. Without '-lcrypt', a different crypt() function (from the C library, I guess) is used which isn't compatible with the shadow password suite distributed with Slackware. In Slackware 7, libcrypt is in /lib so no '-L' flags are needed....
2004 Aug 06
1
Encrypted password problem with icecast 1.3.11
This is what I get when I do ldd on the icecast binary. [root@gala bin]# ldd icecast libcrypt.so.1 => /lib/libcrypt.so.1 (0x0ffb3000) libm.so.6 => /lib/libm.so.6 (0x0ff65000) libpthread.so.0 => /lib/libpthread.so.0 (0x0ff2e000) libc.so.6 => /lib/libc.so.6 (0x0fde9000) /lib/ld.so.1 => /lib/ld.so.1 (0x30000000) [root@gala bin]# It looks like the...
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 understa...
2001 Jun 01
0
libcrypt vs libcrypto
Upgrading my ssh from 2.3 to 2.9p1, and I find I am now linking against libcrypt.so.* instead of libcrypto.so.* I get a fatal indicating that I've built against one version of SSL but am trying to run against another. Reverting back to 2.3 shows the different library link. Trying to figure out how to force it to link with the right library. Thanks. B.
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 refere...
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.
2011 Oct 21
2
Need help with redhat build to --prefix
...so.2 (0x00002b01188e2000) libnsl.so.1 => /lib64/libnsl.so.1 (0x00002b0118af7000) libdl.so.2 => /lib64/libdl.so.2 (0x00002b0118d0f000) librt.so.1 => /lib64/librt.so.1 (0x00002b0118f14000) libpopt.so.0 => /usr/lib64/libpopt.so.0 (0x00002b011911d000) libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002b0119325000) libtalloc.so.2 => not found libtdb.so.1 => not found libwbclient.so.0 => not found libz.so.1 => /usr/lib64/libz.so.1 (0x00002b011955f000) libc.so.6 => /lib64/libc.so.6 (0x00002b0119773000)...
2015 Feb 12
1
Re: [PATCH] macosx: Darwin-specific autoconf macros
On 12 February 2015 at 18:42, Pino Toscano <ptoscano@redhat.com> wrote: [...] > We link to libcrypt because it provides crypt(), at least on GNU libc > and on the FreeBSD libc; it seems not the case on Mac OS X, looking > at your patch. > I'd say that this should turn into a proper configure check, trying to > use crypt() without extra libraries and if not possible with libcrypt....
2006 Nov 03
1
CentOS 3 - Progress DB issue
...o => not found librocket_r.so => not found libusort.so => not found libjvm.so => not found libhpi.so => not found libnsl.so.1 => /lib/libnsl.so.1 (0xb75c9000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb75b8000) libcrypt.so.1 => /lib/libcrypt.so.1 (0xb758b000) libdl.so.2 => /lib/libdl.so.2 (0xb7588000) libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2 (0xb7546000) libm.so.6 => /lib/tls/libm.so.6 (0xb7524000) libc.so.6 => /lib/tls/libc.so.6 (0xb73ed000)...
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 m...
2003 May 30
1
compile samba-2.2.8 with libcups support?
...blem. However, after compilation the "smbd" executable is not linked with libcups. # ./configure --enable-cups # make # ldd /usr/local/samba-2.2.8-source/source/bin/smbd libdl.so.2 => /lib/libdl.so.2 (0x4001b000) libnsl.so.1 => /lib/libnsl.so.1 (0x4001e000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40033000) libc.so.6 => /lib/libc.so.6 (0x40060000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) The library is installed in my system: # find /usr/lib -name "libcups*" -print /usr/lib/libcups.so.2 /usr/lib/libcupsimage.so.2...
2005 Oct 18
1
compile samba as a static binary
...: ./configure --enable-static=yes --enable-shared=no --disable-cups -without-sys-quotas --without-ads make after thad i did a ldd smbd linux-gate.so.1 => (0x00111000) libldap-2.2.so.7 => /usr/lib/libldap-2.2.so.7 (0x008cf000) liblber-2.2.so.7 => /usr/lib/liblber-2.2.so.7 (0x007cc000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x00785000) libresolv.so.2 => /lib/libresolv.so.2 (0x00b34000) libnsl.so.1 => /lib/libnsl.so.1 (0x00c0e000) libdl.so.2 => /lib/libdl.so.2 (0x00112000) libpopt.so.0 => /usr/lib/libpopt.so.0 (0x005ab000) libc.so.6 => /lib/tls/libc.so.6 (0x00116000) libsas...
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 recen...