Advertisement
Guest User

Untitled

a guest
Dec 18th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.50 KB | None | 0 0
  1. Building native extensions.  This could take a while...
  2. ERROR:  Error installing mssql:
  3.     ERROR: Failed to build gem native extension.
  4.  
  5.         /Users/jeffsmykil/.rvm/rubies/ruby-1.9.3-p327/bin/ruby extconf.rb
  6. checking for iconv_open() in iconv.h... no
  7. checking for iconv_open() in -liconv... yes
  8. checking for sybfront.h... no
  9. -----
  10. freetds is missing.
  11. -----
  12. *** extconf.rb failed ***
  13. Could not create Makefile due to some reason, probably lack of
  14. necessary libraries and/or headers.  Check the mkmf.log file for more
  15. details.  You may need configuration options.
  16.  
  17. Provided configuration options:
  18.     --with-opt-dir
  19.     --with-opt-include
  20.     --without-opt-include=${opt-dir}/include
  21.     --with-opt-lib
  22.     --without-opt-lib=${opt-dir}/lib
  23.     --with-make-prog
  24.     --without-make-prog
  25.     --srcdir=.
  26.     --curdir
  27.     --ruby=/Users/jeffsmykil/.rvm/rubies/ruby-1.9.3-p327/bin/ruby
  28.     --enable-lookup
  29.     --disable-lookup
  30.     --with-iconv-dir
  31.     --without-iconv-dir
  32.     --with-iconv-include
  33.     --without-iconv-include=${iconv-dir}/include
  34.     --with-iconv-lib
  35.     --without-iconv-lib=${iconv-dir}/lib
  36.     --with-freetds-dir
  37.     --without-freetds-dir
  38.     --with-freetds-include
  39.     --without-freetds-include=${freetds-dir}/include
  40.     --with-freetds-lib
  41.     --without-freetds-lib=${freetds-dir}/lib
  42.     --with-iconvlib
  43.     --without-iconvlib
  44.  
  45.  
  46. Gem files will remain installed in /Users/jeffsmykil/.rvm/gems/ruby-1.9.3-p327/gems/tiny_tds-0.5.1 for inspection.
  47. Results logged to /Users/jeffsmykil/.rvm/gems/ruby-1.9.3-p327/gems/tiny_tds-0.5.1/ext/tiny_tds/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement