Not sure what to do from here...any advice would be great.  Thanks...
-Matt

[root@ns3 root]# isql -v
Segmentation fault
[root@ns3 build]# isql -b
Segmentation fault
[root@ns3 build]# isql -c
Segmentation fault
[root@ns3 build]# isql -w
Segmentation fault
[root@ns3 build]# isql -mn
Segmentation fault
.....you get the idea...isql seg faults on most every command. --version is
the only one that doesn't seg fault.  I upgrade to unixODBC 2.2.2 in hopes
of fixing this, but no avail.  

Also, I've tried to recompile DBD::ODBC but make test fails...probably
because unixodbc is seg faulting when called (see below for that error..and
it should be noted that I removed the s from the makefile).


Here is what I am running:
RedHat 7.2 kernel 2.4.7-10
perl 5.8
unixODBC-2.2.2-3
freetds-0.60-1
glibc-2.2.93-5
DBD::ODBC 0.43

DBI is up to date (Database was generated on Mon, 02 Dec 2002 11:54:12 GMT 
--- I don't know the version #)

ODBCHOME=/usr
and the correct DSN settings are in my environment


-------------- odbcinst.ini ------------------
[SQL]
Description             = v0.52 with protocol v4.2
Driver          = /usr/lib/libtdsodbc.so
FileUsage               = 2

[TXT]
Description             = Text file driver
Driver          = /usr/lib/libodbctxt.so
Setup           = /usr/lib/libodbctxtS.so
FileUsage               = 2

[PostgreSQL]
Description             = PostgreSQL driver
Driver          = /usr/lib/libodbpsql.so
Setup           = /usr/lib/libodbpsqlS.so
FileUsage               = 2
----------------------------------------------



[root@ns3 DBD-ODBC-0.43]#   make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/01base......1..5
ok 1
ok 2
ok 3
ok 4
ok 5
ok
t/02simple....1..17
ok 1
 Test 2: connecting to the database
dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-17
        Failed 16/17 tests, 5.88% okay
t/03dbatt.....1..9
ok 1
dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-9
        Failed 8/9 tests, 11.11% okay
t/05meth......1..6
ok 1
dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-6
        Failed 5/6 tests, 16.67% okay
t/07bind......1..9
ok 1
 Test 2: connecting to the database
dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-9
        Failed 8/9 tests, 11.11% okay
t/08bind2.....dubious
        Test returned status 0 (wstat 11, 0xb)
t/09multi.....dubious
        Test returned status 0 (wstat 11, 0xb)
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
---
t/02simple.t    0    11    17   16  94.12%  2-17
t/03dbatt.t     0    11     9    8  88.89%  2-9
t/05meth.t      0    11     6    5  83.33%  2-6
t/07bind.t      0    11     9    8  88.89%  2-9
t/08bind2.t     0    11    ??   ??       %  ??
t/09multi.t     0    11    ??   ??       %  ??
Failed 6/7 test scripts, 14.29% okay. 37/46 subtests failed, 19.57% okay.
make: *** [test_dynamic] Error 2

 

Reply via email to