TestLink 1.7 installation with PostGres 8

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
venakta_test
TestLink user
Posts: 1
Joined: Thu Jul 03, 2008 8:45 pm

TestLink 1.7 installation with PostGres 8

Post by venakta_test »

Checking PHP DB extensions Warning!: Your PHP installation don't have the postgres extension pgsql- without it is IMPOSSIBLE to use Testlink.Failed!

Getting the above error when I configre TestLink with IIS. Modified extensions in php.ini but so far unsuccessful. Interestingly same php.ini works for MySql. Any clues!
davila
Advanced user
Posts: 28
Joined: Tue May 16, 2006 3:11 pm

Post by davila »

We had to do more than modify the php.ini when trying to connect TL and Jira w/ MSSQL. The php.ini file was correct, but the MSSQL package was not available and has been corrected which solved our problem.

$ rpm -qa | grep sql
mono-data-sqlite-1.1.17.1-4.fc6
sqlite-3.3.6-2
php-mysql-5.1.6-3.7.fc6
php-mssql-5.1.6-4.fc6
python-sqlite-1.1.7-1.2.1
sqlite-devel-3.3.6-2
postgresql-libs-8.1.10-1.fc6
hsqldb-1.8.0.7-2jpp.1
mysql-5.0.27-1.fc6
mysql-server-5.0.27-1.fc6
$
Post Reply