*BSD News Article 96118


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsfeed.internetmci.com!gryphon.phoenix.net!brewich.brewich.com!bbs
From: Donal <donal@bbs.brewich.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: FBSD 2.2, innd compile problem
Date: 25 May 1997 06:10:59 GMT
Organization: The Brewers' Witch BBS-Largest Pagan BBS in Texas-(713)272-7350
Lines: 29
Message-ID: <5m8l5j$m7m$3@gryphon.phoenix.net>
Reply-To: donal@bbs.brewich.com
NNTP-Posting-Host: brewich.com
X-Newsreader: TIN [UNIX 1.3 unoff BETA 970424; i386 FreeBSD 2.1.5-RELEASE]
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:41578

I have grabbed the port for innd from ftp.freebsd.org, and got the perl 
5.003 port. I build perl with no problem but when I try to build inn I 
get the following error:

cd config ; make  all ; cd ..
chmod u+w `grep -v '^;' <files.list`
./subst  -f config.data `grep -v '^;' <files.list`
Fixing interpreter paths.
perl fixinterps.pl -v -d ../samples inncheck innlog.pl pgpverify scanspool
inncheck: no substitution defined for perl5.003
innlog.pl: no substitution defined for perl5.003
pgpverify: no substitution defined for perl5.003
scanspool: no substitution defined for perl5.003

cd lib ; make  install ; cd ..

cd frontends ; make  all ; cd ..
`all' is up to date.

cd innd ; make  all ; cd ..
gcc  -o innd art.o cc.o chan.o his.o icd.o innd.o lc.o nc.o newsfeeds.o 
ng.o  pr
oc.o rc.o site.o tcl.o perl.o ../libinn.a -ltcl -lm 
-L/usr/local/lib/perl5/i386-
freebsd/5.003/CORE -lperl -lm -lutil -lcrypt
ld: -lperl: no match
*** Error code 1

Stop.