Changes between Version 21 and Version 22 of OracleTestSetup


Ignore:
Timestamp:
Sep 17, 2014, 10:43:26 AM (10 years ago)
Author:
Tim Graham
Comment:

Added missing steps in Oracle client setup

Legend:

Unmodified
Added
Removed
Modified
  • OracleTestSetup

    v21 v22  
    416416
    417417    $ export ORACLE_HOME=/usr/lib/oracle/11.2/client64/
     418
     419   If you get an error installing cx_oracle (``/usr/bin/ld: cannot find -lclntsh``), you may also need to create this link::
     420
     421    $ sudo ln -s /usr/lib/oracle/11.2/client64/lib/libclntsh.so.11.1 /usr/lib/oracle/11.2/client64/lib/libclntsh.so
    418422
    419423#. Create a settings file, the following example seems to work for me::
     
    452456     $ # may be need on Debian/Ubuntu
    453457     $ export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib
     458     $ # for error "libaio.so.1: cannot open shared object file"
     459     $ sudo apt-get install libaio1
    454460
    455461    (env)johnny64@equus ~/GSoC/2011/koniiiik-django/tests $  ./runtests.py --settings=test_oracle
Back to Top