[AIX/IBMers read] Re: AIX and Privsep.

Darren Tucker dtucker at zip.com.au
Thu Jul 4 12:46:49 EST 2002


In late-breaking news, this is building from -current on AIX:

gcc -o ssh-keysign ssh-keysign.o -L. -Lopenbsd-compat/  -L/usr/local/lib
-lssh -lopenbsd-compat -lz  -lcrypto   
ld: 0711-317 ERROR: Undefined symbol: .initialize_options
ld: 0711-317 ERROR: Undefined symbol: .read_config_file
ld: 0711-317 ERROR: Undefined symbol: .fill_default_options
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make: *** [ssh-keysign] Error 1

It looks like ssh-keysign now needs these functions from readconf.c.
Adding readconf.o to the gcc line allows it to link.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG Fingerprint D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.



More information about the openssh-unix-dev mailing list