Advertisement
Guest User

Iroffer-dinoex 3.29 debian 7.3 ruby error

a guest
Sep 2nd, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.58 KB | None | 0 0
  1. user@nsxxxxxxx:~/iroffer/iroffer-dinoex-3.29$ ./Configure -curl -geoip -ruby
  2.  
  3. Configuring for iroffer-dinoex 3.29
  4. Determining OS... LinuxConfiguring for GeoIP.
  5. Configuring for Curl.
  6. Checking for make... found make
  7. Checking for gcc/cc... found gcc
  8. Seeing if gcc works... yes
  9. Seeing if gcc accepts '-Wall'... yes
  10. Seeing if gcc accepts '-Werror'... yes
  11. Seeing how to define a 16 bit integer... short
  12. Seeing how to define a 32 bit integer... int
  13. Seeing how to define a 64 bit integer... long
  14. Seeing if compiling with standard #include's works... yes
  15. Seeing how large FD_SETSIZE is...
  16. 1024
  17. Determining endianness... Little-Endian
  18. Seeing if large file support works... yes
  19. Determing the signedness of 'addrlen'... unsigned
  20. Seeing how to display 64bit using printf... l
  21. Seeing how to display time_t using printf... li
  22. Checking for snprintf()... found
  23. Checking for strcasecmp()... found
  24. Checking for strcasestr()... found
  25. Checking for strsignal()... found
  26. Seeing if 'sys/mman.h' exists... found
  27. Seeing if 'sys/sendfile.h' exists... found
  28. Seeing if 'sys/vfs.h' exists... found
  29. Seeing if 'sys/statfs.h' exists... found
  30. Seeing if 'sys/param.h' exists... found
  31. Seeing if 'sys/mount.h' exists... found
  32. Seeing if 'sys/statvfs.h' exists... found
  33. Checking for statvfs()... found
  34. Checking for statfs()... found
  35. Seeing if 'crypt.h' is needed... not needed
  36. Seeing if '-lcrypt' is needed... needed
  37. Seeing if crypt() works as expected... yes
  38. Checking for chroot()... found
  39. Seeing if NSS library exists (for chroot)... found
  40. Checking for setuid()... found
  41. Checking for getgrouplist()... found
  42. Checking for Linux-style sendfile()... found
  43. Checking for mmap()/munmap()... found
  44. Checking for name of fd limit... RLIMIT_NOFILE
  45. Checking for siginfo_t/sa_sigaction... found
  46. Checking for 'si_code' values... found
  47. Checking for wait() status values... found
  48. Seeing if TOS can be set for IP sockets... yes
  49. Checking for getaddrinfo()... found
  50. Checking for gethostbyname() error values... found
  51. Checking for res_init() ... found
  52. Seeing if GeoIP library exists... found
  53. Seeing if has IPv6 support... found
  54. Seeing if libcurl library exists (for FETCH-Command)... found
  55. Notice: Your 'libcurl' is linked with OpenSSL.
  56. Seeing if OpenSSL library exists... found
  57. Configuring for OpenSSL.
  58. Seeing if libruby library exists (for RUBY-Scripts)... not found
  59. ***Disabled the RUBY-extension. If you want to use this feature, please install 'libruby'.***
  60. Creating src/iroffer_config.h... Done
  61. Creating Makefile... Done
  62.  
  63. Type "make it" to compile
  64. No errors or warnings should appear when compiling, if they do, something is wrong
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement