You are not logged in.

#1 2007-12-30 02:07:32

27182818284
Member
Registered: 2007-06-10
Posts: 16

PHP with no apachest

Hello,

I checked out the wiki for a basic lamp setup, but I'm trying to just install and have a working php alone and I've run into a problem.


I installed php alone with

pacman -S php

and I looked through the php.ini and such but I didn't see anything I missed.

Unfortunately, running

php -f test.php

produces no output at all. 

Any ideas of what I'm missing.

Last edited by 27182818284 (2007-12-30 02:09:06)

Offline

#2 2007-12-31 07:40:43

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: PHP with no apachest

Can you post the content of test.php?

Offline

#3 2007-12-31 21:21:54

remote
Member
Registered: 2007-12-28
Posts: 44

Re: PHP with no apachest

Not sure if it's the same issue I had trying to get php working with apache or not:
pacman -S libxml2
After that I was able to run httpd with LoadModule php5_module             modules/libphp5.so

Offline

Board footer

Powered by FluxBB