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
installing_the_php_oci_driver_for_oracle [2014/07/24 17:09] – [3. Install the Client and PHP Extension] demiankatzinstalling_the_php_oci_driver_for_oracle [2014/09/12 10:29] – [Getting Started] 1allen
Line 7: Line 7:
 ==== Getting Started ==== ==== Getting Started ====
  
-Regardless of platform, you will need to download the [[http://www.oracle.com/technology/software/tech/oci/instantclient/index.html|Oracle Instant Client]] (at a minimum you need Basic and SDK zip files).   You will need to accept a license agreement and log in to Oracle's site (free account creation) in order to download the files.  Be sure to select the appropriate file versions for your hardware and +Regardless of platform, you will need to download the [[http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html|Oracle Instant Client]] (at a minimum you need Basic and SDK zip files).   You will need to accept a license agreement and log in to Oracle's site (free account creation) in order to download the files.  Be sure to select the appropriate file versions for your hardware and 
  
 ===== Fedora ===== ===== Fedora =====
Line 338: Line 338:
  
 Add the newly-built module to Apache's PHP configuration: Add the newly-built module to Apache's PHP configuration:
 +
 +// For Ubuntu 13.04 and earlier: //
  
 <code bash> <code bash>
Line 344: Line 346:
 </code> </code>
  
 +// For Ubuntu 13.10 and later: //
  
 +<code bash>
 +sudo sh -c 'echo extension=pdo_oci.so > /etc/php5/mods-available/pdo_oci.ini'
 +sudo php5enmod pdo_oci
 +sudo service apache2 reload
 +</code>
 ===== Windows ===== ===== Windows =====
  
installation/php_oci.txt · Last modified: 2024/07/11 17:21 by demiankatz