Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

Re: SSH 3.2.3 - Problem executing Make

From: James <james00_c(at)yahoo.com>
Date: Mon Mar 24 2003 - 14:00:37 EST
('binary' encoding is not supported, stored as-is)
In-Reply-To: <200303211823.MAA33296@spnode02.tcs.tulane.edu>

We have xlc version 5 under AIX 5.1. So I also decided to try this compiler instead of gcc 2.9. However, there does not appear to be an option similar to "-with-cc=" in ./configure --help for changing compilers. Hence I set up alias gcc='/usr/vac/bin/xlc' such that $ gcc -v
exec: /usr/bin/pg(/usr/bin/pg,/usr/lib/nls/msg/en_US/vacpp.help,NULL)   VisualAge C++ Professional / C for AIX Compiler, Version 5

I then ran "./configure --prefix=./ --with-pty=pts" followed by "/usr/ccs/bin/make" and the output displayed is identical (see below).

The problem might be that ssh is continuing to use gcc instead of xlc inspite of the alias? If that is the case, then are any suggestions on how to force ssh to use xlc? Thanks!

James

>Hello,
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:
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
>>
Received on Mon Mar 24 14:50:47 2003

This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:56 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library