Skip to Content.
Sympa Menu

freetds - Re: [freetds] installation

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Matt Davies" <tonmatt AT gmail.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] installation
  • Date: Sun, 3 Dec 2006 12:52:10 +0000

I can see that this might be easier if I was on a Linux box. So, James,
I'll take your advice and I'm now on one of my FC4 installs, through
terminal.

I'll go through the process again and list it here, I might well work it out
for myself like this, but I'll still post anyway, in case it helps anyone.

here's the machines details when you go into the python
Python 2.4.3 (#1, Jun 13 2006, 16:41:18)
[GCC 4.0.2 20051125 (Red Hat 4.0.2-8)] on linux2

as root

cd /usr/src/freetds-0.1
./configure --enable-msdblib
make
make install
cd ../pymssql-0.8.0/
python setup.py install

I got no erros then, woohoo!!

And now in the python shell

import pymssql

Doesn't give me an error

thanks everyone, I'll just do the pretty stuff on the mac then, and the
grungy stuff on the linux boxes from now on :-)





On 02/12/06, James K. Lowden <jklowden AT freetds.org> wrote:

Daniel Fazekas wrote:
> If you really want a Universal copy of FreeTDS, it's going to get a
> little more involved, as unfortunately the FreeTDS build system isn't
> really set up to handle building for multiple architecture
> simultaneously

Hi Daniel,

I have a vague recollection that one important step -- necessary but
insufficient IIRC -- is upgrading the autotools, specifically libtool. Is
that your understanding, too.

I write this using my Powerbook, which is a very comfortable way to use
NetBSD via remote X. But I'm not really tempted to develop on it or for
it.

Regards,

--jkl
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds





Archive powered by MHonArc 2.6.24.

Top of Page