Results 1 to 2 of 2
Hi,
I want to learn php,mysql on Apache.To install them all together I used:
# apt-get install phpmyadmin php5-gd php5-mcrypt php-pear mysql-server
It worked to install.
The only configuration of ...
- 08-05-2007 #1
LAMP server INSTALL problem
Hi,
I want to learn php,mysql on Apache.To install them all together I used:
# apt-get install phpmyadmin php5-gd php5-mcrypt php-pear mysql-server
It worked to install.
The only configuration of files that I did was to
#nano /etc/php5/apache2/php.ini
I searched for mysql by hitting ctrl+w. Then I uncommented
;extension=mysql.so
;extension=gd.so
I delete the semicolons and saved it.
then I tried :
debian:~# /etc/init.d/apache2 force-reload
It shows:
Forcing reload of web server (apache2)...grep: /etc/apache2/mods-enabled/auth_m ysql.load: No such file or directory
grep: /etc/apache2/mods-enabled/userdir.conf: No such file or directory
grep: /etc/apache2/mods-enabled/userdir.load: No such file or directory
apache2: Syntax error on line 185 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/mods-enabled/auth_mysql.load: No such file or d irectory
failed!
What is the problem guys?
If some one knows other process for debian etch,please help me.Please also tell me how to delete them all so that I can start from the beginning.
- 08-05-2007 #2
Hi
I found the following tutorial helpful when setting up my lamp server.
How To Set Up A Ubuntu/Debian LAMP Server | HowtoForge - Linux Howtos and Tutorials


Reply With Quote
