Wayne Cain wrote:
> I've installed the openlink ODBC driver on a Solaris 2.8 box, and the broker
> on a NT SQL 7 box.
> The odbctest app connection works great! Now the next step is loading Perl
> DBI and ODBC module to connect
> Rational's ClearCase and a SQL 7 database using perl scripts. See below for
> problem.

I don't know the solution for this particular problem,
but I just would like to let you know that this combo
works: we use the IPC::ChildSafe (IPC::ClearTool) Perl
module to access ClearCase under Solaris 2.7 here.

And we use DBI, DBD::Sybase and SybPerl to access 
Sybase database from the same scripts.

> CMCLEARCASE:/triggers/DBI/DBI-1.15>make
> CC -c   -xO3 -xdepend     -DVERSION=\"1.15\"  -DXS_VERSION=\"1.15\" -KPIC
> -I/usr/perl5/5.00503/sun4-solaris/CORE -DDBI_NO_THREADS DBI.c
> CC: Warning: Option -xdepend passed to ld, if ld is invoked, ignored
> otherwise
> "DBI.xs", line 120: Warning: String literal converted to char* in
> initialization.

We used however gcc 2.95 (and not cc) and Perl 5.6.0
(and not Perl 5.005 like you do) to compile those modules...

Reply via email to