Web Hosting Talk







View Full Version : Tutorial install PHP404pl1


plushosting
03-14-2001, 09:32 AM
Hi,

can anyone tell me how to install PHP404pl1 or tell me where I can find a good tutorial for doing so.

Thx

Johan
Plushosting BV

JapAniManga.ch
03-14-2001, 11:26 AM
Hi,

the best is when you install on your Machine WEBMIN (www.webmin.com) and with this Control Panel you can install very easy Programms (*.rpm, this are Packages - to find them go to the Linux-Distrubution what you have on your Machine or go to RMPfind.net) ! You can also make many other things with WebMin.
I have it on My Linux-Server (RedHatv7) and I'm a Linux-Beginner and installed with WebMin now many Programms (PHP, MySQL, Majordomo, Pyton, etc.) like a Profi :-)

I hope this helps you a littlebit.

HotChilli
03-14-2001, 01:02 PM
Hey,

I installed php4 the other day by following this tutorial:

http://marc.theaimsgroup.com/?l=cobalt-users&m=98033251130829&w=2

Please make sure you download the latest PHP4 version. So instead of this line:

wget http://php.net/distributions/php-4.0.4.tar.gz

Put in this line:

wget http://php.net/distributions/php-4.0.4pl1.tar.gz

adad
03-14-2001, 08:57 PM
Originally posted by AnimeHosting.net
Hi,

the best is when you install on your Machine WEBMIN (www.webmin.com) and with this Control Panel you can install very easy Programms (*.rpm, this are Packages - to find them go to the Linux-Distrubution what you have on your Machine or go to RMPfind.net) ! You can also make many other things with WebMin.
I have it on My Linux-Server (RedHatv7) and I'm a Linux-Beginner and installed with WebMin now many Programms (PHP, MySQL, Majordomo, Pyton, etc.) like a Profi :-)

I hope this helps you a littlebit.


I believe webmin is incompatible with cobalt's RaQ GUI. Am I wrong or did I miss something?

Daniel

cperciva
03-14-2001, 09:19 PM
cd /usr/ports/lang/php4
make install

;)

HotChilli
03-15-2001, 01:57 PM
as far as I know, Webmin is incompatible with Raqs.

Starhost
03-15-2001, 02:23 PM
login as root.

type the folowing in the command line:


wget urltolatestphprelease
tar zxvf nameofpackage
cd nameofpackage (without .tar.gz)

./configure --with-mysql --with-apxs --with-ftp --enable-force-cgi-redirect
make
make install

/etc/rc.d/init.d/httpd restart

That's it! Isn't it easy!