On Tue, Mar 23, 2010 at 5:18 PM, Ionut Biru wrote:
> On 03/23/2010 11:12 PM, Carlos Mennens wrote:
>> Any suggestions?
>
> yes. read the wiki about LAMP. installing packages is not enough. you have
> to tell apache to use php and is described on the wiki.
That's a hefty article on the wiki :) I t
On 03/23/2010 11:12 PM, Carlos Mennens wrote:
I today installed Apache on my Arch Linux server. I did the following:
# pacman -S php apache php-apache mcrypt pcre
Then I edited the /etc/php/php.ini file& un-commented the following:
[...]
extension=mcrypt.so
extension=mysql.so
extension=mysqli
On Tue, Mar 23, 2010 at 6:12 PM, Carlos Mennens wrote:
> Any suggestions?
>
Read this wiki entry: http://wiki.archlinux.org/index.php/LAMP
It should get you to a working apache + php.
--
Guilherme M. Nogueira
"Any sufficiently advanced technology is indistinguishable from magic."
- Arthur C.
I today installed Apache on my Arch Linux server. I did the following:
# pacman -S php apache php-apache mcrypt pcre
Then I edited the /etc/php/php.ini file & un-commented the following:
[...]
extension=mcrypt.so
extension=mysql.so
extension=mysqli.so
;extension=odbc.so
;extension=openssl.so
;ex
4 matches
Mail list logo