![]() |
how to install letodms in linux - 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: how to install letodms in linux (/showthread.php?tid=462) |
how to install letodms in linux - sappu - 03-14-2012 hello every one, iam trying to install letodms in my centos. i run in browser but i error Warning Zend Framework : Not found => Install Zend Framework, if you intend to use the full text search engine also what to enter in following field Server settings Root directory:/var/www/html/letodms Http Root: /letodms Content directory: Directory for full text index: Directory for partial uploads: Core letoDMS directory: Lucene LetoDMS directory: Database settings ADOdb Path: Database Type: Server name: Database: Username: Password: i searched for installing but still facing issue.pls guide me proper insalling of letodms.. i restart the httpd service and now it gives error Error Pear package : Log : Not found => Install Pear package 'Log' Warning Pear package : HTTP_WebDAV_Server : Not found => Install Pear package 'HTTP_WebDAV_Server', if you intend to use the webdav interface Warning Zend Framework : Not found => Install Zend Framework, if you intend to use the full text search engine Apache version: Apache/2.2.3 (CentOS) PHP version: 5.2.10 well i already installed these Log and HTTP.....and trying to insatll zendframework... any solution #pear install Log PHP Warning: Module 'imap' already loaded in Unknown on line 0 PHP Warning: Module 'mysql' already loaded in Unknown on line 0 pear/Log is already installed and is the same as the released version 1.12.7 install failed RE: how to install letodms in linux - steinm - 03-14-2012 (03-14-2012, 11:06 AM)sappu Wrote: hello every one, iam trying to install letodms in my centos. Those messages are all warnings and you should still be able to use letodms without fulltext search and webdav server. Try that first. I can't tell why Log isn't found. What is your php include path? Where is Log actually installed? Uwe RE: how to install letodms in linux - sappu - 03-15-2012 how should i check the LOG installed path RE: how to install letodms in linux - EricM - 03-16-2012 How about this: Code: $ pear config-get php_dir http://pear.php.net/manual/en/guide.users.commandline.config.php For my Kubuntu 11.10 machine, it's /usr/share/php, so Log.php is found in that path. Of course this would likely vary depending on your Linux distribution. If it turns out that the location of Log.php is not in your php include_path, maybe modify php.ini to set it. You would find php.ini in /etc/php5/apache2/php.ini or something similar. (03-15-2012, 05:18 PM)sappu Wrote: how should i check the LOG installed path RE: how to install letodms in linux - sappu - 03-16-2012 i unstall Log and installed again... my php.ini is in /etc/php.ini i given path in include_path = /usr/include/php/include/ but Log file is in /usr/share/pear/Log/ path can u explain which is correct path for pear and php to be included in php.ini #pear config-get php_dir PHP Warning: Module 'imap' already loaded in Unknown on line 0 PHP Warning: Module 'mysql' already loaded in Unknown on line 0 /usr/share/pear my php.ini is in /etc/php.ini in put path of include in include _path = /usr/include/php/include/ still Error and Warning is showing in browser.. what to do next RE: how to install letodms in linux - EricM - 03-16-2012 Sappu, can you confirm that you have a file "/usr/share/pear/Log.php"? If so, then the include_path must contain "/usr/share/pear/". In the php.ini that apache uses, try adding "/usr/share/pear" to include_path, and let us know what happens. How to know which php.ini apache uses? Maybe in your case it is /etc/php.ini. I'm not sure but perhaps php_info() would give that info. (03-16-2012, 10:18 AM)sappu Wrote: i unstall Log and installed again... RE: how to install letodms in linux - sappu - 03-19-2012 #pear config-get php_dir PHP Warning: Module 'imap' already loaded in Unknown on line 0 PHP Warning: Module 'mysql' already loaded in Unknown on line 0 /usr/share/pear yes iam having Log.php in same location i edited in php.ini and now it works ...thanks Ericm RE: how to install letodms in linux - sappu - 03-20-2012 in next step what should i enter in field Core letoDMS directory: Lucene LetoDMS directory: iam giving /var/www/html/letodms/ but its not taking..... Warning Zend Framework : Not found => Install Zend Framework, if you intend to use the full text search engine Error Core letoDMS directory : Not found => Current value : /var/www/html/letodms/ => Suggestion value : /var/www/html/letodms/ any solution. RE: how to install letodms in linux - sappu - 03-20-2012 removed Zend error sucessfully but Core error is still showing....any idea how to remove it RE: how to install letodms in linux - steinm - 03-20-2012 (03-20-2012, 12:06 PM)sappu Wrote: removed Zend error sucessfully but Core error is still showing....any idea how to remove it Is Core.php really in /var/www/html/letodms/ ? Uwe |