I am using oracle database server Now I want to install oracle in Opensuse environment.It completelty work in ubuntu and Windows.So please tell me steps to install php,oci8 extension and oracle in Opensuse. This is urgent.

Thank you.

有帮助吗?

解决方案

You need to install the following packages:

php5-devel libxml2-devel zlib-devel readline-devel oracle-instantclient11.2-basic oracle-instantclient11.2-devel

And compile oci8 php extension

A howto from suse website

This also can help you

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top