[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Install php 4 on raq 3
- Subject: Re: [cobalt-users] Install php 4 on raq 3
- From: "Ross Bemrose" <powerlord@xxxxxxxxxxx>
- Date: Wed Nov 7 20:58:34 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I almost asked that same question, until I noticed that the packages on
pkg.nl.cobalt.com were for RaQ 4 machines only.
----- Original Message -----
From: "Jonathan Slivko" <js43064n@xxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, November 07, 2001 11:19 PM
Subject: Re: [cobalt-users] Install php 4 on raq 3
> Why do a source install when you can get the package off of
> http://pkg.nl.cobalt.com? It's a quick and painless way to install
> many of the more common web apps. -- Jonathan
>
> -----------------------------------------------------
> Jonathan Slivko - Voyager Internet - www.voyageri.net
> Web Hosting - Web Design - Dedicated Services
> js43064n@xxxxxxxx - Phone: (877) 211-7842
>
>
>
>
> ---------- Original Message ----------------------------------
> From: "Dave Thomas" <yankeehater2@xxxxxxxxxxx>
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
> Date: Wed, 07 Nov 2001 16:56:33 -0800
>
> >Hello, I just want to confirm settup of php 4 on raq 3
> >
> >so I don't crush my system or pull my hair ;)
> >
> >I ftp to get the tarball
> >and untar
> >
> >cd php-4.0.3pl1
> >./configure --with-mysql --with-apxs (And others)
> >make
> >make install
> >
> >vi php.ini-dist
> >sendmail_path = /usr/sbin/sendmail -t -i
> >
> >cp php.ini-dist /usr/local/lib/php.ini
> >
> >cd /etc/httpd/conf
> >pico srm.conf
> >## add to srm.conf:
> >DirectoryIndex index.html index.htm index.shtml home.html
> home.htm index.php
> >
> >AddType application/x-httpd-php .phtml
> >AddType application/x-httpd-php .php3
> >AddType application/x-httpd-php .php
> >AddType application/x-httpd-php-source .phps
> >## save file
> >
> >pico httpd.conf
> >## change the php4 LoadModule, thats allready added to httpd.conf:
> >LoadModule php4_module /usr/lib/apache/libphp4.so
> >## save file
> >
> >/etc/rc.d/init.d/httpd restart
> >
> >Did I miss anything?
> >
> >Thanks :)
> >
> >
> >
> >_________________________________________________________________
> >Get your FREE download of MSN Explorer at
> http://explorer.msn.com/intl.asp
> >
> >_______________________________________________
> >cobalt-users mailing list
> >cobalt-users@xxxxxxxxxxxxxxx
> >To Subscribe or Unsubscribe, please go to:
> >http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
>
>
> ___________________________________________________________________
> ___
> Sent via the Pace University Mail system at stmail.pace.edu
>
>
>
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>