Skip to Content.
Sympa Menu

freetds - Re: freetds 0.52 compile problem...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: dblist <dblist AT fingerlust.wtfs.net>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: freetds 0.52 compile problem...
  • Date: Mon, 30 Jul 2001 22:43:25 -0500 (CDT)


On Mon, 30 Jul 2001, Ryan Hatch wrote:
> You ought to try gmake under BSD.

That did the trick, after installing gmake from ports, FreeTDS compiled
and installed wonderfully. Thank you.

DBD::Sybase on the other hand.... :-)

when doing a gmake test on DBD::Sybase, all the tests (save for base) dump
core:

$ gmake test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/libdata/perl5/i386-openbsd/5.6.0 -I/usr/libdata/perl5 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/autocommit........dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 2-4
Failed 3/4 tests, 25.00% okay
t/base..............ok
t/fail..............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 2-13
Failed 12/13 tests, 7.69% okay
t/login.............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
t/main..............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 2-14
Failed 13/14 tests, 7.14% okay
t/place.............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 2-11
Failed 10/11 tests, 9.09% okay
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/autocommit.t 0 139 4 3 75.00% 2-4
t/fail.t 0 139 13 12 92.31% 2-13
t/login.t 0 139 3 2 66.67% 2-3
t/main.t 0 139 14 13 92.86% 2-14
t/place.t 0 139 11 10 90.91% 2-11
Failed 5/6 test scripts, 16.67% okay. 40/50 subtests failed, 20.00% okay.
gmake: *** [test_dynamic] Error 2


Any hints on getting this working?
Background note: I'm trying to use FreeTDS and DBD::Sybase on my OpenBSD
2.9 system to connect to and query a MS SQL 2000 server.

Thanks for any help,
-John Reilly
dblist AT fingerlust.wtfs.net




> -----Original Message-----
> From: dblist <dblist AT fingerlust.wtfs.net>
> Date: Mon, 30 Jul 2001 21:35:30 -0500 (CDT)
> To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
> Subject: [freetds] freetds 0.52 compile problem...
>
> I just downloaded the freetds 0.52 tarball, and I'm having trouble
> compiling it...
>
> Here are the commands I run:
> $ ./configure --with-tdsver=7.0
> $ make
>
> And this is what I get:
>
> Making all in include
> tds_configs.h: not found
> *** Error code 1
>
> Stop in /...path/to.../freetds-0.52/include (line 237 of Makefile).
> *** Error code 1
>
> Stop in /...path/to.../freetds-0.52 (line 145 of Makefile).
>
> I checked, and the tds_configs.h file can definitely be found within the
> include directory... What am I doing wrong?
>
> (running on OpenBSD 2.9)
>
> Thanks for any help,
> -John Reilly
> dblist AT fingerlust.wtfs.net
>
>
> ---
> You are currently subscribed to freetds as: [Ryan AT alpinenetworking.com]
> To unsubscribe, forward this message to $subst('Email.Unsub')
>
> ---
> You are currently subscribed to freetds as: [dblist AT fingerlust.wtfs.net]
> To unsubscribe, forward this message to $subst('Email.Unsub')
>





Archive powered by MHonArc 2.6.24.

Top of Page