LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-10-2005, 12:03 AM   #1
sureish
LQ Newbie
 
Registered: Jul 2005
Posts: 3

Rep: Reputation: 0
regarding FWTK Errors


hi,

these are the errors that occur while installing the TIS FWTK.

[root@localhost fwtk]# make install
if [ ! -d /usr/local/etc ]; then \
mkdir /usr/local/etc; \
fi
for a in config lib auth smap smapd netacl plug-gw ftp-gw tn-gw rlogin-gw http-gw x-gw; do \
( cd $a; echo install: `pwd`; make install ); \
done
install: /mnt/fwtk2.1.tar/fwtk/config
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/config'
if [ ! -f /usr/local/etc/netperm-table ]; then \
cp netperm-table /usr/local/etc; \
chmod 644 /usr/local/etc/netperm-table; \
fi
if [ ! -f /usr/local/etc/mqueue ]; then \
cp mqueue /usr/local/etc; \
chmod 750 /usr/local/etc/mqueue; \

fi
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/config'
install: /mnt/fwtk2.1.tar/fwtk/lib
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/lib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/lib'
install: /mnt/fwtk2.1.tar/fwtk/auth
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/auth'
cc -I.. -g -DLINUX -c -o db.o db.c
db.c:16:25: ndbm.h: No such file or directory
db.c:26: parse error before '*' token
db.c:26: `DBM' undeclared here (not in a function)
db.c:26: parse error before ')' token
db.c: In function `auth_dbopen':
db.c:66: warning: assignment makes pointer from integer without a cast
db.c:66: `DBM' undeclared (first use in this function)
db.c:66: (Each undeclared identifier is reported only once
db.c:66: for each function it appears in.)
db.c:66: parse error before ')' token
db.c: At top level:
db.c:73: parse error before "return"
db.c: In function `auth_dbgetu':
db.c:115: `datum' undeclared (first use in this function)
db.c:115: parse error before "dat"
db.c:121: `dat' undeclared (first use in this function)
db.c:123: `rdat' undeclared (first use in this function)
db.c: In function `auth_dbputu':
db.c:141: `datum' undeclared (first use in this function)
db.c:141: parse error before "dat"
db.c:147: `dat' undeclared (first use in this function)
db.c:149: `pdat' undeclared (first use in this function)
db.c:152: `DBM_REPLACE' undeclared (first use in this function)
db.c: In function `auth_dbdelu':
db.c:168: `datum' undeclared (first use in this function)
db.c:168: parse error before "dat"
db.c:173: `dat' undeclared (first use in this function)
db.c: In function `auth_dbtraversestart':
db.c:191: `datum' undeclared (first use in this function)
db.c:191: parse error before "key"
db.c:196: `key' undeclared (first use in this function)
db.c:200: `dat' undeclared (first use in this function)
db.c: In function `auth_dbtraversenext':
db.c:220: `datum' undeclared (first use in this function)
db.c:220: parse error before "key"
db.c:225: `key' undeclared (first use in this function)
db.c:229: `dat' undeclared (first use in this function)
make[1]: *** [db.o] Error 1
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/auth'
install: /mnt/fwtk2.1.tar/fwtk/smap
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/smap'
if [ -f /usr/local/etc/smap ]; then \
mv /usr/local/etc/smap /usr/local/etc/smap.old; \
fi
cp smap /usr/local/etc
chmod 755 /usr/local/etc/smap
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/smap'
install: /mnt/fwtk2.1.tar/fwtk/smapd
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/smapd'
if [ -f /usr/local/etc/smapd ]; then \
mv /usr/local/etc/smapd /usr/local/etc/smapd.old; \
fi
fi
cp smap /usr/local/etc
chmod 755 /usr/local/etc/smap
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/smap'
install: /mnt/fwtk2.1.tar/fwtk/smapd
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/smapd'
if [ -f /usr/local/etc/smapd ]; then \
mv /usr/local/etc/smapd /usr/local/etc/smapd.old; \
fi
cp smapd /usr/local/etc
chmod 755 /usr/local/etc/smapd
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/smapd'
install: /mnt/fwtk2.1.tar/fwtk/netacl
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/netacl'
if [ -f /usr/local/etc/netacl ]; then \
mv /usr/local/etc/netacl /usr/local/etc/netacl.old; \
fi
cp netacl /usr/local/etc
chmod 755 /usr/local/etc/netacl
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/netacl'
install: /mnt/fwtk2.1.tar/fwtk/plug-gw
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/plug-gw'
if [ -f /usr/local/etc/plug-gw ]; then \
mv /usr/local/etc/plug-gw /usr/local/etc/plug-gw.old; \
fi
cp plug-gw /usr/local/etc
chmod 755 /usr/local/etc/plug-gw
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/plug-gw'
install: /mnt/fwtk2.1.tar/fwtk/ftp-gw
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/ftp-gw'
if [ -f /usr/local/etc/ftp-gw ]; then \
mv /usr/local/etc/ftp-gw /usr/local/etc/ftp-gw.old; \
fi
cp ftp-gw /usr/local/etc
chmod 755 /usr/local/etc/ftp-gw
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/ftp-gw'
install: /mnt/fwtk2.1.tar/fwtk/tn-gw
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/tn-gw'
if [ -f /usr/local/etc/tn-gw ]; then \
mv /usr/local/etc/tn-gw /usr/local/etc/tn-gw.old; \
fi
cp tn-gw /usr/local/etc
chmod 755 /usr/local/etc/tn-gw
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/tn-gw'
install: /mnt/fwtk2.1.tar/fwtk/rlogin-gw
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/rlogin-gw'
if [ -f /usr/local/etc/rlogin-gw ]; then \
mv /usr/local/etc/rlogin-gw /usr/local/etc/rlogin-gw.old; \
fi
cp rlogin-gw /usr/local/etc
chmod 755 /usr/local/etc/rlogin-gw
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/rlogin-gw'
install: /mnt/fwtk2.1.tar/fwtk/http-gw
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/http-gw'
if [ -f /usr/local/etc/http-gw ]; then \
mv /usr/local/etc/http-gw /usr/local/etc/http-gw.old; \
fi
cp http-gw /usr/local/etc
chmod 755 /usr/local/etc/http-gw
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/http-gw'
install: /mnt/fwtk2.1.tar/fwtk/x-gw
make[1]: Entering directory `/mnt/fwtk2.1.tar/fwtk/x-gw'
cc -g -o x-gw x-gw.o ulib.a ../libfwall.a -L/usr/X11/lib -lXaw -lXmu -lXt -lXext -lX11 -lc
/usr/bin/ld: cannot find -lXaw
collect2: ld returned 1 exit status
make[1]: *** [x-gw] Error 1
make[1]: Leaving directory `/mnt/fwtk2.1.tar/fwtk/x-gw'
make: *** [install] Error 2
[root@localhost fwtk]#
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
regarding FWTK and Poesia sureish Linux - General 0 11-09-2005 04:43 AM
Help installing FWTK (Firewall tool kit) cynthia_thomas Linux - Networking 1 11-08-2005 06:31 AM
Configuring TIS FWTK Gsee *BSD 4 04-19-2004 11:55 PM
Errors during filesystem check with one kernel while no errors with other kernel Potentials Linux - General 11 12-30-2003 04:24 AM
QMAIL errors errors.. YourForum Linux - Software 0 11-27-2003 12:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration