Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2002 07:02:26 -0600
From:      Pete Fritchman <petef@absolutbsd.org>
To:        Fabrizio Ravazzini <freefabri@yahoo.it>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: Qmailadmin compile, missing nsl library
Message-ID:  <20020825070226.A63574@absolutbsd.org>
In-Reply-To: <20020825093730.74051.qmail@web20107.mail.yahoo.com>; from freefabri@yahoo.it on Sun, Aug 25, 2002 at 11:37:30AM %2B0200
References:  <20020825093730.74051.qmail@web20107.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
++ 25/08/02 11:37 +0200 - Fabrizio Ravazzini:
| I want also to install qmailadmin for
| web-administration.
| I've downloaded qmailadmin-1.0.6 from Inter7.
| I configure it with:
| configure --enable-cgibindir=/usr/local/apache/cgi-bin

Unfortunately, the port is a bit out of date (at 1.0.2 and marked as
BROKEN).

| The configure it's ok and also the "make clean", but
| when I run the "make" I receive this error:
| gcc  -g -O2  -o qmailadmin  qmailadmin.o alias.o
| autorespond.o forward.o  mailinglist.o user.o util.o
| auth.o template.o command.o show.o cgi.o  limits.o
| dotqmail.o -L/home/vpopmail/lib -lvpopmail -lnsl -lm
| -lcrypt
| /usr/libexec/elf/ld: cannot find -lnsl
| *** Error code 1

You need to find the line in the generated Makefiles that has -lnsl and
remove it, that library isn't needed to link against on FreeBSD.

--pete

--
Pete Fritchman [petef@(databits.net|freebsd.org|wyom.net)]
finger petef@databits.net for PGP key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020825070226.A63574>