Don't like ads? PRO users don't see any ads ;-)
Guest

fdgh

By: a guest on May 2nd, 2012  |  syntax: Bash  |  size: 3.73 KB  |  hits: 52  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. vadmin2470:/home/inspircd# perl ./configure
  2. Detecting modules .........................................................................................................................................................................
  3. Ok, 169 modules.
  4. Checking for cache from previous configure... found
  5. Checking operating system version... linux
  6. Checking if stdint.h exists... yes
  7. Checking if strlcpy exists... no
  8. Checking if kqueue exists... no
  9. Checking for epoll support... yes
  10. Checking for eventfd support... no
  11. Checking if Solaris I/O completion ports are available... no
  12. Checking for libgnutls... no
  13. Checking for openssl... no
  14. Checking if you are running an ancient, unsupported OS... no (linux)
  15.  
  16. Welcome to the InspIRCd Configuration program! (interactive mode)
  17. Package maintainers: Type ./configure --help for non-interactive help
  18.  
  19. *** If you are unsure of any of these values, leave it blank for    ***
  20. *** standard settings that will work, and your server will run      ***
  21. *** using them. Please consult your IRC network admin if in doubt.  ***
  22.  
  23. Press <RETURN> to accept the default for any option, or enter
  24. a new value. Please note: You will HAVE to read the docs
  25. dir, otherwise you wont have a config file!
  26.  
  27. Your operating system is: linux (linux)
  28. Your InspIRCd revision ID is r0
  29. .
  30.  
  31. I have detected the following compiler: g++ (version 4.4)
  32.  
  33. In what directory do you wish to install the InspIRCd base?
  34. [/home/inspircd/run] ->
  35.  
  36. In what directory are the configuration files?
  37. [/home/inspircd/run/conf] ->
  38.  
  39. In what directory are the modules to be compiled to?
  40. [/home/inspircd/run/modules] ->
  41.  
  42. In what directory is the IRCd binary to be placed?
  43. [/home/inspircd/run/bin] ->
  44.  
  45. In what directory do you want the build to take place?
  46. [/home/inspircd/y] ->
  47.  
  48. You are running a Linux 2.6+ operating system, and epoll
  49. was detected. Would you like to enable epoll support?
  50. This is likely to increase performance.
  51. If you are unsure, answer yes.
  52.  
  53. Enable epoll? [y] ->
  54.  
  55.  
  56. Could not detect OpenSSL or GnuTLS. Make sure pkg-config is installed if
  57. you intend to use OpenSSL, or that GnuTLS is in your path if you intend
  58. to use GnuTLS.
  59.  
  60. Would you like to check for updates to third-party modules? [n] ->
  61.  
  62.  
  63. Pre-build configuration is complete!
  64.  
  65. Base install path:              /home/inspircd/run
  66. Config path:                    /home/inspircd/run/conf
  67. Module path:                    /home/inspircd/run/modules
  68. GCC Version Found:              4.4
  69. Compiler program:               g++
  70. GnuTLS Support:                 n
  71. OpenSSL Support:                n
  72.  
  73. Important note: The maximum length values are now configured in the
  74.                 configuration file, not in ./configure! See the <limits>
  75.                 tag in the configuration file for more information.
  76.  
  77. Skipping SSL Certificate generation, SSL support is not available.
  78.  
  79. Detecting modules .........................................................................................................................................................................
  80. Ok, 169 modules.
  81. Writing inspircd_config.h
  82. Writing GNUmakefile ...
  83. Writing BSDmakefile ...
  84. Writing inspircd ...
  85. Writing cache file for future ./configures ...
  86.  
  87.  
  88. To build your server with these settings, please run 'make' now.
  89. *** Remember to edit your configuration files!!! ***
  90.  
  91.  
  92. vadmin2470:/home/inspircd# make clean
  93. Cleaning...
  94. Completed.
  95. vadmin2470:/home/inspircd# make
  96. *************************************
  97. *       BUILDING INSPIRCD           *
  98. *                                   *
  99. *   This will take a *long* time.   *
  100. *     Why not read our wiki at      *
  101. *     http://wiki.inspircd.org      *
  102. *  while you wait for make to run?  *
  103. *************************************
  104. : No such file or directory
  105. make[1]: *** [obj/bancache.o] Error 127
  106. make: *** [target] Error 2
  107. vadmin2470:/home/inspircd#