Results 1 to 7 of 7
  1. #1
    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

  2. #2
    Join Date
    Feb 2001
    Location
    Switzerland
    Posts
    124

    Wink

    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.
    **** Greetings from Switzerland:: Marco ****
    *** little Info: I'm from a NonEnglish-Country so hope you understand what I mean ***

  3. #3
    Join Date
    Mar 2001
    Location
    UK
    Posts
    43
    Hey,

    I installed php4 the other day by following this tutorial:

    http://marc.theaimsgroup.com/?l=coba...3251130829&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

  4. #4
    Join Date
    Jan 2001
    Location
    Berlin, Germany
    Posts
    73
    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

  5. #5
    cd /usr/ports/lang/php4
    make install


  6. #6
    Join Date
    Mar 2001
    Location
    UK
    Posts
    43
    as far as I know, Webmin is incompatible with Raqs.

  7. #7
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •