mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
14 lines
454 B
Text
14 lines
454 B
Text
|
Before install, you need that the ORACLE_CLIENT_HOME
|
||
|
environment variable has been loaded correctly, that
|
||
|
variable is set in profile.d file, from
|
||
|
oracle-instantclient-basic package, that is a requirement
|
||
|
of oracle-instantclient-devel package.
|
||
|
|
||
|
You can logout and login again or simply run:
|
||
|
|
||
|
# source /etc/profile.d/oracle-instantclient-basic.sh
|
||
|
|
||
|
To enable the oci8 extension for php, go to
|
||
|
/etc/php/oci8.ini and uncomment the line:
|
||
|
; extension=oci8.so
|