Displaying 20 results from an estimated 118 matches for "libopenbsd".
2009 Sep 10
1
need -lresolv 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)
"_res_9_getshort", referenced from:
_parse_dns_rrsection in libopenbsd-compat.a(getrrsetbyname.o)
_parse_dns_rrsection in libopenbsd-compat.a(getrrsetbyname.o)
_parse_dns_rrsection in libopenbsd-compat.a(getrrsetbyname.o)
_getrrsetbynam...
2003 May 12
2
[Bug 563] getaddrinfo() in libopenbsd-compat.a breaks heimdal-linked pam_krb5
http://bugzilla.mindrot.org/show_bug.cgi?id=563
Summary: getaddrinfo() in libopenbsd-compat.a breaks heimdal-
linked pam_krb5
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
As...
2004 Jan 23
3
[Bug 563] getaddrinfo() in libopenbsd-compat.a breaks heimdal-linked pam_krb5
http://bugzilla.mindrot.org/show_bug.cgi?id=563
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |793
nThis| |
------- Additional Comments From dtucker at zip.com.au 2004-01-22 21:16 -------
2001 Nov 12
2
problem with make on solaris 8 and openssh 3.0p1
...et `inet_aton.o'.
make[1]: Entering directory
`/export/home/jbymark/openssh-3.0p1/openbsd-compat'
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./..
-I/usr/l
ocal/ssl/include -I/usr/local/include -DHAVE_CONFIG_H -c inet_aton.c
Putting child 0x00065a30 (openbsd-compat/libopenbsd-compat.a) PID 11027
on the c
hain.
Live child 0x00065a30 (openbsd-compat/libopenbsd-compat.a) PID 11027
Putting child 0x0005ec28 (inet_aton.o) PID 11029 on the chain.
Live child 0x0005ec28 (inet_aton.o) PID 11029
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x0005ec28 PID 11029
Removin...
2003 Feb 19
4
newbie wants to compile SCP into his own application
Hi all,
I have seen in the OpenSSH source that the scp executable is built by
compiling scp.c and linking with libopenbsd-compat.a and libssh.a. (Correct
me here if I'm wrong)
My question is, can I make this a module in my own application by using the
scp.c source and ilnking the libraries mentioned above ? The reason is, I
want to perform an SCP from my application, but I don't want to execute the
external c...
2002 Jun 24
2
Build problems
...4.
/usr/local/lib/gcc-lib/i586-pc-linux-
gnu/3.1/../../../libc.a(getopt.o):/tmp/glib
c-2.2.5/posix/getopt.c:304: multiple definition of `optind'
/usr/local/lib/gcc-lib/i586-pc-linux-gnu/3.1/../../../../i586-pc-linux-
gnu/bin/l
d: Dwarf Error: Invalid or unhandled FORM value: 14.
openbsd-compat//libopenbsd-compat.a(getopt.o):/tmp/openssh-
3.3p1/openbsd-compat/
getopt.c:64: first defined here
/usr/local/lib/gcc-lib/i586-pc-linux-
gnu/3.1/../../../libc.a(getopt.o):/tmp/glib
c-2.2.5/posix/getopt.c:304: multiple definition of `opterr'
openbsd-compat//libopenbsd-compat.a(getopt.o):/tmp/openssh-
3.3p1/...
2015 Feb 24
6
Current 6.8 git build issues on HP-UX
...6/lib -lssh -lopenbsd-compat -lssh
-lopenbsd-compat -lcrypto -lz -lnsl -lxnet -lsec
regress/netcat.c: In function 'socks_connect':
regress/netcat.c:1470: warning: 'wlen' may be used uninitialized in this
function
ld: Unsatisfied symbol "xstrdup" in file
openbsd-compat//libopenbsd-compat.a[bsd-misc.o]
1 errors.
collect2: ld returned 1 exit status
make: *** [regress/netcat] Error 1
--
# include <stddisclaimer.h>
/* Kevin Brott <Kevin.Brott at gmail.com> */
2002 Jan 08
2
Compile SSH static on Solaris 2.7 (64Bit)
...sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/local/lib
-R/usr/local/lib -lssh -lopenbsd-compat -lz -lsocket -lcrypto
Undefined first referenced
symbol in file
gethostbyname
openbsd-compat//libopenbsd-compat.a(fake-getaddrinfo.o) (symbol belongs to
implicit dependency /usr/lib/libnsl.so.1)
gethostbyaddr
openbsd-compat//libopenbsd-compat.a(fake-getnameinfo.o) (symbol belongs to
implicit dependency /usr/lib/libnsl.so.1)
ld: fatal: Symbol referencing errors. No output written to ssh
collect2: ld...
2001 Jul 13
0
Solaris 2.6: Undefined symbol seed_rng - solution (-lssh -lopenbsd-compat -lssh)
...lib -ldsocks -L/opt/local/zlib-1.1.2/lib -L/usr/local/lib -R/usr/local/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen -lcrypto
> Undefined first referenced
> symbol in file
> seed_rng openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)
> ld: fatal: Symbol referencing errors. No output written to ssh-keyscan
> collect2: ld returned 1 exit status
> *** Error code 1
> make: Fatal error: Command failed for target `ssh-keyscan'
I haven't got any replies from this list, but an
ing...
2000 Nov 28
0
No subject
Hi
I don't know if you can help me out, I try to install openssh 2.3.0p1, I
did the ./configure it's ran ok, when I do make to complies, it keep spit
out something like this
make: rv: Command not found
make: *** [libopenbsd-compat.a] Error 127
I am running Solaris 2.6 with perl 5.6 and openssl 0.9
gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/ssl/include
-DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\"
-DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\&q...
2004 Mar 23
2
A question on Compilation errors...
..._wait':
/openssh-3.8p1/packet.c(1371): undefined reference to `howmany'
/openssh-3.8p1/packet.c(1375): undefined reference to `howmany'
./libssh.a(canohost.o): In function `check_ip_options':
/openssh-3.8p1/canohost.c(150): undefined reference to
`getprotobyname'
openbsd-compat//libopenbsd-compat.a(fake-rfc2553.o): In function
`ssh_getnameinfo':
/openssh-3.8p1/openbsd-compat/fake-rfc2553.c(64): undefined reference
to `gethostbyaddr'
openbsd-compat//libopenbsd-compat.a(fake-rfc2553.o): In function
`ssh_getaddrinfo':
/openssh-3.8p1/openbsd-compat/fake-rfc2553.c(164): undefi...
2015 Feb 24
4
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:04:57AM +1100, Darren Tucker wrote:
> On Tue, Feb 24, 2015 at 12:11:16PM -0800, Kevin Brott wrote:
> > ld: Unsatisfied symbol "xstrdup" in file
> > openbsd-compat//libopenbsd-compat.a[bsd-misc.o]
>
> How about removing the dependency on xmalloc? eg (untested):
Shoulda tested it. Now one that will compile:
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index 65e8003..40efc87 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-mi...
2001 Oct 07
3
Using -lssh as shared library
...s long as I maintain 100+ unix
(linux) servers with dialup access and every package update
cost some significant time to download, so package size is
somewhat important here.
I looked to openssh and realized that package consists of
several programs, all uses common set of routines from
libssh and libopenbsd-compat. So I thought about building
those libs as shared objects, instead of linking those
routines statically into every program. After some minor
tweaks, I successefully did that, saving about 1/3 of
total package size (3 rpms -- openssh, openssh-server
and openssh-clients -- was 650Kb befor an...
2001 May 07
1
Remake configure/config.h.in/etc.
...h, and both Makefiles if the appropriate source
file(s) change. It will also run "./config.status --recheck" if
configure is rebuilt.
..wayne..
-------------- next part --------------
Index: Makefile.in
@@ -85,7 +85,7 @@
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
LIBCOMPAT=openbsd-compat/libopenbsd-compat.a
-$(LIBCOMPAT): config.h
+$(LIBCOMPAT): config.h openbsd-compat/Makefile
(cd openbsd-compat; $(MAKE))
libssh.a: $(LIBSSH_OBJS)
@@ -139,6 +139,30 @@
conffile=`echo $@ | sed 's/.out$$//'`; \
$(FIXPATHSCMD) $(srcdir)/$${conffile} > $@
+$(srcdir)/configure: $(srcdir)/confi...
2006 Mar 14
1
Problems compiling on Solaris 8
...ct
bsd-arc4random.c:20: error: parse error before '}' token
*** Error code 1
make: Fatal error: Command failed for target `bsd-arc4random.o'
Current working directory /nau/src/Net/openssh-4.3p2/openbsd-compat
*** Error code 1
make: Fatal error: Command failed for target
`openbsd-compat/libopenbsd-compat.a'
The second machine exhibits a different problem:
In file included from port-aix.c:32:
/nau/share/include/buffer.h:72: error: redefinition of `BUF_MEM'
/nau/share/include/openssl/ossl_typ.h:114: error: `BUF_MEM' previously
declared here
*** Error code 1
make: Fatal error: C...
2001 Mar 08
2
OpenSSH 2.5.1p1 won't compile on Solaris 8 x86 (fwd)
...FIG_H -c getcwd.c
getcwd.c:39: sys/dir.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `getcwd.o'
Current working directory
/export/home/munnik/openssh-2.5.1p1/openbsd-compat
*** Error code 1
make: Fatal error: Command failed for target
`openbsd-compat/libopenbsd-compat.a'
/usr/include/sys/dir.h doesn't exist on Solaris 8 x86, but there is a
/usr/ucbinclude/sys/dir.h but when I include that directory it is getting
even worse
Is this a known problem and is there a solution?
with regards
Martijn de Munnik
2015 Mar 03
2
Building for CygWin without OpenSSL fails
Ok, I think I've figured that out. I used 6.7 stable and it was wrong.
Now I took 6.8 from master and configure --without-openssl went fine.
But now when make I see
...
openbsd-compat//libopenbsd-compat.a(xcrypt.o): In function `xcrypt':
/cygdrive/c/openssh-portable-master/openbsd-compat/xcrypt.c:83:
undefined reference to `crypt'
/cygdrive/c/openssh-portable-master/openbsd-compat/xcrypt.c:83:(.text+0x5):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`crypt'...
2002 Feb 27
2
static link
...sl/lib -static -lssh -lopenbsd-compat -lpam -ldl
-lutil -lz -lnsl -lcrypto
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc.a(getopt.o): In
function `_getopt_internal':
/usr/src/build/40453-i386/BUILD/glibc-2.2.4/posix/getopt.c:516:
multiple definition of `optind'
openbsd-compat//libopenbsd-compat.a(getopt.o):/home/olli/openssh-3.0.2p1/openbsd-compat/getopt.c:64:
first defined here
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc.a(getopt.o): In
function `_getopt_internal':
/usr/src/build/40453-i386/BUILD/glibc-2.2.4/posix/getopt.c:516: multiple
definition of `opterr'
o...
2004 May 28
4
sftp Client for Windows XP
...after a few search attempts.
So here goes...
1. Is it possible to even write a custom 'sftp' client for our application
on the MS Windows platform ? (my system uses Windows XP on a standard Intel
based processor) on which I'll need to be able to build the OpenSSH
libraries (libssh.a, libopenbsd-compat.a and any others) at a minimum.
2. Does Windows support OpenSSH or vice versa ?
3. If OpenSSH cannot be used are they any commercial versions of SSH that I
might be able to use ?
Thanks,
Saju Paul
ps: On a system running Fedora (version of Linux); installed the portable
OpenSSH version 3...
2011 Mar 04
3
[Bug 1875] New: Gentoo QA warning: net-misc/openssh-5.8_p1-r1: closefromtest.c:46: warning: implicit declaration of function ‘closefrom’
...sign-compare -Wformat-security -Wno-pointer-sign
-Wno-unused-result -fno-strict-ali
asing -fno-builtin-memset -fstack-protector-all -I. -I.. -I. -I./..
-DHAVE_CONFIG_H -Wl,-O1 -Wl,--as-needed -fstack-protector-all -Wl,-O1
-Wl,--as-needed ../libopenb
sd-compat.a -o closefromtest closefromtest.c ../libopenbsd-compat.a
-lresolv -lssl -lcrypto -ldl -lz -ldl -lldap -lutil -lz -lnsl
-lcrypt
closefromtest.c: In function ?main?:
closefromtest.c:46: warning: implicit declaration of function
?closefrom?
At top level:
cc1: warning: unrecognized command line option "-Wno-unused-result"
i686-pc-linux-...