5 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Sqwebmail-5.1.2 insta...
FromSent OnAttachments
up...@3.amAug 31, 2006 12:34 pm 
up...@3.amAug 31, 2006 2:24 pm 
Sam VarshavchikAug 31, 2006 3:33 pm 
up...@3.amAug 31, 2006 4:04 pm 
up...@3.amAug 31, 2006 4: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: [sqwebmail] Sqwebmail-5.1.2 install errorActions...
From:up...@3.am (up@3.am)
Date:Aug 31, 2006 4:31:39 pm
List:net.sourceforge.lists.courier-sqwebmail

On Thu, 31 Aug 2006 up@3.am wrote:

On Thu, 31 Aug 2006, Sam Varshavchik wrote:

up@3.am writes:

This error has me stumped. I configured sqwebmail with the following options:

CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure --enable-cgibindir=/usr/local/www/apache22/cgi-bin --enable-imagedir=/usr/local/www/apache22/data/sqwebmail --disable-autorenamesent --enable-hardtimeout=86400 --enable-softtimeout=21600 --enable-autopurge=1 --enable-maxpurge=5 --with-maxargsize=1500000 --with-maxformargsize=5500000 --with-maxmsgsize=6500000 --with-ispell=/usr/local/bin/ispell --prefix=/usr/local

The flags were neccessary, because the config script couldn't find the pcre libs without them. The --prefix looked neccessary, because even though it's supposed to be the default, 'make install' would fail complaining that "/usr/share/sqwebmail" doesn't exist, which makes no sense to me, since it should be putting it in $PREFIX/share/sqwebmail, where $PREFIX is "/usr/local". After setting the prefix option, it now fails with this:

Making install in m4 Making install in po -d /usr/local/share -d:No such file or directory *** Error code 1

Stop in /home/james/packages/sqwebmail-5.1.2/pcp/po. *** Error code 1

Stop in /home/james/packages/sqwebmail-5.1.2/pcp. *** Error code 1

This doesn't look like GNU make to me. Make sure you're using GNU make.

Also, I suspect that you're running Solaris 2.8. Solaris' "install" script is completely unusable. In addition to CPPFLAGS and LDFLAGS, also set INSTALL=`pwd`/install-sh

Actually, FreeBSD 6.1-STABLE...I thought GNU make was standard with it?

Obviously, this was incorrect...I installed and used gmake and it worked.

Thanks very much,