Linux Install Linux Install
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Linux Install

Started by Kreuger, September 14, 2005, 10:06:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kreuger

Hey I downloaded the cpg1.3.4 and copied it to my /var/www file. I opened up synaptic and installed php4 plus a few other things but when I tried to run install.php it just asks me to open it with a text editor. I read that if it does this then php isnt installed. Please help.

bit of info:

OS: Debian Sarge 3.1
Kernel: 2.6.8
PHP: 4.3.10-16
CPG: 1.3.4

kegobeer

Please use Google to find server setup instructions.  None of us are experts in setting up servers.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Kreuger

I dont suppose that's really an issue with servers but rather something with my computer and PHP not being recognized

kegobeer

You can't just install php - you have to run a webserver (like Apache) that will parse PHP and output the HTML to your browser.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

alanselbyjr

what distro of linux are you running? good chances you have apache and php on your machine already.
open bash, superuser, then type httpd to start apache. to check its working, open konqueror, type localhost in your address bar, press enter and let us know what you see then. If its a 404, you've got a hill to climb, if it says welcome to apache on localhost etc. you're on ez street.