To install CUBRID PHP Driver using yum command, we need to tell Yum where to look for CUBRID packages. First, visit one of the following links depending on your OS.
There choose CUBRID version. You will be given a list of links for your particular version. For example, the following link is provided for Fedora 16 where fc16 means this OS version. Other versions will have fc15, etc.
rpm -i http://yumrepository.cubrid.org/cubrid_repo_settings/8.4.1/cubridrepo-8.4.1-1.fc16.noarch.rpm
Or CentOS example where el6.2 means CentOS version 6.2:
rpm -i http://yumrepository.cubrid.org/cubrid_repo_settings/8.4.1/cubridrepo-8.4.1-1.el6.2.noarch.rpm
Executing this command will tell Yum where to look for CUBRID packages.
For older versions of CUBRID replace 8.4.1 with 8.3.0. To find your precise link please visit:
http://www.cubrid.org/yum_repository
To install CUBRID PHP Driver, type the following command.
yum install php-cubrid
Finally, restart your Web server.
service httpd restart
There are several ways to install CUBRID PHP Driver. Below you will see instructions for each of them. [Installing CUBRID PHP Driver using PECL] (Linux) [Inst...
4 days ago
There are several ways to install CUBRID PHP Driver. Below you will see instructions for each of them. [Installing CUBRID PHP Driver using PECL] (Linux) [Inst...
3 months ago