![]() |
Installation Ubuntu 12.04 - Zendframework - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9) +--- Thread: Installation Ubuntu 12.04 - Zendframework (/showthread.php?tid=555) |
Installation Ubuntu 12.04 - Zendframework - dcouot - 09-11-2012 Hi, Starting with Ubuntu 12.04, zendframework has been renamed zend-framwork. Being install either as an Ubuntu apt install or manual install, the problem is the same. Dont ask me why, but evidently, letoDMS does not see the zend-framework when searching for zendframework. Any idea how to fix that one? Thanks RE: Installation Ubuntu 12.04 - Zendframework - steinm - 09-11-2012 (09-11-2012, 09:22 PM)dcouot Wrote: Hi, The path to the zend-framework is /usr/share/php/libzend-framework-php If you add this to your php include path, Zend should be found again. Uwe RE: Installation Ubuntu 12.04 - Zendframework - dcouot - 09-11-2012 (09-11-2012, 09:28 PM)steinm Wrote:(09-11-2012, 09:22 PM)dcouot Wrote: Hi, That did it. Thanks a lot. |