Networking Forums

Networking Forums > Computer Networking > Linux Networking > compiling inetutils (telnetd)

Reply
Thread Tools Display Modes

compiling inetutils (telnetd)

 
 
hwntw
Guest
Posts: n/a

 
      10-21-2004, 09:35 AM
I am trying to compile a version telnetd with includes and libraries
from Vintela.com VAS tool. My platform is Sun Solaris 9 Sparc. The
configure line is<
$ ./configure --disable-clients --with-pam --enable-encryption
CPPFLAGS="-I/opt/vas/include -I/usr/local/include"
LDFLAGS="-L/opt/vas/lib -L/usr/local/lib"
>



but the compile bombs out early on with this message<
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPATH_TTY_PFX=\"/dev/\"
-DPATH_DEVNULL=\"/dev/null\" -I../include -I/opt/vas/include
-I/usr/local/include -I/include -g -O2 -MT xmalloc.o -MD -MP -MF
".deps/xmalloc.Tpo" \
-c -o xmalloc.o `test -f 'xmalloc.c' || echo './'`xmalloc.c; \
then mv ".deps/xmalloc.Tpo" ".deps/xmalloc.Po"; \
else rm -f ".deps/xmalloc.Tpo"; exit 1; \
fi
In file included from xmalloc.c:37:
/usr/local/include/error.h:26:18: string: No such file or directory
In file included from xmalloc.c:37:
/usr/local/include/error.h:28: error: parse error before "math"
/usr/local/include/error.h:28: error: syntax error before '{' token
make[2]: *** [xmalloc.o] Error 1
make[2]: Leaving directory
`/export/home/rossc/inetutils-1.4.2/libinetutils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/rossc/inetutils-1.4.2'
make: *** [all] Error 2 >
I had previously soft linked error.h when the compile complained
about not being able to find it. Now it finds it, it complains
further. Need help to get past this problem.
Thanks
Hwntw
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
telnetd for Fedora Rob Linux Networking 2 02-25-2008 04:48 AM
What did aptitude fail to do when it installed telnetd? Jim Linux Networking 6 04-04-2007 11:12 PM
setting up telnetd R. K. Kishore Linux Networking 1 09-10-2004 08:10 PM
telnetd: All network ports in use. when using rootfs over NFS Toni Van Remortel Linux Networking 0 10-23-2003 02:44 PM
Processes from within telnetd stay forever when connection is aborted in 2.4. Kernel (in 2.2. it works fine) Joerg Toellner Linux Networking 0 07-22-2003 07:27 AM



1 2 3 4 5 6 7 8 9 10 11