2 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Two versions on same host...
FromSent OnAttachments
Allan DukatAug 15, 2008 7:39 am 
Sam VarshavchikAug 15, 2008 3:21 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:[sqwebmail] Two versions on same host Was: (no subject)Actions...
From:Allan Dukat (sqwe@dukat.dk)
Date:Aug 15, 2008 7:39:01 am
List:net.sourceforge.lists.courier-sqwebmail

On Thu, 14 Aug 2008, Sam Varshavchik wrote:

Allan Dukat writes:

Hi all

For the time being, I do not have a spare computer for developing purpurse, so I would like to install version 5.2.2 of SqWebMail in parallel whith my production version, 5.2.0, on my production server.

SqWebMail version, 5.2.0 is compiled whith this configure command:

./configure \ --without-gzip \ --enable-https \ --enable-hardtimeout=36000 \ --enable-softtimeout=7200 \ --enable-cgibindir=/usr/local/apache2/cgi-bin \ --enable-imagedir=/usr/local/apache2/icons \ --enable-imageurl=/icons \ --enable-mimetypes=/usr/local/apache2/conf/mime.types \ --with-ispell=/usr/bin/aspell \ --disable-autorenamesent

Which options du I have to change, and which do I need to add, in order to be able to test SqWebMail version 5.2.2, without any disturbance of my customers use of version 5.2.0, if possible.

I am looking forward to your answer. Thanks in advance.

You need to add a new --prefix option, and provide different --enable-cgibindir, --enable-imagedir, and --enable-imageurl=/icons options.

--enable-cgibindir isn't strictly necessary, all that does is set where 'make install' puts the cgi-bin stub. You can, alternative, rename your existing binary in cgi-bin, and let your new build install its own sqwebmail binary into cgi-bin, that's a valid alternative.

The other two options are related, and must be set accordingly.

Thank you for that answer, but on the login pages in /usr/lib/sqwebmail/share/sqwebmail/html/* I have added a link to server information.

I think it will it be overwritten during installation, and I can not find any configure option to change that location, so more help will be appreciated.

Thanks in advance.