On Sunday 23 September 2012 04:09:32 Karl Sackett wrote:
> On Sat, Sep 22, 2012 at 7:10 PM, Diederik de Haas <didi.deb...@cknow.org> 
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.

The owncloud package depends on php5, which depends on libapache2-mod-php5 (or 
libapache2-mod-php5filter or php5-cgi or php5-fpm), so it should've worked.
Below you'll find the list of php/apache packages installed on my freshly 
installed testing system and comparing it to your output might reveal why 
libapache2-mod-php5 wasn't automatically installed.

$ aptitude -F "%c%M %p %v" search '~i(php|apache)'
iA apache2                                               2.2.22-11     
iA apache2-mpm-prefork                            2.2.22-11     
iA apache2-utils                                        2.2.22-11     
iA apache2.2-bin                                       2.2.22-11     
iA apache2.2-common                               2.2.22-11     
iA libapache2-mod-php5                             5.4.4-7       
iA libphp-phpmailer                                    5.1-1         
iA php-crypt-blowfish                                  1.1.0~RC2-1   
iA php-getid3                                             1.9.3-1       
iA php-mdb2                                              2.5.0b3-2     
iA php-mdb2-schema                                  0.8.5-1       
iA php-pear                                                5.4.4-7       
iA php-sabredav                                         1.6.2-3       
iA php-xml-dtd                                            0.5.2+dfsg1-1 
iA php-xml-parser                                       1.3.4-6       
iA php-xml-serializer                                    0.20.2-2      
iA php5                                                      5.4.4-7       
iA php5-cli                                                  5.4.4-7       
iA php5-common                                         5.4.4-7       
iA php5-curl                                                5.4.4-7       
iA php5-gd                                                  5.4.4-7       
iA php5-sqlite                                              5.4.4-7       

> Thanks for your help.

You're welcome.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to