I received the following error upon running make install:

************* make install output *********************
make[1]: Entering directory `/mail/software/qmailstuff/qmailadmin-1.0.6'
make[2]: Entering directory `/mail/software/qmailstuff/qmailadmin-1.0.6'
/bin/sh ./mkinstalldirs /mail/apache/cgi-bin
  /usr/bin/install -c  qmailadmin /mail/apache/cgi-bin/qmailadmin
cp: cannot access /mail/apache/cgi-bin/qmailadmin
install: cp /mail/apache/cgi-bin/qmailadmin qmailadmin/qmailadmin failed
make[2]: *** [install-binPROGRAMS] Error 2
make[2]: Leaving directory `/mail/software/qmailstuff/qmailadmin-1.0.6'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/mail/software/qmailstuff/qmailadmin-1.0.6'
make: *** [install-recursive] Error 1

In order to get it to work I edited the Makefile and changed the INSTALL
line to
"/usr/ucb/install -c".  The install binary in /usr/bin freaks out with
qmailadmin compilation on Solaris 8.


-----Original Message-----
From: JT [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 19, 2002 4:59 PM
To: [EMAIL PROTECTED]
Subject: RE: [qmailadmin] qmail compile issue



Hi Jason,

I was having this same problem on my FreeBSD 4.6 box.

The calls that are needed are built into libc.   After
you run the ./configure for qmailadmin, open the Makefile
and remove the -lnsl from the LIBS= line.  Run make,
and whamo your qmailadmin is secure. :)

You might wish to post it back to the list to help others.
I'm not subscribed.

Good luck.
~jt




Reply via email to