привет всем !
Получилась вот какая фишка:
стоял OpenVPN,собранный из исходников,потом я его удалил(хотел
запустить без поддержки LZOlib)
делаю всё следующим образом:
./configure --disable-lzo
make
и дальше получаю уже в самом конце сборки
source='socket.c' object='socket.o' libtool=no \
depfile='.deps/socket.Po' tmpdepfile='.deps/socket.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/kerberos/include -g
-O2 -c `test -f socket.c || echo './'`socket.c
socket.c: In function `h_errno_msg':
socket.c:51: error: `HOST_NOT_FOUND' undeclared (first use in this
function)
socket.c:51: error: (Each undeclared identifier is reported only once
socket.c:51: error: for each function it appears in.)
socket.c:53: error: `NO_DATA' undeclared (first use in this function)
socket.c:55: error: `NO_RECOVERY' undeclared (first use in this function)
socket.c:57: error: `TRY_AGAIN' undeclared (first use in this function)
socket.c: In function `getaddr':
socket.c:117: warning: assignment makes pointer from integer without a cast
socket.c:132: error: `h_errno' undeclared (first use in this function)
socket.c:147: error: dereferencing pointer to incomplete type
socket.c:151: error: dereferencing pointer to incomplete type
gmake[1]: *** [socket.o] Ошибка 1
gmake[1]: Leaving directory `/download/openvpn/openvpn-1.6.0'
gmake: *** [all] Ошибка 2
Что это такое ? Почему раньше такого не было ? Как исправить ?