Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18631
| Path | csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Robert Latest <boblatest@yahoo.com> |
| Newsgroups | comp.lang.php |
| Subject | PHP can't find shared library although it's right there |
| Date | 25 May 2021 14:55:47 GMT |
| Lines | 20 |
| Message-ID | <ih4hfjFiqmdU1@mid.individual.net> (permalink) |
| X-Trace | individual.net 6cYVfgJ86jll6Mmph+nvqAC+ZKrkc2IlNFl2zroM7dzb/AxOn6 |
| Cancel-Lock | sha1:DAYYuA9OL/s2eA1WShPGUr1DRu8= |
| User-Agent | slrn/1.0.3 (Linux) |
| Xref | csiph.com comp.lang.php:18631 |
Show key headers only | View raw
Hello, I'm trying to install the oracle DB extension on this RHEL7 system but I can't get it to work. The server says on startup: $ grep oci /var/log/httpd/error_log PHP Warning: PHP Startup: Unable to load dynamic library 'oci8' (tried: /usr/lib64/php/modules/oci8 (/usr/lib64/php/modules/oci8: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/oci8.so (libclntsh.so.21.1: cannot open shared object file: No such file or directory)) in Unknown on line 0 But the file is right there: $ ls -l /usr/lib64/php/modules/oci8.so -rwxr-xr-x. 1 root root 185832 May 4 14:13 /usr/lib64/php/modules/oci8.so phpinfo.php lists the OCI8 modules with their authors. What am I missing? -- robert
Back to comp.lang.php | Previous | Next — Next in thread | Find similar | Unroll thread
PHP can't find shared library although it's right there Robert Latest <boblatest@yahoo.com> - 2021-05-25 14:55 +0000
Re: PHP can't find shared library although it's right there Robert Heller <heller@deepsoft.com> - 2021-05-25 10:47 -0500
Re: PHP can't find shared library although it's right there John-Paul Stewart <jpstewart@personalprojects.net> - 2021-05-25 11:50 -0400
Re: PHP can't find shared library although it's right there Robert Heller <heller@deepsoft.com> - 2021-05-25 11:24 -0500
Re: PHP can't find shared library although it's right there John-Paul Stewart <jpstewart@personalprojects.net> - 2021-05-25 13:40 -0400
Re: PHP can't find shared library although it's right there Arno Welzel <usenet@arnowelzel.de> - 2021-05-25 18:22 +0200
Re: PHP can't find shared library although it's right there Robert Latest <boblatest@yahoo.com> - 2021-05-25 17:18 +0000
csiph-web