Package Details: php-oci8 2.0.8-4

Package Base: php-oci8
Description: PHP extension for OCI8
Upstream URL: http://pecl.php.net/package/oci8
Category: lib
Licenses: PHP
Submitter: nubs
Maintainer: nubs
Last Packager: nubs
Votes: 2
First Submitted: 2014-07-16 12:04
Last Updated: 2015-03-16 14:26

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by nubs

2015-03-16 14:27

okay, I updated it. Thanks for the heads up.

Comment by mjob

2015-03-16 14:19

Please switch from build() to package() to be able to build this without adjusting the PKGBUILD :)

Thanks for this package

Comment by nubs

2014-07-17 13:43

@rndstr, Thanks! I updated the PKGBUILD with that change.

I was relying on ORACLE_HOME being set to `/usr` (via the /etc/profile.d/oracle.sh script created from the oracle-instantclient packages). It's definitely better to not rely on that having been executed!.

https://github.com/nubs/php-oci8-aur/commit/3d71a3a79099f3e52c6cdf1d3f050088ec97bad2

Comment by rndstr

2014-07-17 13:23

I had to edit the PKGBUILD and replace the `./configure` line with

./configure --prefix=/usr --with-oci8=instantclient,/usr/lib

otherwise I got

«checking Oracle Instant Client directory... configure: error: Oracle Instant Client directory /usr/lib/oracle/.../client64/lib libraries not found. Try --with-oci8=instantclient,DIR»