Displaying 20 results from an estimated 20000 matches similar to: "Configuration Warnings OpenSSH 4.3p2"
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
Hi.
I was compiling openssh 4.3p1 on Apple's iMac Core Duo computer and
came across following warnings.
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite
headers?
configure: WARNING: net/if.h: see the Autoconf documentation
configure: WARNING: net/if.h: section "Present But Cannot Be
Compiled"
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
2003 Jun 22
2
Problem with Configure
I try to set up openssh-3.6.1p2 on a baox and get:
Script started on Sun Jun 22 07:55:36 2003
gallifrey.nk.ca//usr/source/openssh-3.6.1p2$ cat /usr/contrib/bin/configssh
./configure --prefix=/usr/contrib --localstatedir=/var --infodir=/usr/share/info\
--mandir=/usr/share/man --with-low-memory --with-elf --with-ncurses\
--with-ssl=/usr/source/openssl-engine-0.9.7g\
2003 Jun 24
20
[Bug 601] configure script doesen't setup preprocessor flags properly
http://bugzilla.mindrot.org/show_bug.cgi?id=601
Summary: configure script doesen't setup preprocessor flags
properly
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo:
2006 May 03
1
BUG: opens all interfaces.
Summary: the newish fourth forwarding argument does not correctly
specify the interface on the remote machine for a tunnel in -R
On OpenSSH_4.3p2 OpenSSL 0.9.7g 11 Apr 2005,
on Kanotix 2.9 kernel 2.6.16.2
and Cygwin 1.5.19(0.150/4/2)
and (old) FreeBSD 4.6-RELEASE
sshd_config file:
AllowTcpForwarding yes
GatewayPorts yes
Set up a forwarding tunnel:
From a Kanotix box inside my firewall:
2003 Jul 03
0
AIX cleanups: includes and arguments
Hi All.
First the questions:
Is there anything objectionable in this patch?
Is AUDIT_FAIL_AUTH appropriate for the "Reason" field?
Now the details: attached is a patch that changes some of the #includes
for AIX. It moves the AIX-specific includes to port-aix.h and adds
includes that contain the prototypes for many of the authentication
functions. The idea isto fix some warnings.
2006 Mar 16
1
OpenSSH Configure Output
Per instructions in configure output (if you want all the configure
output, I shall be happy to send it):
PC% grep -n WARN Config.log
42:configure: WARNING: net/if_tap.h: present but cannot be compiled
43:configure: WARNING: net/if_tap.h: check for missing prerequisite headers?
44:configure: WARNING: net/if_tap.h: see the Autoconf documentation
45:configure: WARNING: net/if_tap.h:
2002 Mar 15
1
Problems compiling on Redhat
Hello,
I have a x86 Red Hat Linux release 7.0 (Guinness) box.
OpenSSL 0.9.6b
I downloaded the most recent version of OpenSSH (3.1p1).
Attached is the result of ./configure and make.
Thanks in advance
-------------- next part --------------
# ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
Dear developers of OpenSSH,
first of all I want to thank you for your excellent work on OpenSSH!
I have compiled OpenSSH 2.5.2p2 on Sun Solaris 2.6 and Sun Solaris 8
and discovered some problems.
The first is that OpenSSH doesn't evaluate the file /etc/default/login
which contains some flags and parameters for the login process.
On important parameter is the default value for PATH.
As we
2001 Feb 16
1
OpenSSH 2.3.0p1 port to BSDI BSD/OS
BSD/OS 4.2 comes with OpenSSH 2.1.1p4, patched to support BSDI's
authentication library. However, BSDI's patches have several
problems:
1. They don't run the approval phase, so they can allow users to login
who aren't supposed to be able to.
2. They don't patch configure to automatically detect the BSDI auth
system, so they're not ready to use in a general portable
2006 Feb 08
2
Warnings from openssh-4.3p1 configure
Greetings:
On a Sun Solaris 8 machine using the Sun Studio 11 compiler:
taz$ ./configure LDFLAGS=-xarch=v9 CFLAGS='-xO3 -xarch=v9'
CC=/opt/SUNWspro/bin/cc --prefix=/opt/openssh-4.3p1
--with-ssl-dir=/opt/openssl-0.9.8a --with-xauth=/usr/openwin/bin/xauth
--with-default-path=/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/openwin/bin:/usr/dt/bin
--without-zlib-version-check
checking
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
2003 Feb 01
1
Build errors on AIX 4.2.1: nanosleep
Hi All.
There are still build errors for scp on AIX 4.2.1 due to lack of
nanosleep (which you can see them live and in colour at [1]). The
attached patch fixes this by using the equivalent nsleep function on AIX
if it exists and nanosleep doesn't.
The patch is mostly the same as the AIX portion of the previous patch
for the nanosleep issue, the major difference being that the #define is
in
2005 Aug 10
2
Compiling smbtorture
Is smbtorture a simple SMB client that is completely separate from Samba
server? (I.e., can I use it to test, e.g., a regular Windows SMB
server?) Or is it something that only tests Samba server?
Anyway, I haven't had any luck compiling it. Any hints? Here is a
transcript (this is on SUSE Linux Enterprise 9):
cwu@cham6:~/tmp/apps/samba-3.0.14a/source> ./configure
2004 Jan 15
2
Installation Problem !!!
Hello there,
I encountered an error with Samba3.0 installation. I'm sending it as an attachment(i.e. whatever appeared at "konsole")
So, please help me out to install Samba3.0 on RedHat Linux 8.0
Waiting For reply !!!
Aditya R. Gupta
[Beta] HelpClick onthe image to chat with me
-------------- next part --------------
[root@localhost root]# cd
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
Hopefully someone can hep. I am trying to compile Samba 3.0.4 on AIX 5.2
with AD Support. The problem is that it compiles fine but does a core dump
when it's use is attempted. Several of the configuration usability
parameters are showing NO. Expecially the CoreFoundation, fcntl, and
syscall related areas. I need help determining what my problem is, and is
there a place where I can find a
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
Hopefully someone can hep. I am trying to compile Samba 3.0.4 on AIX 5.2
with AD Support. The problem is that it compiles fine but does a core dump
when it's use is attempted. Several of the configuration usability
parameters are showing NO. Expecially the CoreFoundation, fcntl, and
syscall related areas. I need help determining what my problem is, and is
there a place where I can find a
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
Could this be why I am getting a problem with the initial configure?
checking for Active Directory and krb5 support... yes
checking for ldap_initialize... (cached) no
configure: error: Active Directory support requires ldap_initialize
-------------- next part --------------
SAMBA VERSION: 3.2.0
LIBREPLACE_LOCATION_CHECKS: START
checking build system type... sparc-sun-solaris2.9
checking
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
hello,
I'm attempting to compile 2.9p1 on Solaris 2.6 with AFS support.
I am not using Kerberos aside from AFS. The installation notes state
that Kerberos IV is required by AFS. Since the Kerberos libraries and
header files do not appear to be distributed with AFS, I downloaded and
installed ftp://ftp.pdc.kth.se/pub/krb/src/krb4-1.0.8.tar.gz
./configure --sysconfdir=/etc/ssh
2010 May 11
1
Samba 3.5.2 compile on AIX
I'm having trouble compiling Samba 3.5.2 on AIX 5.3 TL10 SP1.
I'm compiling Samba with ADS support against a locally installed Heimdal
1.3.2 Kerberos installation and I'm getting a failure while compiling
clikrb5.c
This is using the IBM xl_C compiler.
Below is the complete build logs. I'm able to get around the error if I
undef HAVE_SHORT_KRB5_MK_ERROR_INTERFACE in the