Home > fun to enjoy > Installed and configured the LAMP environment

Installed and configured the LAMP environment

I just installed and configured LAMP environment. The first thing always important is do the search first!!!

here is the most simple way to do it, just check this web page out:

http://tuxtweaks.com/2010/04/installing-lamp-on-ubuntu-10-04-lucid-lynx/

it works on my ubuntu 10.10 as well.

after that, I suffer the problem that phpmyadmin do get installed, but in the browsers I entered :

http://localhost/phpmyadmin/

Nothing be found. so I keep on searching, there always is some one on line has the answer. just do

sudo ln -s /usr/share/phpmyadmin /var/www

it works, this is posted by betrion (http://ubuntuforums.org/member.php?u=383376).

phpadmin does working, then there is an other problem, in the phpmyadmin, it shows: Cannot load mcrypt extension. Please check your PHP configuration.

it is easy to be solved, just re-install the php5-mcrypt and restart apache, it will work.

That’s it, enjoy. Than you for all the person appears in this post.

Categories: fun to enjoy
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment