[freetds] installation
Matt Davies
tonmatt at gmail.com
Sun Dec 3 07:52:10 EST 2006
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
>
More information about the FreeTDS
mailing list