Return to BSD News archive
Path: euryale.cc.adfa.oz.au!como.dpie.gov.au!news.gan.net.au!act.news.telstra.net!news.telstra.net!nsw.news.telstra.net!news.att.net.au!news.att.net.hk!spinnews!tokio!news.dti.ad.jp!nspixp!np0.iij.ad.jp!nf3.iij.ad.jp!nr0.iij.ad.jp!news.iij.ad.jp!uunet!in3.uu.net!144.212.100.12!news.mathworks.com!enews.sgi.com!newshub1.home.com!news.home.com!news1.best.com!bofh.noc.best.net!ennui
From: rone@bofh.noc.best.net (Ron Echeverri)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: INN w/ FreeBSD
Date: 3 Jun 1997 17:07:28 -0700
Organization: fidgety systems administrators gmbh
Lines: 51
Message-ID: <5n2bk0$dk1$1@bofh.noc.best.net>
References: <01bc6d2e$af7f25c0$0410918a@smtpgw.nctsw.navy.mil> <geoffrey.865283176@beethoven.iavalley.cc.ia.us>
NNTP-Posting-Host: ennui.org
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:42842
In article <geoffrey.865283176@beethoven.iavalley.cc.ia.us>,
geoffrey alexander <geoffrey@beethoven.iavalley.cc.ia.us> wrote:
>"Steve Koch" <Steve.Koch@nctsw.navy.mil> writes:
>>Has anyone successfully configured Inn 1.5.1 w/ FreeBSD. I've tried it
>>with FreeBSD 2.1, 2.1.5, & 2.2.2 w/ no luck. I figured the port would be
>>pretty easy to compile but during the make all portion of the compile it
>>get the error:
>>ld: -lperl: no match
>>Any ideas? Any info would be appreciated. Thanks.
Check your config/config.data file. -lperl won't work without a
-L/usr/local/lib/perl5/i386-freebsd/5.003/CORE before it. Here's the
Perl section from my config.data:
=====
## 17. Perl Configuration
## Do you want Perl support? Pick DO or DONT
#### =()<PERL_SUPPORT @<PERL_SUPPORT>@>()=
PERL_SUPPORT DO
## How do you get the PERL libraries? Probably -lperl -lm, blank if no PERL
#### =()<PERL_LIB @<PERL_LIB>@>()=
PERL_LIB -L/usr/local/lib/perl5/i386-freebsd/5.003/CORE -lperl -lm
#PERL_LIB -L/usr/local/gnu/lib/perl5/i386-bsdos/5.003/CORE -lperl -lm
## Core directory (includes, libs). See perlembed(1)
#### =()<PERL_INC @<PERL_INC>@>()=
PERL_INC -I/usr/local/lib/perl5/i386-freebsd/5.003/CORE
#PERL_INC -I/usr/local/gnu/lib/perl5/i386-bsdos/5.003/CORE
## Perl Filter Files. Should probably be prefixed with the same value as
## _PATH_CONTROLPROGS.
#### =()<_PATH_PERL_STARTUP_INND @<_PATH_PERL_STARTUP_INND>@>()=
_PATH_PERL_STARTUP_INND /usr/local/news/bin/control/startup_innd.pl
#### =()<_PATH_PERL_FILTER_INND @<_PATH_PERL_FILTER_INND>@>()=
_PATH_PERL_FILTER_INND /usr/local/news/bin/control/filter_innd.pl
#### =()<_PATH_PERL_FILTER_NNRPD @<_PATH_PERL_FILTER_NNRPD>@>()=
_PATH_PERL_FILTER_NNRPD /usr/local/news/bin/control/filter_nnrpd.pl
=====
>I installed ok (I think I had perl 5.003 installed, so that might be the
>prob) but, for the record, I found it to be so poorly documented as to be
>worthless (yes, I tried ALL the various current INN websites. Worthless).
>IMO, of course.
Why check the websites, when the Install.ms is right there? What
exactly did you find insufficiently documented?
rone
--
Ron Echeverri Best Internet Usenet Administration rone@best.net
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Incorrectly used, the Internet may be dangerous. Therefore, in order to
prevent injury, it is advisable to keep it out of reach of fools and children.