Displaying 20 results from an estimated 4000 matches similar to: "A question on Compilation errors..."
2001 Jul 27
0
openssh-2.9p2 compilation on LynxOS
To whoever can help me,
I tried to compile OpenSSH-2.9p2 on i386-LynxOS. I
made a
# ./configure --without-pam --without-shadow \
--with-ssl-dir=/usr/local/ssl --with-pcre \
--disable-libutil --sysconfdir=/etc/ssh
Then,
# make
gave the following error:
gcc -o ssh ssh.o sshconnect.o sshconnect1.o
sshconnect2.o sshtty.o reonf.o clientloop.o -L.
-Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
I am having trouble figuring out how to build openssh-5.8p1 for QNX 6.5. I am trying to build on linux, cross-compiling for armv7.
If I configure like this:
configure CC=ntoarmv7-gcc --host=i686-pc-linux-gnu --target=arm-unknown-nto-qnx6.5.0
then I get these errors:
sshconnect.o: In function `timeout_connect':
sshconnect.c:(.text+0x778): undefined reference to
2009 Sep 10
1
need -lresolv on MacOSX 10.6
Hi,
When building OpenSSH 5.2p1 on MacOSX 10.6.0, I get the following ld error
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o mux.o -L. -Lopenbsd-compat/
-fstack-protector-all -lssh -lopenbsd-compat -lcrypto -lz
Undefined symbols:
"_res_9_query", referenced from:
_getrrsetbyname in libopenbsd-compat.a(getrrsetbyname.o)
2010 Nov 28
2
[PATCH] Use canonical hostname for DNS SSHFP lookup
In the current implementation, ssh always uses the hostname supplied by
the user directly for the SSHFP DNS record lookup. This causes problems
when using the domain search path, e.g. I have "search example.com" in my
resolv.conf and then do a "ssh host", I will connect to host.example.com,
but ssh will query the DNS for an SSHFP record of "host.", not
2011 Jan 31
1
Openssh 5.7p1
Hello everyone...
This is my FIRST time... I am using GCC 4.3.5 on AIX 5.3... I compiled with openssh but got the error messages. Here is:
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -Wl,-blibpath:/usr/lib:/lib -lssh -lopenbsd-compat -lcrypto -lz
2011 Feb 11
1
Compilation error: SEVERE ERROR: Symbol C_BSTAT (entry 2175) in object clientloop.o
Previous version compiled successfully was 5.5p1. Now compiling 5.8p1 on
the same machine "AIX 5.3 TL12 SP2" via GNU make with gcc 4.2.0 - got
an error, can someone help with this?
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L.
-Lopenbsd-compat/ -L/usr/local/lib -Wl,-blibpath:/usr/lib:/lib:
2002 Jun 27
3
OpenSSH 3.4p1 - compilation problem on Linux
Hello openssh-unix-dev,
Some time ago I successfully compiled version 3.1 of OpenSSH.
Today I tried new OpenSSH version and I am not able to compile it.
Configuration script runned well. When running make, following error
occured:
make[1]: Entering directory `/tools/openssh-3.4p1/openbsd-compat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
2002 May 22
0
[PATCH] connect() timeout
Here are the new versions of this widely used patch for OpenSSH 3.2.2p1
and 3.2.3p1.
The patch avoids waiting to long when using ssh() or scp() on a down host,
it is usefull when you have to update many hosts via rsync or rdist themselves
relying upon ssh(). It enables a new option 'ConnectTimeout' to control
exactly the timeout value, so that it can be used even on slow links.
These
2007 Apr 26
2
fail to build ssh
hi everybody,
when trying to cross compile openssh-4.6 i got the following error :
---------------------
/opt/sparc-linux/bin/sparc-linux-ld -o ssh ssh.o readconf.o clientloop.o
sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/
-L/opt/sparc-linux/lib
-L/usr/src/SparcV8Linux/zlib-1.2.3-L/opt/sparc-linux/sparc-linux/sys-include/
-lssh -lopenbsd-compat -lresolv
-lcrypto -lutil
2001 Aug 02
1
Ported openssh-2.9p2 to LynxOS
Hi,
I have ported the portable version of openssh
(openssh-2.9p2) to LynxOS. I have had to install Perl5
and openssl-0.9.5a. Also since the regex library in
LynxOS is not POSIX compliant I had to use PCRE. Then
I configured openssh-2.9p2 with the library option
-lbsd. One more problem was the macro "howmany(x,y)"
is not defined in any of the /usr/include header files
n LynxOS. So I
2005 Sep 10
1
Compile of openssh 4.2 failed with openssl 0.9.8
Hi,
I tried to compile openssh 4.2 with gcc 3.2.2 and openssl 0.9.8 on linux
running Kernel 2.4.29.
The error I get is:
make[1]: Verlassen des Verzeichnisses
?/home/tlitsch/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/include/openssl
-ldl -lssh -lopenbsd-compat -lresolv -lcrypto -lutil
2002 Jan 08
2
Compile SSH static on Solaris 2.7 (64Bit)
I like to compile ssh-3.0.2 on Solaris 2.7 with 64 Bit support in static
mode. But I get a fatal error. The compilation with shared libraries is
working very fine. Does anyone has ideas to compile OpenSSH cleanly in
static mode?
gcc -static -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
-I/usr/local/include -DETCDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM
=\"/usr/ssh/bin/ssh\"
2003 Apr 15
0
Connect timeout patch
This patch avoids spending too much time during connect() when doing an
ssh()/scp() on a down host. It uses a new client option called
ConnectTimeout and is useful for rsync or rdist commands using ssh().
See http://bugzilla.mindrot.org/show_bug.cgi?id=207 for detailled info.
-------------- next part --------------
--- openssh-3.6.1p1/readconf.c.ORIG Tue Apr 15 23:06:30 2003
+++
2003 Dec 22
0
(no subject)
compiling ssh on HPUX
get the following. any help or pointers please
$ make
(cd openbsd-compat && make)
/usr/local/bin/ar rv libopenbsd-compat.a bsd-arc4random.o
bsd-cray.o bsd
-cygwin_util.o bsd-getpeereid.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o
bsd-wai
tpid.o fake-rfc2553.o xmmap.o xcrypt.o base64.o basename.o bindresvport.o
daemon
.o dirname.o getcwd.o
2004 Aug 26
2
OpenSSH PATCH: OpenCommand and CloseCommand
Hi,
the attached patch adds support for the keywords "OpenCommand" and
"CloseCommand" to ssh_config. They are commands which are executed before
the connection is established (or ProxyCommand started) and after the
connection has been closed (or ProxyCommand ended).
this is usefull for stuff like portknocking or (that's what I wrote the
patch for) talking with trapdoor2
2002 Oct 17
0
[PATCH] connect() timeout for OpenSSH-3.5p1
Here is the version of this patch for the last portable version of
OpenSSH (3.5p1), as it is not included in the main tree.
The patch avoids waiting to long when using ssh() or scp() on a down host,
it is usefull when you have to update many hosts via rsync or rdist themselves
relying upon ssh(). It enables a new option 'ConnectTimeout' to control
exactly the timeout value, so that it can
2003 Sep 22
0
compile error on HPUX
Hi
I am trying to compile openssh-3.7.1p1 on HPUX version 11.00 and 11.22.
I ran the configure with "--with-dns" option ( I know it is still in
experimental stage ). The configure ran ok and in compile time I got the error:
gmake[1]: Entering directory `/net/ia64/lavasani/ssh/openssh-3.7.1p1/openssh-3.7.1p1/openbsd-compat'
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I.
2000 Nov 14
1
[PATCH] Added option 'RetryDelay'
Being rather aggrevated when testing at the enforced 1 second
delay between each connection attempt and the useless 1 second delay
done after all connection attempts have failed I wrote a patch to make
the number of seconds delayed between each connection attempt
configurable.
Stephen
-------------- next part --------------
diff -u --recursive openssh-2.3.0p1/ChangeLog
2002 Jun 24
2
Build problems
I'm getting a build error when trying to compile openssh3.3p1 under
slackware 8.1 (i386). Clues anyone?
gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o
sshtty.o readconf.o cl
ientloop.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh -
lopenbsd-compat -l
z -lcrypto
/usr/local/lib/gcc-lib/i586-pc-linux-gnu/3.1/../../../../i586-pc-linux-
gnu/bin/l
d: Dwarf Error: Invalid or
2007 Apr 03
1
openssl-0.9.7e compile error.
I am trying versions back. But I get the same compile error every time
on HP-UX 11.0 with openssh-4.5p1. Was almost there.
.
.
.
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconne
ct1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh
-lopenbsd-compat -lcrypto -lz -lnsl -lxnet -lsec
/usr/ccs/bin/ld: Unsatisfied symbols:
_U_Qfneg (first referenced in