OpenSSH compilation in AIX
Ph. Marek
philipp.marek at bmlv.gv.at
Fri Apr 11 19:37:15 EST 2003
> The only problem I've had with gcc v3 is Perl. 2.95 should be fine for
> OpenSSH.
I found the problem.
I've got some files in /usr/local/include - eg an arpa/inet.h, which had a
#define inet_ntoa __inet_ntoa
in it.
After using
CFLAGS=-I/usr/include ./configure ...
to move /usr/include to a higher priority it compiled without problem.
Thank you for your help!
Regards,
Phil
More information about the openssh-unix-dev
mailing list