I'm running VPS with VestaCP (CentOS) and I had previously installed InterBase for PHP 7.0.30, but after an yum-update
and v-update-sys-vesta-all
interbase was no longer running.
Here is what I've got so far:
- Okay soo with new update the new PHP 7.1.17 version was installed. Allright, but the interbase module is not running with it.
- And first thing I did was
yum --enablerepo=remi install php71-php-interbase
to install interbase for this new PHP version. - Tried to restart but still getting missing InterBase error if I try to use
ibase_connect()
function - therefor InterBase is still not properly installed.
I tried to follow PHP InterBase documentation on this, but I realized I have to compile it and add extra parameter on run, but the problem is that VestaCP uses different directories and libraries so I don't want to mess up my VPS.
Has anybody dealt with this? Any "howto's" to follow?