Displaying 20 results from an estimated 30000 matches similar to: "libcrypt vs libcrypto"
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
2010 Feb 23
1
dirty hack to solve: 0509-150 Dependent module libcrypto.a(libcrypto.so.0.9.7) could not be loaded
Hi all,
I build openssh for aix with a dirty hack.
This is my configure:
export CC=cc
export CFLAGS="-I/usr/local/include"
export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib"
export CPP="cc -E"
./configure --prefix=/usr/local --sysconfdir=/usr/local/etc/ssh \
--with-cflags="-O -D__STR31__
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
2002 Jun 21
4
configure problem --- Can't find recent OpenSSL libcrypto
Hello Gurus,
I tried my best as I can to do RTFM and Googling to find any information to
solve the problem myself 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
2005 May 18
2
make tests failures (agent.sh)
Hello,
I recently setup a CentOS 4.0 box (a derivative of RH).
I downloaded a 4.0p1 tarball of OpenSSH and grabbed OpenSSL 0.9.7e. I
configured OpenSSL with,
$ ./Configure no-idea no-rc5 shared linux-pentium
and it built fine. I didn't do a make install.
I then configured OpenSSH.
Here is a snippet of config.log:
[scott at choke openssh-4.0p1]$ less config.log
...
This file contains any
2002 Nov 26
1
Re: 2.2.7 compile error using --with-acl-support
If you are using the debian/rules from apt-get or the source tarball, you
need to not only include
--with-acl-support in debian/rules, you also need to
vi debian/config.cache
--> replace "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=no}"
with "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=yes}"
This will allow it to compile.
Unfortunately, for me,
2008 Nov 12
1
SVN missing libexpat.so.0 while it is present
Hello,
Hopefully I am sending this to the correct mailing list but it seemed
best suited for troubleshooting :-)
I am trying to fix Subversion which isn't working for me on one of our
machines: every attempt to run 'svn ls' or 'svn co' ends in:
svnserve: error while loading shared libraries: libexpat.so.0: cannot
open shared object file: No such file or directory
Which is
2008 Feb 25
1
3.0.28 continuously dumping core
Hello all
Compiled 3.0.28 from source and get continuous core dumps. The machine
running as PDC continous to work though.
Core dumps are reproduceable and happen when, for example, I am trying
to connect to a share that does not exist as well as when I install a
new printer driver using the Microsoft wizard thing.
We are running two other machines with 3.0.28 without any core dumps at all.
2010 Sep 15
0
Winbind 3.3.8 crash
Im not sure if this is the place to post this, but winbind just crashed.
This is a CentOS machine with the included samba version- 3.3.8.
Is this a known bug? or do i need to change something? Is more info needed?
Thanks!
smb.conf
------------------------------------------------------------------------
[global]
workgroup = TB-AMERICA
password server = BDC.TB-AMERICA.COM
realm =
2005 Jun 08
0
Shared libraries not found.
Hi. I am trying to build samba 3.0.14a on an old
redhat 8 box. I'm having a problem in which shared
libraries are not found in the smbd, nmbd and other
binaries that are produced. The server is running
openldap and MIT kerberos with their libraries in
/usr/local/lib and include files in
/usr/local/include. Openssl is installed in
/usr/local/ssl. The resulting binaries look like:
--------
2003 Jan 31
3
OpenSSH & OpenSSL directory location problem.
Problem: scp does not work with custom openssl library location
OpenSSH & OpenSSL directory location problem.
checking whether snprintf correctly terminates long strings... yes
checking whether getpgrp requires zero arguments... yes
checking OpenSSL header version... 90608f (OpenSSL 0.9.6h [engine] 5
Dec 2002)
checking OpenSSL library version... 90608f (OpenSSL 0.9.6h [engine] 5
Dec
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 :
2007 Oct 12
0
Too many smb processes....
I run samba ( ver 3.0.26a ) on a linux box ( Fedora 4 ) so that users
from a
Windows 2003 domain can access those files on the linux box. I compiled the
samba and configured it with the command :
configure --with-ads
The /usr/local/samba/lib/smb.conf is :
--------------------------------------
[global]
domain master = no
local master = no
preferred master = no
2005 Oct 18
1
compile samba as a static binary
Hi everybody!
I want to compile samba 3.0.20b for an embedded system with minimal
features.
It should only work as a simple fileserver.
For my first attempts, i tried to compile a static smbd binary with
following steps:
./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)
2007 Oct 29
1
Too many smb processes
I run samba ( ver 3.0.26a ) on a linux box ( Fedora 4 ) so that users from a
Windows 2003 domain can access those files on the linux box. I compiled the
samba and configured it with the command :
configure --with-ads
The /usr/local/samba/lib/smb.conf is :
--------------------------------------
[global]
domain master = no
local master = no
preferred master = no
2007 May 09
2
Bug#423006: xen-hypervisor-3.0.3-1-i386-pae: /bin/sh : error while loading shared library libcrypt.so.1
Package: xen-hypervisor-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
2006 Apr 08
3
segfaulting on x86_64 for latest version
Hi!
I've downloaded yesterday the version openssh-4.3p2. Compiled and
installed without problems. No optimization options were used, no PAM.
sshd starts also without any problem.
But when I try to connect to it, the connection is immidiately closed
and I get in the dmesg the following
sshd[5246]: segfault at 00002aaaaabbfe40 rip 00002aaaaaab0bf3 rsp 00007fffffef54d0 error 7
Here is the
2016 Aug 04
0
curl build system is broken and so is mock
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
2003 Oct 30
1
Not sure if ACL support compiled in
Hi all,
I'm running Samba-3.0.0-2 on an RedHat 8 box.
I compiled it on my own with cups and acl support (and some things, too).
My clients are Win2k and WinXP.
The fileserver has a XFS filesystem with ACL support.
I created a test-share:
[test]
comment = Test
path = /xfspart/test
read only = no
inherit acls = yes
When i create a file from my WinXP Client it
2009 Apr 19
1
Stack trace dor gssapi-with-mic
I think I had better update akk the kerberos and gssapi to the latest?
Please advise.
Thanks
Tedc
ssh -vvv admin at geronimo.creedon.biz
<<<<<<<<snip>>>>>>>>>
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /root/.ssh/identity ((nil))
debug2: key: /root/.ssh/id_rsa (0x568da0)
debug2: key: