RE: SSH 3.2.3 - Problem executing Make
From: Woodson, Michael A. (woodsonm@umsystem.edu)
Date: 03/21/03
- Previous message: charles@tulane.edu: "Re: SSH 3.2.3 - Problem executing Make"
- Maybe in reply to: James: "SSH 3.2.3 - Problem executing Make"
- Next in thread: James: "Re: SSH 3.2.3 - Problem executing Make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 Mar 2003 13:14:55 -0600 From: "Woodson, Michael A." <woodsonm@umsystem.edu> To: "Alf Nicolaysen" <Alf.Nicolaysen@de.ibm.com>, <secureshell@securityfocus.com>
The problem with staying with AIX 4.3.3 is that it goes unsupported at the end of this year. I believe that AIX 5L ver. 5.1 comes with OpenSSH.
Mike
-----Original Message-----
From: Alf Nicolaysen [mailto:Alf.Nicolaysen@de.ibm.com]
Sent: Friday, March 21, 2003 5:38 AM
To: secureshell@securityfocus.com
Subject: Re: SSH 3.2.3 - Problem executing Make
Hi again,
Even that I tested a few days before and i have to say: You wont be happy
with that 5.1 Aix machine. The results you get from the compile are NOT
user-specific, because I got some strange messages even as root, saying
something like: file is there, but unusuable. I advise you to stick to the
4.3.3 machines, where I compiled in the meantime 3 times successful. I used
gcc 2.95.2 and OPENSSH 3.5p1 on AIX 4.3.3 ML 10.
Alf Nicolaysen
James <james00_c@yahoo.com> on 21.03.2003 03:33:51
To: secureshell@securityfocus.com
cc:
Subject: Re: SSH 3.2.3 - Problem executing Make
In-Reply-To: <3E7936F6.4070502@wvu.edu>
Jason, thanks very much for compiling... I get identical errors with
either make. The problem might be with libc.a. I have reported it to our
system administrator so that they can look into it.
I am now trying to compile ssh 3.2.3 under AIX 5.1 and this time the error
message that I receive is as follows:
$ /usr/ccs/bin/make
cd . && CONFIG_FILES=
CONFIG_HEADERS=sshconf.h /bin/sh ./config.status
creating sshconf.h
sshconf.h is unchanged
make all-recursive
Making all in lib
Making all in sshutil
Making all in sshcore
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I./.. -I\../../.. -g -
O2 -Wall -Wno-unknown-pragmas -c sshdebug.c
In file included from ../sshincludes.h:60,
from sshdebug.c:14:
../sshincludes_unix.h:19: sys/types.h: The file access permissions do not
allow the specified action.
../sshincludes_unix.h:20: sys/stat.h: The file access permissions do not
allow the specified action.
../sshincludes_unix.h:21: sys/param.h: The file access permissions do not
allow the specified action.
In file included from ../sshincludes.h:60,
from sshdebug.c:14:
../sshincludes_unix.h:53: #error "Autoconfig error, your compiler doesn't
seem to support any 32 bit type"
../sshincludes_unix.h:94: sys/types.h: The file access permissions do not
allow the specified action.
In file included from ../sshincludes_unix.h:108,
from ../sshincludes.h:60,
from sshdebug.c:14:
/usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix43-
010414/include/stdio.h:377: sys/types.h: The file access permissions do
not allow the specified action.
In file included from ../sshincludes_unix.h:108,
from ../sshincludes.h:60,
from sshdebug.c:14:
/usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix43-
010414/include/stdio.h:444: sys/limits.h: The file access permissions do
not allow the specified action.
In file included from ../sshincludes_unix.h:109,
from ../sshincludes.h:60,
from sshdebug.c:14:
/usr/include/ctype.h:110: sys/localedef.h: The file access permissions do
not allow the specified action.
In file included from ../sshincludes_unix.h:111,
from ../sshincludes.h:60,
from sshdebug.c:14:
/usr/include/fcntl.h:13: sys/types.h: The file access permissions do not
allow the specified action.
/usr/include/fcntl.h:65: sys/flock.h: The file access permissions do not
allow the specified action.
In file included from /usr/include/fcntl.h:144,
from ../sshincludes_unix.h:111,
from ../sshincludes.h:60,
from sshdebug.c:14:
/usr/include/unistd.h:50: sys/types.h: The file access permissions do not
allow the specified action.
/usr/include/unistd.h:54: sys/access.h: The file access permissions do not
allow the specified action.
/usr/include/unistd.h:569: sys/lockf.h: The file access permissions do not
allow the specified action.
In file included from ../sshincludes_unix.h:111,
from ../sshincludes.h:60,
from sshdebug.c:14:
/usr/include/fcntl.h:148: sys/stat.h: The file access permissions do not
allow the specified action.
In file included from ../sshincludes_unix.h:113,
from ../sshincludes.h:60,
from sshdebug.c:14:
/usr/include/signal.h:20: sys/signal.h: The file access permissions do not
allow the specified action.
In file included from ../sshincludes_unix.h:156,
from ../sshincludes.h:60,
from sshdebug.c:14:
/usr/include/time.h:157: sys/types.h: The file access permissions do not
allow the specified action.
In file included from ../sshincludes.h:60,
from sshdebug.c:14:
../sshincludes_unix.h:160: sys/resource.h: The file access permissions do
not allow the specified action.
../sshincludes_unix.h:168: sys/times.h: The file access permissions do not
allow the specified action.
In file included from ../sshincludes_unix.h:172,
from ../sshincludes.h:60,
from sshdebug.c:14:
/usr/include/utime.h:26: sys/types.h: The file access permissions do not
allow the specified action.
make: 1254-004 The error code from the last command is 1.
Does anyone know if this implies that I need to be a superuser? Since I
cannot get superuser priviledges and am only interested in the ssh
clients, is there a work-around?
Thanks for any tips!
James
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>James, I did a compile of 3.2.3 on an 7026-M80 tonight running AIX 4.3.3
>ML 10... I used gcc 2.95.2.1 19991024 and the /usr/ccs/bin/make and it
>compiled with out problems. So only thing I can thing of is something on
>your machine.. my configure options were as follows:
>
>Configuration summary:
>======================
>
>~ Host type................: powerpc-ibm-aix4.3.3.0
>~ CC.......................: gcc
>~ CPPFLAGS.................:
>~ CFLAGS...................: -g -O2 -Wall -Wno-unknown-pragmas
>- -D_LARGE_FILES
>~ LDFLAGS..................:
>~ LIBS.....................: -lm -lbsd -lnsl -ls -lxcurses -lnsl
>- -L/usr/local/lib -lXext -lX11 -lSM -lICE
>~ X includes...............:
>~ X libraries..............:
>
>~ Debug enabled............: light
>~ IPv6 support.............: yes
>~ RSA support..............: yes
>~ SSH1 internal emulation..: yes
>~ SSH1 fallback capability.: no
>~ Kbd-interactive in server: yes
>~ Submethods.............: passwd plugin
>~ Kbd-interactive in client: yes
>~ PAM support in server....: no
>~ PAM support in client....: yes
>~ SecurID support in server: no
>~ SecurID support in client: yes
>~ Kerberos5 support........: no
>~ TCP Wrappers support.....: no
>~ Terminal capability lib..: terminfo
>~ X11 SECURITY extension...: no
>
>~ PTY Type.................: pts
>
>~ Installation prefix......: /opt/WVUssh
>~ bin directory............: /opt/WVUssh/bin
>~ sbin directory...........: /opt/WVUssh/sbin
>~ man directory............: /opt/WVUssh/man
>~ ssh2 etc directory.......: /etc/ssh2
>~ PID-file directory.......: default
- Previous message: charles@tulane.edu: "Re: SSH 3.2.3 - Problem executing Make"
- Maybe in reply to: James: "SSH 3.2.3 - Problem executing Make"
- Next in thread: James: "Re: SSH 3.2.3 - Problem executing Make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|