It seems that your include_path is wrong, as Horde resides in: /usr/share/php/Horde/Autoloader/Default.php
Doesn't seem to be php5 fault as /usr/share/php is missing from your include_path and the default include_path is: include_path = ".:/usr/share/php" Cheers, -- Ondřej Surý <[email protected]> Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server On Thu, Mar 10, 2016, at 00:34, Ivan Sergio Borgonovo wrote: > Package: php5 > Version: 5.6.19+dfsg-1 > > After upgrade from 5.6.18+dfsg-1 I get: > > FastCGI: server "/usr/lib/cgi-bin/php5-fcgi" stderr: PHP message: PHP > Fatal error: require_once(): Failed opening required > 'Horde/Autoloader/Default.php' > (include_path='/usr/share/horde/lib:.::/usr/share/pear') in > /usr/share/horde/lib/core.php on line 49 > > packages potentially involved are: > php5-fpm > php5-common > php5-cli > > I haven't been able to track down which package is actually the culprit. > Gut feeling would point to php5-fpm > > > thanks > > > -- > Ivan Sergio Borgonovo > http://www.webthatworks.it > > _______________________________________________ > pkg-php-maint mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint

