I'm running Bitnami on my free tier amazon
bitnami-lampstack-3.0.6-0-linux-ubuntu-10.04-ebs (ami-aa8cf5f8)
Description: BitNami Lampstack 3.0.6-0 EBS AMI
Status: available
Platform: Ubuntu
Image size: 10 GB
Visibility: Public
Anyway I'm trying to install a web console that will allow me to administer it, you know add new virtual hosts to apache, add new users to unix, administer the database etc. I decided on webmin.
Ran the install for webmin and it setup fine, however, it does not read the fact that apache, php, mysql etc are installed.
That's because the path it looks for them is wrong - bitnami does this thing where every file is installed in the /opt/bitnami folder. So I went and changed all the settings in the apache module config. Webmin gives this error
The Apache server executable /opt/bitnami/apache2/bin/httpd does not exist.
The thing is, that the file there does exist. But I try running it through SSH i get this error:
error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory
Okay.. so what I'm thinking is maybe i'm linking it to the wrong file, after all the default file is for webmin config is /usr/sbin/apache2. Does anyone have an idea of what needs to be done to rectify this?
Perhaps someone who has tried such a thing on bitnami before?
Thanks