On Sat, Sep 22, 2012 at 09:09:32PM -0500, Karl Sackett wrote: > On Sat, Sep 22, 2012 at 7:10 PM, Diederik de Haas <[email protected]> > wrote: > > When you then request http://<server>/test.php and you only see a heading > > with > > "PHP Info" then that means the appropriate php module isn't installed or > > loaded. > > "aptitude search ~ilibapache" should at least return "libapache2-mod-php5" > > and > > "ls -l /etc/apache2/mods-enabled/ | grep php" should return "../mods- > > available/php5.conf" and "../mods-available/php5.load". > > I found the problem: the owncloud package doesn't depend on > libapache2-mod-php5, so it wasn't automatically installed when I > installed owncloud itself. After I manually installed libapache2-mod-php5 > everything started working. So adding that dependency to the owncloud > package should fix the bug, I think.
That is odd. owncloud depends on php5, and php5 depends on various types of setting up PHP5 support. libapache2-mod-php4 cannot be added as a depend as for example apache2-mpm-worker does not work with it and needs php5-cgi/cli instead. Cheers, Paul -- Using the Power of Debian GNU/Linux | E-mail: [email protected] Jabber/GTalk: [email protected] | GnuPG key ID: 0x50064181 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

