Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! mlhazan's Avatar
    Join Date
    Jul 2007
    Posts
    53

    Unhappy 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.

  2. #2
    Just Joined! minigeek's Avatar
    Join Date
    Sep 2005
    Location
    New Zealand
    Posts
    31
    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •