Hello, I just wanted to post this fix action as Mailed to me from Juergen Georgi as I received many off-line post of "did you figure it out" and "please email me if this is fixed". As it turns out (see example below) that a simple ln -s resolves the problem. Thank you Juergen. Jerry > >On Mon 2001-03-05 (10:29), Sec. Acct. wrote: >> Hello all, >> >> As p2 has been released, I pulled down the source for it but am encountering >> the same problems that I did under 2.5.1p1. Currently, I am still using >> 2.3.0 without issues. >> [...] >> >> The ./configure completes without errors. >> The make stops with this: >> >> gcc -g -O2 -Wall -I/usr/local/include -I/usr/local/ssl/include >> -I/usr/local/ssl/include -I. -I.. -I. -I./.. -DHAVE_CONFIG_H -c getcwd.c >> getcwd.c:39: sys/dir.h: No such file or directory >> make[1]: *** [getcwd.o] Error 1 >> make[1]: Leaving directory `/usr/local/vendor/o/openssh-2.5.1p1/openbsd-compat' >> make: *** [openbsd-compat/libopenbsd-compat.a] Error 2 > >cd openbsd-compat >ln -s ../config.h > >-Juergen
