okay, I updated it. Thanks for the heads up.
Search Criteria
Package Details: php-oci8 2.0.8-4
Package Actions
| Package Base: | php-oci8 |
|---|---|
| Description: | PHP extension for OCI8 |
| Upstream URL: | http://pecl.php.net/package/oci8 |
| Category: | lib |
| Licenses: | |
| Submitter: | nubs |
| Maintainer: | nubs |
| Last Packager: | nubs |
| Votes: | 2 |
| First Submitted: | 2014-07-16 12:04 |
| Last Updated: | 2015-03-16 14:26 |
Latest Comments
Comment by nubs
Comment by mjob
Please switch from build() to package() to be able to build this without adjusting the PKGBUILD :)
Thanks for this package
Comment by nubs
@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
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»