Displaying 20 results from an estimated 400 matches similar to: "[Bug 321] New: configure does not work when cross compiling"
2002 Apr 03
2
cross compilation?
../openssh-3.1p1/configure --host=mips-linux --build=i686-linux --with-pam
does not work.
It selects the correct toolchain prefix, but the configure script bails
on cross-compilation.
Attached is a patch that *might* make the right paranoid assumptions,
but I am not positive.
-- bryan
--- configure.ac.orig Tue Feb 26 22:12:35 2002
+++ configure.ac Wed Mar 27 14:28:02 2002
@@ -437,20 +437,6
2004 Dec 27
0
[patch] some buildsystem fixes for crosscompiling
Hi folks,
here're some quick+dirty fixes to allow sysroot'ed crosscompiling.
probably not yet very clean, but seems to work.
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email: contact at metux.de
2005 Sep 19
1
ssh hangs or gives Segmentation fault
Details of installation attached.
Effect: when I build and test (with full path names) ssh in the openssh...
directory, everything works fine. When I "install" it as per attached file
into a test-directory and run it from there, there are 2 phenomena:
either it just hangs, eating 96% of CPU
or it dies with a Segmentation fault (this is what happens most often)
Help needed
2001 Mar 28
0
sftp client globbing problems on Solaris, Irix, etc
Could you please try the below diff if you have been experiencing
problems with the globbing support in the sftp client. There have been
a few reports that it doesn't work on Solaris, etc.
Index: ChangeLog
===================================================================
RCS file: /var/cvs/openssh/ChangeLog,v
retrieving revision 1.1022
diff -u -r1.1022 ChangeLog
--- ChangeLog 2001/03/28
2001 Feb 13
1
configure.in reorder patch
Feb 12 CVS (sort of, see warning below)
I've had to change around some of the code in configure.in
to get some platforms to compile with the --with-tcp-wrappers option.
Basicly I have set it up to
check headers
check system libraries
check for optional packages
check functions
I have also tried to clean up the library order as it is important
on some platforms.
This patch works on
Solaris
1999 Dec 29
1
Patch to use Dante socks library
Since I use the Dante SOCKS library (instead of the NEC libraries), I
decided to hack support for them into OpenSSH. Here is the results.
Thanks,
David
$NetBSD$
--- configure.in.orig Wed Dec 29 08:37:01 1999
+++ configure.in Wed Dec 29 08:37:25 1999
@@ -334,6 +341,20 @@
AC_MSG_WARN([*** Disabling lastlog support *** ])
AC_DEFINE(DISABLE_LASTLOG)
fi
+
+dnl Compile with dante SOCKS library
1999 Dec 21
0
Problem with UTMP recording
Hello to all!
I have problem with OpenSSH 1.2.1pre18 on Linux (kernel 2.2.13,
distribution Slackware 4.0). When someone login using ssh, there is no way
to see his presentance with some 'standard' tools (finger, who, w,
users...). Of course, his proccesses are in ps, and so. I've tried to see
/etc/utmp using vi, and there is some entry, but maybe invalid, or
something.
When I enable
1999 Dec 09
1
openssh-1.2pre16 patch to pty.c for Solaris 2.6
Greetings,
While attempting to build openssh for Solaris 2.6, I ran into a minor
problem that should probably be corrected in the next release of
openssh. The file pty.c does not #include <stropts.h> to define I_PUSH
even though I_PUSH is used when HAVE_DEV_PTMX is defined.
Platform:
SunOS test01 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-60
Using:
zlib 1.1.3
2002 Sep 03
0
[Bug 336] ssh does not compile on Linux with libc5 and 2.0 kernel
http://bugzilla.mindrot.org/show_bug.cgi?id=336
------- Additional Comments From gaston at ips.edu.ar 2002-09-03 12:27 -------
configure:13893: checking for msg_accrights field in struct msghdr
configure:13922: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-
uninitialized -I/usr/local/ssl
/include -L/usr/local/ssl/lib conftest.c -lbsd -lz -lcrypto >&5
configure: In function
2000 Jan 07
1
Slackware 4.0: wtmp and pty.c problems
Hello all,
I use a Slackware 4.0 based system (libc5 based, with glibc2.07 runtime
support).
I've configured OpenSSH using:
./configure --sysconfdir=/etc/ssh --without-pam
--with-default-path=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbi
n:/sbin
NOTE: yes, --with-default-path DOES work, since pre24 (pre 22 did not)
When I try to compile OpenSSH-1.2.1pre25 (or pre24 or pre22), I
2002 Mar 25
0
[Bug 184] New: 3.1p1 openssh fails to build a working sshd on Trusted HP-UX 10.26
http://bugzilla.mindrot.org/show_bug.cgi?id=184
Summary: 3.1p1 openssh fails to build a working sshd on Trusted
HP-UX 10.26
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo:
2000 Jun 15
1
SCO OpenServer 5.0.5, issues with MAXPATHLEN and tty devices
These issues affected previous 2. versions of openssh and still
affects openssh-2.1.1p1. The environment is SCO OS 5.0.5 with
the SCO development environment (not gcc, gmake, etc.)
There are two issues, the first is a compilation problem,
and the second is a run-time problem.
The first problem is simply that MAXPATHLEN is not defined. I
found it to be defined in
2001 Oct 22
2
configure changes
I finally got around to looking at a bunch of patchs to configure.in, some
of them from back in March. One from Carson Gaspar <carson at taltos.org> looked
promissing at first glance but after many hours I just couldn't get it to
work.
Due to much demand, I have added optional PATH to --with-pcre,
--with-zlib, and --with-tcp-wrappers.
I have done extensive testin on --with-zlib, and
1999 Nov 13
0
patches for alpha
Recently I reviewed my RPM spec files for DU 4.0, and noticed that I
forgot to post some problems + patches:
1. ./configure fails to choose a PIC flag, I simply removed the
AC_MSG_ERROR and it works. There is actually no PIC flag for DEC cc (with
DU 4.0E)
--- ./configure.in.alpha-patch Mon Aug 23 06:36:28 1999
+++ ./configure.in Sun Sep 12 17:38:27 1999
@@ -541,7 +541,9 @@
2000 Dec 18
2
cross compiling configure errors
Hi all!
I want to cross compile openssh to our own CPU and our embedded
Linux platform, however I get at least the following errors when running
configure:
checking whether snprintf correctly terminates long strings... configure:
error: can not run test program while cross compiling
checking whether getpgrp takes no argument... configure: error: cannot check
getpgrp if cross compiling
checking
2000 Jun 12
1
Openssh on SCO Openserver Release 5
Yo Andrew!
What version of Openssh are you trying?
RGDS
GARY
On Mon, 12 Jun 2000, Andrew McGill wrote:
> Date: Mon, 12 Jun 2000 15:26:53 +0200
> From: Andrew McGill <andrewm at datrix.co.za>
> To: djm at ibs.com.au
> Cc: gem at rellim.com
> Subject: Openssh on SCO Openserver Release 5
>
> Hi there
>
> Your e-mail address appears in the README for openssh,
2005 Dec 16
4
[Bug 1133] configure.ac sets wrong BROKEN_ var (snprintf/vsnprintf)
http://bugzilla.mindrot.org/show_bug.cgi?id=1133
Summary: configure.ac sets wrong BROKEN_ var (snprintf/vsnprintf)
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
2000 Jul 20
0
SCO help
Hello,
I need some help. I have compiled openssh-2.1.1p3 on SCO 5.0.5. It
compiled without any complaints. My problem is the when someone tries to
connect to the sshd, they get the message
Warning: Remote host failed or refused to allocate a pseudo tty.
stty: tcgetattr failed: Bad address (error 14)
I have upped the pseudo ttys in the kernel and relinked but I still get
this error.
Could
2002 May 09
4
make distprep broken?
Hello All,
Doing a make distprep doesn't seem to work anymore:
$ make -f Makefile.in distprep
make: @SH@: Command not found
make: *** [catman-do] Error 127
I've seen this on AIX & Redhat (gnu make) and Solaris (native make). I
suspect this occurs on most platforms. Is this still the recommended way
of autoreconf'ing CVS releases for building?
-Daz.
2008 Apr 15
0
Compilation of openssh on IRIX
Dear sirs,
I tried to compile openssh-5.0p1 on a IRIX machine with gcc.
"/sbin/uname -a" gives:
IRIX o2 6.5 07202013 IP32 mips
and "/sbin/uname -R" gives:
6.5 6.5.30f
"gcc -v" gives:
Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-irix6.5/3.3/specs
Configured with: ../configure --prefix=/usr/freeware
--enable-version-specific-runtime-libs --disable-shared