Re: [PHP-INSTALL] installing php 5.5.1 on to solaris 10 results in error during make
[email protected] ("Eugene M. Zheganin") Mon, 12 Aug 2013 22:08:42 +0600
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Hi. On 12.08.2013 20:45, KAs Coenen wrote: > Reinstalled openssl in 64bit with shared libs, libiconv and added > zlib. Now everything ran fine. I still have other questions (not > related to php install) about how to add oci as module. Where can I > ask such things? You can install it from PECL, you can build it with PHP (statically or as shared extension). Both ways should suit your needs. But you need to have installed Oracle database client, or at least Instant client on your server. Eugene.