RichardF
Verified User
I need MSSQL connection so I downloaded freetds-0.64
but when running make I get this error:
/libreplacements.a -Wl,--no-whole-archive -Wl,-soname -Wl,libtds.so.5 -Wl,-version-script -Wl,.libs/libtds.ver -o .libs/libtds.so.5.0.0
/usr/bin/ld:.libs/libtds.ver:2: syntax error in VERSION script
collect2: ld returned 1 exit status
make[4]: *** [libtds.la] Error 1
make[4]: Leaving directory `/usr/local/freetds-0.64/src/tds'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/freetds-0.64/src/tds'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/freetds-0.64/src/tds'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/freetds-0.64/src'
make: *** [all-recursive] Error 1
Has anyone have experience with this?
but when running make I get this error:
/libreplacements.a -Wl,--no-whole-archive -Wl,-soname -Wl,libtds.so.5 -Wl,-version-script -Wl,.libs/libtds.ver -o .libs/libtds.so.5.0.0
/usr/bin/ld:.libs/libtds.ver:2: syntax error in VERSION script
collect2: ld returned 1 exit status
make[4]: *** [libtds.la] Error 1
make[4]: Leaving directory `/usr/local/freetds-0.64/src/tds'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/freetds-0.64/src/tds'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/freetds-0.64/src/tds'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/freetds-0.64/src'
make: *** [all-recursive] Error 1
Has anyone have experience with this?