4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] make install failed
FromSent OnAttachments
sergioMar 27, 2007 5:36 am 
Milan ObuchMar 27, 2007 5:45 am 
James KeatingMar 27, 2007 6:32 am 
Sam VarshavchikMar 27, 2007 3:31 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] make install failedActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Mar 27, 2007 3:31:00 pm
List:net.sourceforge.lists.courier-users

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.