Re: DBD-DB2 install issue

2005-09-22 Thread Dan Scott
Alec Brecher wrote: My DBD-DB2 installation on Fedora Core 3 is failing because it cannot find libdb2.so.1. The Application Dev client is installed and works fine. The DB2_HOME=/home/db2inst1/sqllib I saw some post from Owen Berry on another list regarding this issue. His fix: add

RE: Error writing to double using ODBC

2005-09-22 Thread Jeff Urlwin
Can you try binding it as a varchar? Instead of setting the default bind type to SQL_DOUBLE, which will cause more problems than it will help for the most part, try setting it to 12 (SQL_VARCHAR) Thanks, Jeff From: Wim Livens [mailto:[EMAIL PROTECTED]

Re: Perl-Oracle DBI module

2005-09-22 Thread Tim Bunce
On Wed, Sep 21, 2005 at 06:00:48AM -0500, Cliff Nadler wrote: oerr ora 24322 24322, 0, unable to delete an initialized mutex // *Cause: An attempt to delete an initialized mutex failed. // *Action: Contact customer support. Umm. Even if that's actually what OCIInitialize is complaining

Don't get DBI module installed

2005-09-22 Thread Stephan . Schwalb
Hello, I got a problem when trying to install DBI-1.48 module on a solaris 2.8 box. The error is: [EMAIL PROTECTED] # make /bin/sh -c true cc -c -D_REENTRANT -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O-DVERSION=\1.48\ -DXS_VERSION=\1.48\ -KPIC

Re: DBD-DB2 install issue

2005-09-22 Thread Alec Brecher
Thank you Dan. The make ran without complaint, but the make test failed 4 of 5 tests. The first time I went ahead and installed anyway and ran a test script which completely failed. The error was that libdb2.so.1 could not be found. Based on your theory below I copied libdb2.so.1 to

Re: Don't get DBI module installed

2005-09-22 Thread James D. White
You need to build DBI with the same C compiler that was used to build the version of Perl that you are using. The Perl 5.6.1 that comes with Solaris 8 was built with the Sun Forte C compiler. You probably don't have the Sun compiler, or you wouldn't get the error you are getting. The Sun C