Displaying 20 results from an estimated 10000 matches similar to: "[Bug 710] ReliantUnix: -ldl missing when libcrypto is a shared object"
2001 Aug 20
4
[PATCH] some patches for Fujitsu-Siemens ReliantUNIX, minor fixes and XXXes
Hi,
attached please find some patches for ReliantUNIX. This was tested under
Reliant UNIX V5.43C40 with Compiler CDSDEV V2.0C00.
Here is what I did:
- there is a common misunderstanding how to use /usr/libucb/libucb.a:
There are some library functions only in libucb.a under ReliantUNIX, so
one needs to bind it. The problem is: there are some other functions in
this library you should never
2004 Aug 25
6
sshd 3.9p1 under Reliant Unix 5.45: getpeername: Operation not supported on transport endpoint
The following is special to sshd 3.9p1 under ReliantUnix 5.45. It does
not occur under ReliantUnix 5.43 nor under Solaris 5.8:
`pwd`/sshd-3.9 -e -D -d -d -d
Now connecting from outside
[...]
debug1: inetd sockets after dupping: 3, 3
debug1: get_port() calls get_sock_port(3)
debug1: getpeername failed:
Operation not supported on transport endpoint
lsof proves FD 3 is an established TCP
2001 Aug 08
3
openssh-2.9p2 Config - undefined references
Hi Damien,
I have a problem getting openssh-2.9p2 properly configured.
This is the problem:
configure:4433: gcc -o conftest -g -O2 -Wall -I/opt/openssl/include
-L/opt/open
ssl/lib conftest.c -lz -lnsl -lutil -lcrypto 1>&5
/opt/openssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
dso_dlfcn.o(.text+0x8e): undefined reference to `dlopen'
dso_dlfcn.o(.text+0xa4):
2006 Mar 14
2
Problem compiling openssh-4.3p2 w/ openssl.0.9.8a on FC3
Hi there,
I have tried compiling OpenSSH 4.3p2 using the following steps:
Upgrade OpenSSL
tar xvfz openssl-0.9.8a.tar.gz
cd openssl-0.9.8a
./config
make
make install
Upgrade zlib
tar xvfz zlib-1.2.3.tar.gz
./configure
make test
make install
Upgrade OpenSSH
tar xvfz openssh-4.3p2.tar.gz
cd openssh-4.3p2.tar.gz
./configure --with-tcp-wrappers --with-ssl-dir=/usr/local/ssl
2002 Jun 27
0
[Bug 307] New: configure fails to add -ldl (RedHat specfile)
http://bugzilla.mindrot.org/show_bug.cgi?id=307
Summary: configure fails to add -ldl (RedHat specfile)
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2005 Sep 27
1
make fails with ssl 0.9.8
Openssh gurus,
On Suse Linux 9.3 using kernel 2.6.11.4-21.9-default, x86_64 system
with an athlon64:
If I make openssh 4.2p1 using the system's default ssl 0.9.7e, all is
well; however, make fails if I install the newer ssl 0.9.8 and
configure openssh with:
./configure --with-ssl-dir=/usr/local/ssl
A snippet from the last output from make is:
_PATH_SSH_PIDDIR=\"/var/run\"
2001 Jun 19
2
Question about building tinc pre4
When trying to make the last version I'm getting this error
(#./configure --prefix=/some/dir); #make):
============================
gcc -g -O2 -I/usr/local/openssl/include -DPKGLIBDIR=/usr/local/tinc_new/lib
/tinc -DCONFDIR=\"/usr/local/tinc_new/etc\" -DLOCALEDIR=\"/usr/local
/tinc_new/share/locale\" -DLOCALSTATEDIR=\"/usr/local/tinc_new/var\" -o
tincd
2005 Sep 06
3
OpenSSH-4.2p1 with OpenSSL-0.98 (bug)
Hello.
Installed OpenSSL-0.98
I cannot collect new OpenSSH-4.2p1 at assembly there is a mistake:
if test ! -z ""; then \
/usr/bin/perl5 ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
make[1]: Entering directory `/home/pkg/openssh-4.2p1/openbsd-compat'
make[1]: ???? `all' ?? ??????? ?????????? ??????.
make[1]: Leaving directory
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 (because it does a test link
to test for existence of libcrypto and assumes that any
2001 Dec 11
1
Patch for ReliantUnix
Hi all,
attached you find a patch for OpenSSH 3.0.2p1 configure which enables OpenSSH
to again compile under ReliantUnix (due to utimes it is again needed to
include /usr/ucblib/libucb.a)
Sorry for not testing it before the release ;-(
Best regards
--
Udo Schweigert, Siemens AG | Voice : +49 89 636 42170
CT IC 3, Siemens CERT | Fax : +49 89 636 41166
D-81730 Muenchen /
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__
2019 Apr 24
1
[PATCH nbdkit] build: Use dlsym as sentinel function for -ldl.
When testing which “dl library” we must use for dl* symbols, autoconf
runs a test similar to:
$ cat conftest.c
char dlopen ();
int main () { return dlopen (); }
$ gcc -o conftest $CFLAGS conftest.c [try various -ldl options here]
When using ‘CFLAGS="-fsanitize=address"’ this succeeds even if no dl
libraries are used at all, since it appears that using this option
causes dlopen
2007 Apr 26
1
libcrypto.so: undefined reference to `utc_time'
I am trying to cross compile openssh for arm5b-jungo-gnu-gcc,,
and also using openssl and zlib from same compiler arm5b-jungo-gnu-gcc
but i am getting following error,,,
/usr/local/openrg/armv5b-jungo-linux-gnu/bin/armv5b-jungo-linux-gnu-ld: warning: cannot find entry symbol _start; defaulting to 0000b9c8
/usr/local/openrg/armv5b-jungo-linux-gnu/bin/../armv5b-jungo-linux-gnu/lib/libcrypto.so:
2000 Jul 10
1
OpenSSH port to ReliantUNIX
Hi all,
I just managed to get OpenSSH working on ReliantUNIX, which is the SVR4-
compatible UNIX from Fujitsu-Siemens (formerly known as SNI).
Patch is attached. Up to now I do not know why it does not work with
IP_TOS, but I needed to switch it off. Anyway: it works here in our lab
without any problems.
Many thanks for OpenSSH and best regards.
Udo
--
Udo Schweigert, Siemens AG | Voice
2001 Jul 19
1
This is what I get when I try to install openssh
checking for OpenSSL directory... configure: error: Could not find working
OpenSSL library, please install or check config.log
Now if I go and check the config.log file I have this as error.
This is for solaris 2.6/2.7OS
configure:4354: checking for OpenSSL directory
configure:4411: gcc -o conftest -g -O2 -Wall -I/usr/local/include
-I/usr/local/ssl/
include -I/opt/TWWfsw/zlib11/include
2008 Apr 05
2
installing dotnet20 fails
I am trying to install dotnet20 in 0.9.58 with
sh winetricks dotnet20
It hangs after extracting a file with
sh winetricks dotnet20
Using system libcrypto, version 90709F
DLSYM: Failed to resolve FIPS_mode_set: 127
DLSYM: Failed to resolve FIPS_mode: 127
DLSYM: Failed to resolve SHA256: 127
DLSYM: Failed to resolve SHA512: 127
DLSYM: Failed to resolve EVP_sha224: 127
DLSYM: Failed to
2003 Sep 25
7
[Bug 715] usage of BROKEN_SETREUID/BROKEN_SETREGID considered harmful
http://bugzilla.mindrot.org/show_bug.cgi?id=715
Summary: usage of BROKEN_SETREUID/BROKEN_SETREGID considered
harmful
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo:
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
--
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
2001 Nov 04
4
Slow connection performance with ssh2
Hi,
since I switched from SSH 1 to OpenSSH 2.9p2/2.9.9p2/3.0p1 Snapshot I suffer from
awfully slow connection performance. Once the connection is established, performance
is perfectly ok.
Client Server (protocol 2 only)
# time ssh -p 22222 xx id # time sshd -d -p 22222
real 0m13.340s real 0m13.900s
user 0m7.860s