On 20-Feb-2002 Tim Harsch wrote:
> Here's an install session.  I'm pretty sure that test
> 9 failing has nothing to do with the fact that I can't
> log in anymore.

09multi failing was a bug in the OOB when SQLMoreResults
was called and the columns in the new result-set were fewer
than in the previous result-set. It is fixed in 1.0.0.38 but
needs a client and server upgrade. If you do not find the 1.0.0.38
distribution for your platform on our FTP site let me know as
we have not rolled this fix into distributions for all platforms
yet.

Martin
--
Martin J. Evans
Easysoft Ltd, UK
Development

> 
> [root@perseus DBD-ODBC-0.38]# perl Makefile.PL 
> 
> Configuring DBD::ODBC ...
> 
>>>>     Remember to actually *READ* the README file!
>         And re-read it if you have any problems.
> 
> Using DBI 1.21 installed in
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI
> Using ODBC in /var/local/odbc/easysoft/unixODBC
> 
> Umm, this looks like a unixodbc type of driver
> manager.
> We expect to find the sql.h, sqlext.h and (which were
> supplied with unixODBC) in $ODBCHOME/include directory
> alongside
> the /var/local/odbc/easysoft/unixODBC/lib/libodbc.so
> library. in $ODBCHOME/lib
> 
> Use of uninitialized value in pattern match (m//) at
> Makefile.PL line 215.
> Warning: LD_LIBRARY_PATH doesn't include
> /var/local/odbc/easysoft/unixODBC
> 
> Using DBI 1.21 installed in
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI
> Writing Makefile for DBD::ODBC
> 
> The DBD::ODBC tests will use these values for the
> database connection:
>     DBI_DSN=dbi:ODBC:HOMER              e.g.
> dbi:ODBC:demo
>     DBI_USER=test
>     DBI_PASS=test
> 
> [root@perseus DBD-ODBC-0.38]# make test
> gcc -c -I.
> -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI
> -fno-strict-aliasing -O2 -march=i
> 386 -mcpu=i686     -DVERSION=\"0.38\"
> -DXS_VERSION=\"0.38\" -fPIC
> -I/usr/lib/perl5/5.6.0/i386-lin
> ux/CORE -I/var/local/odbc/easysoft/unixODBC/include
> ODBC.c
> gcc -c -I.
> -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI
> -fno-strict-aliasing -O2 -march=i
> 386 -mcpu=i686     -DVERSION=\"0.38\"
> -DXS_VERSION=\"0.38\" -fPIC
> -I/usr/lib/perl5/5.6.0/i386-lin
> ux/CORE -I/var/local/odbc/easysoft/unixODBC/include
> dbdimp.c
> dbdimp.c:1586: warning: `_dbd_rebind_ph' was declared
> implicitly `extern' and later `static'
> dbdimp.c:1135: warning: previous declaration of
> `_dbd_rebind_ph'
> dbdimp.c: In function `odbc_describe_col':
> dbdimp.c:2622: warning: passing arg 7 of
> `SQLDescribeCol' from incompatible pointer type
> Running Mkbootstrap for DBD::ODBC ()
> chmod 644 ODBC.bs
> LD_RUN_PATH="/var/local/odbc/easysoft/unixODBC/lib"
> gcc -o blib/arch/auto/DBD/ODBC/ODBC.so  -shar
> ed -L/usr/local/lib ODBC.o dbdimp.o   
> -L/var/local/odbc/easysoft/unixODBC/lib -lodbc 
> chmod 755 blib/arch/auto/DBD/ODBC/ODBC.so
> cp ODBC.bs blib/arch/auto/DBD/ODBC/ODBC.bs
> chmod 644 blib/arch/auto/DBD/ODBC/ODBC.bs
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/l
> ib/perl5/5.6.0 -e 'use Test::Harness qw(&runtests
> $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/01base............ok                                
>                       
> t/02simple..........ok                                
>                       
> t/03dbatt...........ok                                
>                       
> t/05meth............ok                                
>                       
> t/07bind............ok                                
>                       
> t/08bind2...........ok                                
>                       
> t/09multi...........ok 4/4FAILED test 2               
>                       
>         Failed 1/4 tests, 75.00% okay
> Failed Test  Status Wstat Total Fail  Failed  List of
> failed
> ------------------------------------------------------------------------------
> -
> t/09multi.t                   4    1  25.00%  2
> Failed 1/7 test scripts, 85.71% okay. 1/50 subtests
> failed, 98.00% okay.
> make: *** [test_dynamic] Error 29
> [root@perseus DBD-ODBC-0.38]# make install
> Manifying blib/man3/DBD::ODBC.3pm
> Skipping
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBD/ODBC/ODBC.so
> (unchanged)
> Skipping
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBD/ODBC/ODBC.bs
> (unchanged)
> Files found in blib/arch: installing files in blib/lib
> into architecture dependent library tree
> Skipping
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/DBD/ODBC.pm
> (unchanged)
> Installing /usr/share/man/man3/DBD::ODBC.3pm
> Writing
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBD/ODBC/.packlist
> Appending installation info to
> /usr/lib/perl5/5.6.0/i386-linux/perllocal.pod
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com

Reply via email to