James Keating writes:
« HTML content follows » freebsd 6.0 the first 3 steps worked. the install fails. did i miss a package or flag?regular_user-1> ./configure --without-ldapaddressbook "CPPFLAGS=-I/usr/local/include" "LDFLAGS=-L/usr/local/lib"... regular_user-2> make ... regular_user-3> make check ... regular_user-4> make install DESTDIR=/var/tmp/courier-inst ... ... Making install in m4 Making install in po -d /var/tmp/courier-inst/usr/lib/courier/share -d: No such file or directory
Something went wrong when you ran the configure script. In pcp/Makefile, the INSTALL variable is empty.
If configure cannot find an install program/script in your path, it's supposed to set INSTALL to point to install-sh, in the top directory. That didn't happen for some reason.
Also, you should always use gmake instead of make, but that's something else entirely.
pgp7uQDYY6Elh.pgp
Description: PGP signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
