|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-12-06 17:21 UTC] lauris at nix dot lv
Description: ------------ When connection to Oracle database I get following errors: "Error while trying to retrieve text for error ORA-12154". I have Oracle 10g client installed and SQL*plus is working fine. Also php-oci8 extension is loading without any warnings or errors. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 03:00:01 2025 UTC |
I built it using spec file where %{modname} is oci8 phpize %configure2_5x \ --with-%{modname}=/opt/oracle/OraHome_1/ \ --enable-sigchild so configure would look like: phpize ./configure \ --with-oci8=/opt/oracle/OraHome_1/ \ --enable-sigchildrecompiled with and it did not help ./configure \ --with-oci8=/opt/oracle/OraHome_1 \ --enable-sigchild