Question : How install dependencies for GForge Community Edition and GForge Advanced Server?
-=# GForge Dependencies Checker #=- Checking PHP version... Ok (5.1.6) Checking... cvs /usr/bin/cvs Checking... psql which: no psql in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) Not Found Checking... svn /usr/local/bin/svn Checking... ssh /usr/bin/ssh Checking... wget which: no wget in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) Not Found Checking... pdftotext which: no pdftotext in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) Not Found Checking... wvText which: no wvText in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) Not Found Checking... apache /etc/init.d/httpd Checking PHP support for... PostgreSQL Not Found Checking PHP support for... GD Not Found Checking PHP support for... LDAP Not Found Checking PHP support for... MultiByte Not Found Checking classes... DOMDocument Not Found The following dependencies were not found: psql, wget, pdftotext, wvText, PHP PostgreSQL, PHP GD, PHP LDAP, PHP MultiByte, PHP-Class DOMDocument
Answer : Please run below yum command on your CentOS/RHEL server
Prerequisites
a)How to Prepare Other Yum Repositories For RHEL/CentOS 5
b)How to Resolved Dependencies Related with wvText
Install the dependencies using yum command :
[root@server ~]# yum install -y php* postgresql-server postgresql svn wget poppler-utils wv php-pgsql php-gd php-ldap php-xml php-mbstring