Ask a Question related to PERL Modules, Design and Development.
-
Stephan Titard #1
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
-
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... -
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... -
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... -
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... -
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... -
Andy Hassall #2
Re: DBD::Oracle on cygwin
On Wed, 12 Jul 2006 12:09:18 +0200, Stephan Titard <sgt19@tid.es> wrote:
Yep, make sure you're using the latest DBD::Oracle (1.17), I contributed a>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?
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



Reply With Quote

