Hello ;

I'm working on a package that depends on the libzend-framework-php package. Since the ZF library is not in the PHP include_path (out of pkg installation), can I edit the /etc/php5/conf.d/zend-framework.ini file via my pkg postinst script to make it work without requiring the admin to edit that file manually? Ubuntu seem to follow the Debian policy draft for PHP packages but Debian do not.

To resume, Under Debian, after installing the zendframework package, the library is available without modifying anything because the files are installed under /usr/share/php/Zend. On ubuntu, the library is available under /usr/share/php/libzend-framework-php/Zend/. That for a specific/etc/php5/conf.d/zend-framework.ini file is provided to add it to the PHP include path.

BTW: I would recommend to make it workable after installation without requiring the admin to edit it. :D

Sorry for my English, I'm French.

--
____________________
Laurent Declercq
iHMS project manager

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss

Reply via email to