Solved.
I could fix it the next way:

1.- Get Last stable release of
squirrelmail
wget
http://squirrelmail.org/countdl.php?fileurl=http%3A%2F%2Fprdownloads.sourceforge.net%2Fsquirrelmail%2Fsquirrelmail-1.4.20.tar.gz

2.- untar it and re-tar it with appropiate name
tar -zxvf
squirrelmail-1.4.20.tar.gz
mv squirrelmail-1.4.20 squirrelmail
tar czf
squirrelmail.tar.gz squirrelmail

3.- backup previous installation
tar czf
etc.squirrelmail.tar.gz /etc/squirrelmail
tar czf usr.share.squirrelmail.tar.gz
/usr/share/squirrelmail

4.- replace squirrelmail for new version
cd
/usr/share
tar czf ../path to squirrelmail new version/squirrelmail.tar.gz

5.-
re apply necessary patches.

6.- be happy!!




_______________________
            andrés
chandía




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to