1

Topic: Slackware and help needed to start php and mysql!

Bah, so got slackware installed, full install.
Set the httpd.conf file to the right perameters. I have mod_php, mod_sql. Added the "AddType application/x-httpd-php .php" to my httpd.conf file. Now, Im not sure if I have to do this, but when I type this command in terminal "$ php start". I get this: "Content-type: text/html
X-Powred-By: PHP/4.3.1

PHP Fatal error: Unkown(): Unable to start Unkown on line 0"

What does this mean?

Do, or do not.

2

Re: Slackware and help needed to start php and mysql!

probably file not found. check your httpd.conf again. here slack 9.1:

nobody@slack:/var/www/htdocs/test: php start
Status: 404
Content-type: text/html
X-Powered-By: PHP/4.3.3
No input file specified.

3

Re: Slackware and help needed to start php and mysql!

zc923 wrote:

Bah, so got slackware installed, full install.
Set the httpd.conf file to the right perameters. I have mod_php, mod_sql. Added the "AddType application/x-httpd-php .php" to my httpd.conf file. Now, Im not sure if I have to do this, but when I type this command in terminal "$ php start". I get this: "Content-type: text/html
X-Powred-By: PHP/4.3.1

PHP Fatal error: Unkown(): Unable to start Unkown on line 0"

What does this mean?

Well.. for starters.. im thinkin it has to do with your adding that line.. if you do a find of the httpd.conf for php.. down almost to the bottom you will see a commented out include for the mod_php.conf i think it is.. cant remember EXACTLY.. but look into that.. (unless your problem is allready solved)

i use slackware religiously... and never had a problem with php or apache on it. (And yea.. i format alot)  :-x

4

Re: Slackware and help needed to start php and mysql!

me wrote:

probably file not found. check your httpd.conf again. here slack 9.1:

nobody@slack:/var/www/htdocs/test: php start
Status: 404
Content-type: text/html
X-Powered-By: PHP/4.3.3
No input file specified.


Thats what Im getting when I run "php start". Help needed. Let me start with php first, then go to mysql...
The faster the better, Im  impatcient.

Do, or do not.