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 2:24:47 pm
List:net.sourceforge.lists.courier-sqwebmail

Follow up:

I downloaded and tried to install 5.1.3 and the same thing happened. According to the docs, the calendaring is supposed to be optionally enabled, which I didn't do...there is no option for disabling it, although I did try --disable-calendar anyway with no luck

I don't need the calendaring anyway...how do I just bypass this issue?

Thanks in advance,

--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 is really baffling, since "/usr/local/share" does in fact, exist...is this a bug or am I doing something wrong?