Author Topic: Install Howto php 7.2 interbase?  (Read 9716 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Install Howto php 7.2 interbase?
« on: January 20, 2020, 03:03:03 PM »
Install Howto php 7.2 interbase CWP?

Offline
*****
Re: Install Howto php 7.2 interbase?
« Reply #1 on: January 21, 2020, 07:24:32 AM »
Hi, what exactly problem do you have?
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Install Howto php 7.2 interbase?
« Reply #2 on: January 21, 2020, 03:33:53 PM »
Hi, so there is no such item

https://prnt.sc/qqtyol

Offline
*
Re: Install Howto php 7.2 interbase?
« Reply #3 on: January 21, 2020, 05:15:40 PM »
I understand correctly, you need to add a section to:

/usr/local/cwpsrv/htdocs/resources/conf/php_switcher

and find the .ini file that correspond with the php version you want to install, in this example will be 7.2.ini


[pdo-firebird]
default=0
option="--with-pdo-firebird"
info-file=pdo-firebird.txt
« Last Edit: January 21, 2020, 05:17:53 PM by sattva »

Offline
*
Re: Install Howto php 7.2 interbase?
« Reply #4 on: January 21, 2020, 07:34:16 PM »
checking for Firebird support... no
checking for Firebird support for PDO... yes
checking for fb_config... no
checking for isc_detach_database in -lfbclient... no
checking for isc_detach_database in -lgds... no
checking for isc_detach_database in -lib_util... no
configure: error: libfbclient, libgds or libib_util not found! Check config.log for more information.
« Last Edit: January 21, 2020, 07:37:52 PM by sattva »

Offline
*
Re: Install Howto php 7.2 interbase?
« Reply #5 on: January 22, 2020, 09:02:08 AM »
help me

Offline
*
Re: Install Howto php 7.2 interbase?
« Reply #6 on: January 22, 2020, 09:43:08 AM »
We managed to solve the problem by installing it on a local server firebird. And recompile everything again with the parameter --with-pdo-firebird. And in php.ini uncomment extension = pdo_firebird. Reboot.

Offline
*
Re: Install Howto php 7.2 interbase?
« Reply #7 on: July 19, 2021, 03:41:09 PM »
Hi, I need some help to install firebird and interbase in centos, could anyone help me?