Mailing List Archive

Re: TEST RELEASE: openssh-1.2.3pre2
Under SuSE 6.0 configure ran with no compliants.

Trying to compile however generated the following error:

-DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H
-c -o clientloop.o clientloop.c
gcc -o ssh ssh.o sshconnect.o log-client.o readconf.o clientloop.o
-L. -L/usr/local/ssl/lib -lssh -lnsl -lz -lutil -lcrypto
./libssh.a(canohost.o): In function `get_remote_hostname':
/usr/tmp/openssh-1.2.3pre2/canohost.c:52: undefined reference to
`IN6_IS_ADDR_V4MAPPED'
collect2: ld returned 1 exit status
make: *** [ssh] Error 1


peter

peter stern Frontier Flying Service Inc.
Network Administrator 5245 Airport Industrial Rd
907-474-1739 x249 Fairbanks AK 99709
Re: TEST RELEASE: openssh-1.2.3pre2 [ In reply to ]
On Mon, 13 Mar 2000 peter@frontierflying.com wrote:

> Under SuSE 6.0 configure ran with no compliants.
>
> Trying to compile however generated the following error:
>
> -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H
> -c -o clientloop.o clientloop.c
> gcc -o ssh ssh.o sshconnect.o log-client.o readconf.o clientloop.o
> -L. -L/usr/local/ssl/lib -lssh -lnsl -lz -lutil -lcrypto
> ./libssh.a(canohost.o): In function `get_remote_hostname':
> /usr/tmp/openssh-1.2.3pre2/canohost.c:52: undefined reference to
> `IN6_IS_ADDR_V4MAPPED'
> collect2: ld returned 1 exit status
> make: *** [ssh] Error 1

Could you send me the output of:

find /usr/include -type f -exec grep -l IN6_IS_ADDR_V4MAPPED {} \;

Thanks,
Damien


--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)