About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
installation:php_oci

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
installation:php_oci [2016/08/10 14:35] – [PHP OCI Driver for Oracle] demiankatzinstallation:php_oci [2019/09/11 19:50] demiankatz
Line 65: Line 65:
  
 <code bash> <code bash>
-echo /opt/oracle/instantclient > /etc/ld.so.conf.d/oracle-instantclient+echo /opt/oracle/instantclient > /etc/ld.so.conf.d/oracle-instantclient.conf
 </code> </code>
  
Line 97: Line 97:
  
 ==== 4. Set up PDO_OCI ==== ==== 4. Set up PDO_OCI ====
 +
 +:!: // This step refers to VuFind 3.0.x and earlier; with release 3.1, the dependency on the troublesome PDO_OCI driver was removed, and you can skip ahead to step 5. // :!:
  
 Once OCI8 is installed, you also need to set up PDO_OCI.  (Notes adapted from [[http://ubuntuforums.org/showthread.php?p=7581997|this page]]). Once OCI8 is installed, you also need to set up PDO_OCI.  (Notes adapted from [[http://ubuntuforums.org/showthread.php?p=7581997|this page]]).
Line 230: Line 232:
  
 <code bash> <code bash>
-sudo sh -c 'echo /opt/oracle/instantclient > /etc/ld.so.conf.d/oracle-instantclient'+sudo sh -c 'echo /opt/oracle/instantclient > /etc/ld.so.conf.d/oracle-instantclient.conf'
 </code> </code>
  
installation/php_oci.txt · Last modified: 2023/11/28 20:38 by demiankatz