To answer on topic, Sagir bro has installed LAMP server (lamp-server). Everything looks okay, to activate phpmyadmin, first install phpmyadmin package:
sudo apt-get install phpmyadmin I think he has done that already. Now you need to copy the apache.conf file from the phpmyadmin directory to apache's conf.d directory. Do this: sudo cp /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf Now restart apache: sudo /etc/init.d/apache2 restart Thats what always worked for me. Give it a try and let us know :) 2011/5/18 Shabab Mustafa <[email protected]> > আপনি প্রথমে ডাউনলোড করে প্যাকেজ রাখলেন আপনার নিজের হোম ডিরেক্টরিতে। sudo -i > দিয়ে যখন রুট এক্সেস নিচ্ছেন সেটার ওয়ার্কিং ডিরেক্টরি /home/<user>/ এর বদলে > /root/ হয়ে যাচ্ছে। সেখানে আপনি tar.gz প্যাকেজটা পাচ্ছেন কি করে? > > --- > Shabab Mustafa > Liaison Person > Ubuntu Bangladesh > https://wiki.ubuntu.com/Shabab > -- > Ubuntu Bangladesh > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd > -- *Abu Ashraf Masnun* Grad Student, BBA, Khulna University. http://masnun.com -- Ubuntu Bangladesh https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
