> separate apache on a separate port I could cope. I notice from the dpkg > listing of my 1.2.6 install that there are files under: - > /etc/squirrelmail/ > /usr/share/squirrelmail/ > /usr/share/doc/squirrelmail/ > > which clearly would need changing eg to /etc/squirrelmail144/..., or under > a subroot such as /usr/squirrelmail144/etc/squirrelmail/... Any > suggestions welcome.
Ugh, gods, no. Create /usr/local if you haven't already. Use cvs to grab the version you want to /usr/local/squirrelmail. (CVS instructions at http://www.squirrelmail.org/download.php) Edit your apache config to add something like the following: Alias /stable /usr/local/squirrelmail/ Then apachectl configtest, if you get an OK, apachectl graceful, and you're done. Doing what you want to do with a debian package is going to make your life a LOT harder than you need it to be. You can get to your newly installed version of squirrelmail at http://whateveryourdomainis/stable. Don't forget to configure squirrelmail. cd /usr/local/squirrelmail/config; ./conf.pl -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
