Changes between Initial Version and Version 1 of Ticket #35675


Ignore:
Timestamp:
Aug 15, 2012, 5:08:28 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You must indeed set the DYLD_LIBRARY_PATH (or DYLD_FALLBACK_LIBRARY_PATH) variable to the correct value, or it will not work.

If you are on Lion or later, you must run in 32-bit mode or Oracle will crash. For the php command line, this means using e.g. "arch -i386 php". For the Apache web server, this means putting the arch command into the appropriate Apache start script file.

Other than that, I don't know.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35675

    • Property Owner changed from macports-tickets@… to ryandesign@…
  • Ticket #35675 – Description

    initial v1  
    44"Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - please check that DYLD_LIBRARY_PATH includes the directory with Oracle Instant Client libraries in /path/to/oci.php on line 9 Fatal error: in /path/to/oci.php on line 12"
    55
    6 I've tried reloaded the oracle-instantclient (https://trac.macports.org/ticket/23148), but that hasn't done anything.
     6I've tried reloaded the oracle-instantclient (#23148), but that hasn't done anything.
    77
    88I also tried using the 'php53-oracle' variant, but that didn't do anything to change the end result, either.