openreg 1.0.2 on slack10?

jeff jones jjones at speedlink.net
Thu Nov 18 19:06:39 UTC 2004


Hello all,

	I have a system I am trying to bring up openreg 1.0.2 on. It is
slackware 10, updated to -current with swaret. I do have all the
required software for openreg 1.0.2 and did run ldconfig with the proper
directory's added to the config file. Basically all my lib's are
in /usr/lib I receive this error when running make, see below. 

Any pointer, links, or help is greatly appreciated

Sorry for the log email.
TIA
Jeff


####
some info

perl -v
This is perl, v5.8.5 built for i486-linux

####
make

./configure --prefix=/usr
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/ginstall -c
checking for perl5... no
checking for perl... /usr/bin/perl
checking for rndc... no
configure: creating ./config.status
config.status: creating mk/rules
root at ns1:/usr/src/openreg-1.0.2# ./configure --prefix=/usr/
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/ginstall -c
checking for perl5... no
checking for perl... /usr/bin/perl
checking for rndc... no
configure: creating ./config.status
config.status: creating mk/rules
root at ns1:/usr/src/openreg-1.0.2# make
Making all in /usr/src/openreg-1.0.2/lib
make[1]: Entering directory `/usr/src/openreg-1.0.2/lib'
/usr/bin/perl Makefile.PL MAKEFILE=Makefile.Perl PREFIX=/usr/
Writing Makefile.Perl for ISC
make -f Makefile.Perl all
make[2]: Entering directory `/usr/src/openreg-1.0.2/lib'
cp ISC/CC/Group.pm blib/lib/ISC/CC/Group.pm
cp ISC/SRS/SAX/EPPHandler.pm blib/lib/ISC/SRS/SAX/EPPHandler.pm
cp ISC/Net/LengthPrefix.pm blib/lib/ISC/Net/LengthPrefix.pm
cp ISC/SRS/EPPResultCode.pm blib/lib/ISC/SRS/EPPResultCode.pm
cp ISC/Date.pm blib/lib/ISC/Date.pm
cp ISC/Log.pm blib/lib/ISC/Log.pm
cp ISC/SRS/Version.pm blib/lib/ISC/SRS/Version.pm
cp ISC/DBI.pm blib/lib/ISC/DBI.pm
cp ISC/Net/CRLF.pm blib/lib/ISC/Net/CRLF.pm
cp ISC/CC/Direct/Connect.pm blib/lib/ISC/CC/Direct/Connect.pm
cp ISC/CC/Direct.pm blib/lib/ISC/CC/Direct.pm
cp ISC/SRS/EPPWriter.pm blib/lib/ISC/SRS/EPPWriter.pm
cp ISC/CC/Group/Connect.pm blib/lib/ISC/CC/Group/Connect.pm
cp ISC/CC/Message.pm blib/lib/ISC/CC/Message.pm
cp ISC/Net/Listen.pm blib/lib/ISC/Net/Listen.pm
cp ISC/Net/Connect.pm blib/lib/ISC/Net/Connect.pm
cp ISC/DB/ReplicationMaster.pm blib/lib/ISC/DB/ReplicationMaster.pm
cp ISC/SRS/EPPRegistrar.pm blib/lib/ISC/SRS/EPPRegistrar.pm
cp ISC/SRS/EPPParser.pm blib/lib/ISC/SRS/EPPParser.pm
cp ISC/Random.pm blib/lib/ISC/Random.pm
cp ISC/Stats/Report.pm blib/lib/ISC/Stats/Report.pm
cp ISC/SRS/DB.pm blib/lib/ISC/SRS/DB.pm
cp ISC/CC/Direct/Listen.pm blib/lib/ISC/CC/Direct/Listen.pm
cp ISC/DB/ReplicationSlave.pm blib/lib/ISC/DB/ReplicationSlave.pm
cp ISC/SRS/EPPConnection.pm blib/lib/ISC/SRS/EPPConnection.pm
cp ISC/NameVerify.pm blib/lib/ISC/NameVerify.pm
Manifying blib/man3/ISC::Net::Listen.3
Manifying blib/man3/ISC::Net::LengthPrefix.3
Manifying blib/man3/ISC::Date.3
Manifying blib/man3/ISC::Log.3
Manifying blib/man3/ISC::Random.3
Manifying blib/man3/ISC::SRS::Version.3
Manifying blib/man3/ISC::Stats::Report.3
Manifying blib/man3/ISC::SRS::DB.3
Manifying blib/man3/ISC::DBI.3
Manifying blib/man3/ISC::Net::CRLF.3
Manifying blib/man3/ISC::NameVerify.3
make[2]: Leaving directory `/usr/src/openreg-1.0.2/lib'
make[1]: Leaving directory `/usr/src/openreg-1.0.2/lib'
Making all in /usr/src/openreg-1.0.2/bin
make[1]: Entering directory `/usr/src/openreg-1.0.2/bin'
sed s, at prefix@,/usr//lib/site_perl,g < group-sniff.pl > group-sniff
chmod 755 group-sniff
sed s, at prefix@,/usr//lib/site_perl,g < epp-from-file.pl > epp-from-file
chmod 755 epp-from-file
make[1]: Leaving directory `/usr/src/openreg-1.0.2/bin'
Making all in /usr/src/openreg-1.0.2/sbin
make[1]: Entering directory `/usr/src/openreg-1.0.2/sbin'
Making all in /usr/src/openreg-1.0.2/sbin/msgq
make[2]: Entering directory `/usr/src/openreg-1.0.2/sbin/msgq'
cc -I/usr/include -g -Wall -Wstrict-prototypes   -c -o cc.o cc.c
cc.c:23:24: isc/buffer.h: No such file or directory
cc.c:24:22: isc/util.h: No such file or directory
In file included from cc.c:26:
cc.h:23:24: isc/buffer.h: No such file or directory
cc.h:24:23: isc/types.h: No such file or directory
In file included from cc.c:26:
cc.h:53: error: parse error before "isc_buffer_t"
cc.h:53: warning: no semicolon at end of struct or union
cc.h:54: warning: type defaults to `int' in declaration of `ccmsg_t'
cc.h:54: warning: data definition has no type or storage class
cc.h:78: error: parse error before '*' token
cc.h:78: warning: function declaration isn't a prototype
cc.h:83: error: parse error before '*' token
cc.h:83: warning: function declaration isn't a prototype
cc.h:88: error: parse error before '*' token
cc.h:88: warning: function declaration isn't a prototype
cc.c: In function `cc_search':
cc.c:61: error: `isc_buffer_t' undeclared (first use in this function)
cc.c:61: error: (Each undeclared identifier is reported only once
cc.c:61: error: for each function it appears in.)
cc.c:61: error: parse error before "b"
cc.c:84: warning: implicit declaration of function `isc_buffer_init'
cc.c:84: error: `b' undeclared (first use in this function)
cc.c:85: warning: implicit declaration of function `isc_buffer_add'
cc.c:87: warning: implicit declaration of function
`isc_buffer_remaininglength'
cc.c:90: warning: implicit declaration of function
`isc_buffer_getuint32'
cc.c:112: warning: implicit declaration of function
`isc_buffer_getuint8'
cc.c:119: warning: implicit declaration of function `isc_buffer_current'
cc.c:119: warning: assignment makes pointer from integer without a cast
cc.c:120: warning: implicit declaration of function `isc_buffer_forward'
cc.c:153: warning: implicit declaration of function
`isc_buffer_getuint16'
cc.c:177: warning: assignment makes pointer from integer without a cast
cc.c: At top level:
cc.c:201: error: parse error before '*' token
cc.c:202: warning: function declaration isn't a prototype
cc.c: In function `ccmsg_init':
cc.c:203: error: `msg' undeclared (first use in this function)
cc.c:203: error: `buf' undeclared (first use in this function)
cc.c:203: error: `buflen' undeclared (first use in this function)
cc.c:205: warning: implicit declaration of function
`isc_buffer_putuint32'
cc.c: At top level:
cc.c:209: error: parse error before '*' token
cc.c:211: warning: function declaration isn't a prototype
cc.c: In function `ccmsg_add':
cc.c:212: warning: implicit declaration of function
`isc_buffer_putuint8'
cc.c:212: error: `msg' undeclared (first use in this function)
cc.c:212: error: `tlen' undeclared (first use in this function)
cc.c:213: warning: implicit declaration of function `isc_buffer_putmem'
cc.c:213: error: `tag' undeclared (first use in this function)
cc.c:215: error: `dlen' undeclared (first use in this function)
cc.c:216: error: `type' undeclared (first use in this function)
cc.c:219: error: `data' undeclared (first use in this function)
cc.c:223: warning: implicit declaration of function
`isc_buffer_putuint16'
cc.c: At top level:
cc.c:234: error: parse error before '*' token
cc.c:235: warning: function declaration isn't a prototype
cc.c: In function `ccmsg_render':
cc.c:236: warning: implicit declaration of function
`isc_buffer_usedlength'
cc.c:236: error: `msg' undeclared (first use in this function)
make[2]: *** [cc.o] Error 1
make[2]: Leaving directory `/usr/src/openreg-1.0.2/sbin/msgq'
sed s, at prefix@,/usr//lib/site_perl,g < xaction.pl > xaction
chmod 755 xaction
sed s, at prefix@,/usr//lib/site_perl,g < epp-frontend.pl > epp-frontend
chmod 755 epp-frontend
sed s, at prefix@,/usr//lib/site_perl,g < whois.pl > whois
chmod 755 whois
sed s, at prefix@,/usr//lib/site_perl,g < replication-master.pl >
replication-master
chmod 755 replication-master
sed s, at prefix@,/usr//lib/site_perl,g < write-zone.pl > write-zone
chmod 755 write-zone
sed s, at prefix@,/usr//lib/site_perl,g < stats-monitor.pl > stats-monitor
chmod 755 stats-monitor
sed s, at prefix@,/usr//lib/site_perl,g < poll-stats.pl > poll-stats
chmod 755 poll-stats
sed s, at prefix@,/usr//sbin,g < poll-stuff.sh > poll-stuff
chmod 755 poll-stuff
sed s, at prefix@,/usr//lib/site_perl,g < poll-stats-op.pl > poll-stats-op
chmod 755 poll-stats-op
sed s, at prefix@,/usr//sbin,g < measure_dig.sh > measure_dig
chmod 755 measure_dig
sed s, at prefix@,/usr//lib/site_perl,g < log-monitor.pl > log-monitor
chmod 755 log-monitor
sed s, at prefix@,/usr//sbin,g < ka_msgq.sh | \
sed s, at logdir@,/var/log/openreg,g > ka_msgq
chmod 755 ka_msgq
sed s, at prefix@,/usr//sbin,g < ka_xaction.sh | \
sed s, at logdir@,/var/log/openreg,g > ka_xaction
chmod 755 ka_xaction
sed s, at prefix@,/usr//sbin,g < ka_epp-frontend.sh | \
sed s, at logdir@,/var/log/openreg,g > ka_epp-frontend
chmod 755 ka_epp-frontend
sed s, at prefix@,/usr//sbin,g < ka_whois.sh | \
sed s, at logdir@,/var/log/openreg,g > ka_whois
chmod 755 ka_whois
sed s, at prefix@,/usr//sbin,g < ka_write-zone.sh | \
sed s, at logdir@,/var/log/openreg,g | \
sed s, at RNDC@,,g > ka_write-zone
chmod 755 ka_write-zone
sed s, at prefix@,/usr//sbin,g < ka_stats-monitor.sh | \
sed s, at logdir@,/var/log/openreg,g > ka_stats-monitor
chmod 755 ka_stats-monitor
make[1]: Leaving directory `/usr/src/openreg-1.0.2/sbin'
Making all in /usr/src/openreg-1.0.2/test
make[1]: Entering directory `/usr/src/openreg-1.0.2/test'
Making all in /usr/src/openreg-1.0.2/test/epp
make[2]: Entering directory `/usr/src/openreg-1.0.2/test/epp'
make[2]: Leaving directory `/usr/src/openreg-1.0.2/test/epp'
sed s, at prefix@,/usr//lib/site_perl,g < sendmsg.pl > sendmsg
chmod 755 sendmsg
sed s, at prefix@,/usr//lib/site_perl,g < test-crlf-listen.pl > test-crlf-
listen
chmod 755 test-crlf-listen
sed s, at prefix@,/usr//lib/site_perl,g < test-date.pl > test-date
chmod 755 test-date
sed s, at prefix@,/usr//lib/site_perl,g < test-db.pl > test-db
chmod 755 test-db
sed s, at prefix@,/usr//lib/site_perl,g < test-epp-parser.pl > test-epp-
parser
chmod 755 test-epp-parser
sed s, at prefix@,/usr//lib/site_perl,g < test-epp-writer.pl > test-epp-
writer
chmod 755 test-epp-writer
sed s, at prefix@,/usr//lib/site_perl,g < test-xaction.pl > test-xaction
chmod 755 test-xaction
make[1]: Leaving directory `/usr/src/openreg-1.0.2/test'
Making all in /usr/src/openreg-1.0.2/db
make[1]: Entering directory `/usr/src/openreg-1.0.2/db'
make[1]: Leaving directory `/usr/src/openreg-1.0.2/db'
Making all in /usr/src/openreg-1.0.2/mk
make[1]: Entering directory `/usr/src/openreg-1.0.2/mk'
make[1]: Leaving directory `/usr/src/openreg-1.0.2/mk'
root at ns1:/usr/src/openreg-1.0.2# make clean
Making clean in /usr/src/openreg-1.0.2/lib
make[1]: Entering directory `/usr/src/openreg-1.0.2/lib'
rm -f Makefile.Perl
rm -f *~ *.core core
rm -rf blib pm_to_blib
make[1]: Leaving directory `/usr/src/openreg-1.0.2/lib'
Making clean in /usr/src/openreg-1.0.2/bin
make[1]: Entering directory `/usr/src/openreg-1.0.2/bin'
rm -f group-sniff epp-from-file
rm -f *~ *.core core
make[1]: Leaving directory `/usr/src/openreg-1.0.2/bin'
Making clean in /usr/src/openreg-1.0.2/sbin
make[1]: Entering directory `/usr/src/openreg-1.0.2/sbin'
Making clean in /usr/src/openreg-1.0.2/sbin/msgq
make[2]: Entering directory `/usr/src/openreg-1.0.2/sbin/msgq'
rm -f msgq cc.o msgq.o msgbuf.o
rm -f *~ *.core core
make[2]: Leaving directory `/usr/src/openreg-1.0.2/sbin/msgq'
rm -f xaction epp-frontend whois replication-master write-zone stats-
monitor poll-stats poll-stuff poll-stats-op measure_dig log-monitor
ka_msgq ka_xaction ka_epp-frontend ka_whois ka_write-zone ka_stats-
monitor
rm -f *~ *.core core
make[1]: Leaving directory `/usr/src/openreg-1.0.2/sbin'
Making clean in /usr/src/openreg-1.0.2/test
make[1]: Entering directory `/usr/src/openreg-1.0.2/test'
Making clean in /usr/src/openreg-1.0.2/test/epp
make[2]: Entering directory `/usr/src/openreg-1.0.2/test/epp'
rm -f *~ *.core core
rm -f *.log logs/*.log
make[2]: Leaving directory `/usr/src/openreg-1.0.2/test/epp'
rm -f sendmsg test-crlf-listen test-date test-db test-epp-parser test-
epp-writer test-xaction
rm -f *~ *.core core
make[1]: Leaving directory `/usr/src/openreg-1.0.2/test'
Making clean in /usr/src/openreg-1.0.2/db
make[1]: Entering directory `/usr/src/openreg-1.0.2/db'
rm -f *~ *.core core
make[1]: Leaving directory `/usr/src/openreg-1.0.2/db'
Making clean in /usr/src/openreg-1.0.2/mk
make[1]: Entering directory `/usr/src/openreg-1.0.2/mk'
rm -f *~ *.core core
make[1]: Leaving directory `/usr/src/openreg-1.0.2/mk'
rm -f *~ *.core core




More information about the openreg-users mailing list