On FreeBSD, you do not need the -lnsl line in the Makefile as that is already part of the system (i forget which part handles the lookups).
Try removing the -lnsl from the Makefile and re-run it. Might be the trick for OpenBSD also. ~jt At 04:24 PM 8/27/2002 -0400, you wrote: >Hi, > >I am trying to install qmailadmin-1.0.6 on OpenBSD 3.1. When running make >I get the following error that I don't know how to deal with: > >gcc -g -O2 -o qmailadmin qmailadmin.o alias.o autorespond.o >forward.o mailingl >ist.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 >ld: -lnsl: no match >collect2: ld returned 1 exit status >*** Error code 1 > >Stop in /usr/tmp/qmailadmin-1.0.6 (line 221 of Makefile). >*** Error code 1 > >Stop in /usr/tmp/qmailadmin-1.0.6 (line 252 of Makefile). >*** Error code 1 > >Stop in /usr/tmp/qmailadmin-1.0.6 (line 381 of Makefile). > >Any insight or help would be appreciated. > >Thanks > >Chuck Rodgers >
