Re: [Re: [newbie] How do I install php-3_0_9_tar.tar]

1999-09-20 Thread Richard Adams
On Mon, 20 Sep 1999, you wrote: Richard Adams wrote: The above is correct, however just tellig someone to untar the file without telling him or even warn him what he is doing is going a little to far. tar files can will and have done damage to my system when i was a green newbie

Re: [Re: [newbie] How do I install php-3_0_9_tar.tar]

1999-09-19 Thread Michael Scottaline
"Eric L. Damron" [EMAIL PROTECTED] wrote: Thanks for the info Brett. And BTW I am a newbie to Linux and I have been RTFM almost constantly and I'm getting F*king tired of RTFM so if I can get a little information without RTFM, I certainly will. So, If anyone out there can tell me how to

Re: [Re: [newbie] How do I install php-3_0_9_tar.tar]

1999-09-19 Thread Richard Adams
On Sun, 19 Sep 1999, you wrote: "Eric L. Damron" [EMAIL PROTECTED] wrote: Thanks for the info Brett. And BTW I am a newbie to Linux and I have been RTFM almost constantly and I'm getting F*king tired of RTFM so if I can get a little information without RTFM, I certainly will. So,

RE: [newbie] How do I install php-3_0_9_tar.tar

1999-09-19 Thread Ken Wilson
: Re: [newbie] How do I install php-3_0_9_tar.tar Thanks for the info Brett. And BTW I am a newbie to Linux and I have been RTFM almost constantly and I'm getting F*king tired of RTFM so if I can get a little information without RTFM, I certainly will. So, If anyone out there can tell me

Re: [newbie] How do I install php-3_0_9_tar.tar

1999-09-19 Thread Brett Jones
tar.gz is a tared gzipped file as is tgz. the command to uncompress and extract the files is: tar xzvf some-tar-gzipfile.tar.gz tar: it is the basic command x: tells it to extract the files z: tells it the file is gzipped and it needs to gunzip it v: tells it to be verbose f: tells it to use

Re: [newbie] How do I install php-3_0_9_tar.tar

1999-09-19 Thread Dan Brown
Brett Jones wrote: apache+mod_ssl+php. I remember a failure when building one of the packages using this guide, but it was an easy fix. I you run into it drop me a line. I'm having trouble with this one--I finally got mod_ssl working, but PHP still isn't. I'd appreciate any info you

Re: [newbie] How do I install php-3_0_9_tar.tar

1999-09-19 Thread Eric L. Damron
a ton of projects and am feeling very overwhelmed right now. Thanks for all of your help. It is appreciated! -Original Message- From: Brett Jones [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Sunday, September 19, 1999 11:14 AM Subject: Re: [newbie] How do I install php

Re: [newbie] How do I install php-3_0_9_tar.tar

1999-09-19 Thread Brett Jones
Look in the httpd.conf file and see if the php3 modules have been added to the loadmodule list. Make sure all the needed changes (as per the how-to) have been made to this file. Some examples: AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps The above lines

Re: [Re: [newbie] How do I install php-3_0_9_tar.tar]

1999-09-19 Thread Bob Jackson
Richard Adams wrote: The above is correct, however just tellig someone to untar the file without telling him or even warn him what he is doing is going a little to far. tar files can will and have done damage to my system when i was a green newbie many moons ago. I _still_ do the

Re: [newbie] How do I install php-3_0_9_tar.tar

1999-09-18 Thread Brett Jones
Downloaded it with winblows? It should be php-3.0.9.tar.gz. You should go download the newest tar file "3.0.12" from php.net, and while your there RTFM. Note: It may be installed on your sys already. Run "rpm -q php" In the future go to a real software database site (freshmeat.net), that has

Re: [newbie] How do I install php-3_0_9_tar.tar

1999-09-18 Thread Eric L. Damron
don't have to RTFM I would appreciate it! Thanks. -Original Message- From: Brett Jones [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Saturday, September 18, 1999 7:21 PM Subject: Re: [newbie] How do I install php-3_0_9_tar.tar Downloaded it with winblows? It should be php-3.

Re: [newbie] How do I install php-3_0_9_tar.tar

1999-09-18 Thread Dan Brown
"Eric L. Damron" wrote: So, If anyone out there can tell me how to install a "tar.gz" file so that I don't have to RTFM I would appreciate it! The problem is that there is no answer to "how to install a .tar.gz file", because such a file could contain just about anything. In the case