Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. Installing package into ‘/usr/lib64/R/library’
  2. (as ‘lib’ is unspecified)
  3. --- Please select a CRAN mirror for use in this session ---
  4. trying URL 'https://cloud.r-project.org/src/contrib/RODBC_1.3-13.tar.gz'
  5. Content type 'application/x-gzip' length 1157108 bytes (1.1 MB)
  6. ==================================================
  7. downloaded 1.1 MB
  8.  
  9. * installing *source* package ‘RODBC’ ...
  10. ** package ‘RODBC’ successfully unpacked and MD5 sums checked
  11. checking for gcc... gcc -m64 -std=gnu99
  12. checking for C compiler default output file name... a.out
  13. checking whether the C compiler works... yes
  14. checking whether we are cross compiling... no
  15. checking for suffix of executables...
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc -m64 -std=gnu99 accepts -g... yes
  19. checking for gcc -m64 -std=gnu99 option to accept ANSI C... none needed
  20. checking how to run the C preprocessor... gcc -m64 -std=gnu99 -E
  21. checking for egrep... grep -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking sql.h usability... yes
  33. checking sql.h presence... yes
  34. checking for sql.h... yes
  35. checking sqlext.h usability... yes
  36. checking sqlext.h presence... yes
  37. checking for sqlext.h... yes
  38. checking for library containing SQLTables... -lodbc
  39. checking for SQLLEN... yes
  40. checking for SQLULEN... yes
  41. checking for long... yes
  42. checking size of long... 8
  43. configure: creating ./config.status
  44. config.status: creating src/Makevars
  45. config.status: creating src/config.h
  46. ** libs
  47. gcc -m64 -std=gnu99 -I/usr/include/R -DNDEBUG -I. -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fpic -fPIC -c RODBC.c -o RODBC.o
  48. gcc -m64 -std=gnu99 -shared -L/usr/lib64/R/lib -ldl -lpthread -lc -lrt -lcurl -lidn -lssh2 -lssh2 -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lldap -lz -lrt -o RODBC.so RODBC.o -lodbc -L/usr/lib64/R/lib -lR
  49. /usr/bin/ld: cannot find -lcurl
  50. collect2: ld returned 1 exit status
  51. make: *** [RODBC.so] Error 1
  52. ERROR: compilation failed for package ‘RODBC’
  53. * removing ‘/usr/lib64/R/library/RODBC’
  54.  
  55. The downloaded source packages are in
  56. ‘/tmp/RtmpfakkRg/downloaded_packages’
  57. Updating HTML index of packages in '.Library'
  58. Making 'packages.html' ... done
  59. Warning message:
  60. In install.packages("RODBC") :
  61. installation of package ‘RODBC’ had non-zero exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement