On Wed, Dec 15, 2004 at 01:07:38PM -0000, Mario Cova wrote: > I get an error when i try to install DBD::Oracle... Please, I need you help. > > > [EMAIL PROTECTED] DBD-Oracle-1.16]# perl Makefile.PL -v > Using DBI 1.46 installed in > /usr/lib/perl5/site_perl/5.8.0/ia64-linux-thread-multi/auto/DBI
Using a point-zero release of perl, on a 64 bit system, with threading enabled is not a recipie for happiness. The kinds of errors you're seeing look very odd. I suggest you upgrade to 5.8.6 and rebuild perl (or perhaps build a new perl and install it somewhere else). Ideally without threading enabled. Tim. > gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING > -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -DVERSION=\"\" > -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.8.0/ia64-linux-thread-multi/CORE" > DBD_ORA_OBJ.c > Reference found where even-sized list expected at > /usr/lib/perl5/5.8.0/ia64-linux-thread-multi/DBI/DBD.pm line 1781. > WARNING: HASH(0x6000000000699310) is not a known parameter.
