Closed

Description
Hi All
I'm trying to setup tiny_tds on an Ubuntu 16.04 system and have run into an issue when installing the tiny_tds gem
FreeTDS has been installed on the system via the install method from the front page
wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.00.27.tar.gz
tar -xzf freetds-1.00.27.tar.gz
cd freetds-1.00.27
./configure --prefix=/usr/local --with-tdsver=7.3
make
make install
When checking the version of the install I get
root@38998c93ed81:/# tsql -C
Compile-time settings (established with the "configure" script)
Version: freetds v1.00.27
freetds.conf directory: /usr/local/etc
MS db-lib source compatibility: no
Sybase binary compatibility: no
Thread safety: yes
iconv library: yes
TDS version: 7.3
iODBC: no
unixodbc: no
SSPI "trusted" logins: no
Kerberos: no
OpenSSL: no
GnuTLS: no
MARS: no
and on install of tiny_tds I get
root@38998c93ed81:/# gem install tiny_tds
Fetching: mini_portile2-2.1.0.gem (100%)
Successfully installed mini_portile2-2.1.0
Fetching: tiny_tds-1.3.0.gem (100%)
Building native extensions. This could take a while...
tiny_tds's executable "defncopy" conflicts with /usr/local/bin/defncopy
Overwrite the executable? [yN]
Obviously I can hit y to acknowledge the prompt but this is a prelude to me building a docker image that I want to build.
So my question is, is this behavior normal? or have I done / missed something on the install ?
Thanks
Lee
Metadata
Metadata
Assignees
Labels
No labels