./configure freetds error
Bob Nix
bnix at intranexus.com
Thu May 9 15:03:06 EDT 2002
Andre, and others,
Thanks. I appreciate your observations. I do not know good unix
administrative techniques. Is there a source or style manual you can
recommend?
- I downloaded the 0.53 RPM from freetds (freetds-0.53.i386.rpm); now I
don't know what to do with it. If I understand this correctly, the RPM
contains all the pre-made executables and supporting stuff I need for
freetds - right? Remember that I am the guy who asked for instructions to
unpack a tgz file.
- I had proceeded with the instructions to make the previously configured
installation. When I issued the make command ("make"), things did not go
well - I got a memory error. I have included that log below. It seems
that the RPM might be the better route to go.
[root at intranet freetds]# make
Making all in include
make[1]: Entering directory `/usr/local/freetds/include'
Making tds_configs.h
make[1]: Leaving directory `/usr/local/freetds/include'
Making all in src
make[1]: Entering directory `/usr/local/freetds/src'
Making all in tds
make[2]: Entering directory `/usr/local/freetds/src/tds'
Making all in unittests
make[3]: Entering directory `/usr/local/freetds/src/tds/unittests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/freetds/src/tds/unittests'
make[3]: Entering directory `/usr/local/freetds/src/tds'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include
-I../../include -g -O2 -DTDS70 -DMSDBLIB -c mem.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2 -DTDS70
-DMSD
BLIB -c mem.c -fPIC -DPIC -o .libs/mem.lo
Virtual memory exhausted!
make[3]: *** [mem.lo] Error 1
make[3]: Leaving directory `/usr/local/freetds/src/tds'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/freetds/src/tds'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/freetds/src'
make: *** [all-recursive] Error 1
More information about the FreeTDS
mailing list