DBD::Oracle on cygwin

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default DBD::Oracle on cygwin

    hi,
    on HP-UX (and probably anything unix-like) you don't need a full oracle
    client installation to compile DBD::Oracle; a couple headers and the
    [email]libclntsh@(.sl|.so[/email]) are enough.

    I don't want to install a working Oracle client on my PC at home; has
    anybody tried to compile DBD::Oracle on cygwin using the minimum files
    (as described above)
    supposing one registers the needed *dll, it seems theoretically doable....
    any comments?

    thanks
    --stepahn
    Stephan Titard Guest

  2. Similar Questions and Discussions

    1. Question #1 - Cygwin X and AIX
      Hi People. I'm new to this ng, and I come here now, since, according to my knowledge of seek-and-though-shalt-find, this is my last resort. All of...
    2. cygwin or activestate ?
      Which is better perl setup on w98se: Full cygwin or activestate ? (or other) In particular I will probably be installing DBI +DBD and using...
    3. Compiling under cygwin
      The problem which i am facing right now is that when i compile my program using Cygwin.This error keeps popping up.Is it because my program has...
    4. Help: Install DBI-Oracle on cygwin with Perl 5.8.0
      Hi All: I am new in the Perl world. So far I have installed cygwin and Perl 5.8.0 along with Perl DBI and DBD::Oracle modules. NowI am trying to...
    5. Cygwin and Php and PostNuke
      Hi, I have installed postnuke on cygwin/ win2k and my question is why my page SOMETIMES hang and I got to everytime restart apache server...
  3. #2

    Default Re: DBD::Oracle on cygwin

    On Wed, 12 Jul 2006 12:09:18 +0200, Stephan Titard <sgt19@tid.es> wrote:
    >on HP-UX (and probably anything unix-like) you don't need a full oracle
    >client installation to compile DBD::Oracle; a couple headers and the
    >libclntsh@(.sl|.so) are enough.
    >
    >I don't want to install a working Oracle client on my PC at home; has
    >anybody tried to compile DBD::Oracle on cygwin using the minimum files
    >(as described above)
    >supposing one registers the needed *dll, it seems theoretically doable....
    >any comments?
    Yep, make sure you're using the latest DBD::Oracle (1.17), I contributed a
    couple of minor patches which avoid some misleading Unicode test failures on
    Cygwin due to quirks with how it sets environment variables interacting with
    native libraries.

    Install Oracle Instant Client, Basic + SDK + SQL*Plus packages.

    Set ORACLE_HOME environment variable to the _Windows_ style path to where you
    unpacked instant client (e.g. c:\oracle\instantclient_10_2).

    Include the _Cygwin_ style path to the Oracle directory in PATH (e.g.
    /cygdrive/c/oracle/instantclient_10_2).

    Then set everything else as normal (ORACLE_USERID for a login for the tests,
    NLS_LANG if necessary) and it should build and test without problems.

    --
    Andy Hassall :: [email]andy@andyh.co.uk[/email] :: [url]http://www.andyh.co.uk[/url]
    [url]http://www.andyhsoftware.co.uk/space[/url] :: disk and FTP usage analysis tool
    Andy Hassall Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139