Hi Paul,

I just wanted to say that I finally upgraded my PHP to 4.1.0 and it worked!
I have no problem downloading attachments now with
Squirrelmail-20030616_0041-CVS.stable version.  I upgrade to PHP4.1.0 from
4.0.5 by using the source files of  PHP-4.1.0.  I've copied all of the
procedures that I went through in order to install PHP4.1.0 with
Apache-1.3.12.  I hope that others will find this helpful.

Thanks to all you guys for your help.

cd apache_1.3.12
./configure --prefix=/usr/local/apache \
--enable-suexec \
--suexec-caller=webuser \
--suexec-userdir=public_html \
--suexec-uidmin=100 \
--suexec-gidmin=100 \
--suexec-safepath="usr/local/bin:/usr/bin:/bin"

cd ../php-4.10

./configure --with-mysql=/usr/local/mysql \
--with-xml \
--with-apache=../apache_1.3.12 \
--enable-track-vars

make

[EMAIL PROTECTED] php-4.1.0]# cp php.ini-dist /usr/local/lib/php.ini

[EMAIL PROTECTED] php-4.1.0]# cd ../apache_1.3.12
[EMAIL PROTECTED] apache_1.3.12]#

[EMAIL PROTECTED] php-4.1.0]# cp php.ini-dist /usr/local/lib/php.ini
cp: overwrite `/usr/local/lib/php.ini'? y
[EMAIL PROTECTED] php-4.1.0]#
[EMAIL PROTECTED] php-4.1.0]# cd ../apache_1.3.12
[EMAIL PROTECTED] apache_1.3.12]# ./configure \
 --activate-module=src/modules/php4/libphp4.a \
 --enable-module=php4 \
 --prefix=/usr/local/apache \
 --enable-suexec \
 --suexec-caller=webuser \
 --suexec-userdir=public_html \
 --suexec-uidmin=100 \
 --suexec-gidmin=100 \
 --suexec-safepath="usr/local/bin:/usr/bin:/bin"
[EMAIL PROTECTED] apache_1.3.12]# make

[EMAIL PROTECTED] apache_1.3.12]# make install

Uncomment the following lines in the httpd.conf file:

AddType application/x-httpd-php .php</p>
AddType application/x-httpd-php-source .phps </p>


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, June 19, 2003 2:11 AM
Subject: Re: [SM-USERS] problem with attachments.


> > Redhat Linux 6.2
> > PHP 4.0.5
> > squirrelmail-20030616_0041-CVS.stable
>
> Minimum required for SM 1.4 is PHP4.0.6.  If you're lucky, you might
> squeeze by, but I'd strongly recommend that you upgrade to at least the
> 4.1 branch.
>
>   - Paul
>



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to