SOLVED
Good Morning,
I did everything as listed above. Clean installation w/o and errors but... but there are 'silent' errors apparently.
The installation script did install all services but Apache2 for some reason is dead on my end.
When I did this:
Quote:10. Activate php mcrypt extension for ubuntu hardy
# sudo touch /etc/php5/conf.d/mcrypt.ini
# sudo echo "extension=mcrypt.so" > /etc/php5/conf.d/mcrypt.ini
# sudo chmod 644 /etc/php5/conf.d/mcrypt.ini
# sudo cp /etc/php5/conf.d/mcrypt.ini /etc/php5/cgi/conf.d/
# sudo /etc/init.d/apache2 restart
I got a response:
Quote:kesek@mail:/etc/apache2$ sudo /etc/init.d/apache2 restart
sudo: /etc/init.d/apache2: command not found
The funny thing is, at first it complained that it can't find apache2.conf so, I did touch apache2.conf (an empty file but it stopped complaining). Then the error above happened.
Any ideas how to get this up and running properly?
Thank you!