Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1. death(at)shellmix ~> cd anope-1.8.7
  2. death(at)shellmix ~/anope-1.8.7> ./Config
  3. ___
  4. / _ \ http://www.anope.org
  5. | /_\ | _ __ _ _ _ _ ___
  6. | _ || '_ \/ _ \/ _ \ / _ \
  7. | | | || | | |_| |_| | __/
  8. |_| |_||_| |_\___/| _/ \___|
  9. | |
  10. |_| IRC Services
  11. 1.8.7
  12. This program will help you to compile your Services, and ask you
  13. questions regarding the compile-time settings of it during the
  14. process. For more options type ./Config --help
  15.  
  16. Anope is a set of Services for IRC networks that allows users to
  17. manage their nicks and channels in a secure and efficient way,
  18. and administrators to manage their network with powerful tools.
  19.  
  20. For all your Anope needs please visit our portal at www.anope.org
  21.  
  22. Beginning Services configuration.
  23.  
  24. Using defaults from config.cache. To ignore, ./Config -nocache
  25.  
  26. Note: press Return for the default, or enter a new value.
  27. In what directory do you want the binaries to be installed?
  28. [/homex/death/services]
  29.  
  30. Where do you want the data files to be installed?
  31. [/homex/death/services]
  32.  
  33. Which group should all Services data files be owned by? (If Services
  34. should not force files to be owned by a particular group, just press
  35. Return.)
  36. []
  37.  
  38. What should the default umask for data files be (in octal)?
  39. (077 = only accessible by owner; 007 = accessible by owner and group)
  40. [077]
  41.  
  42. Allow anope to automatically check for mysql libaries?
  43. unless you get errors with make, there is no need to
  44. change this setting.
  45. [yes]
  46.  
  47. Saving configuration results in config.cache... done.
  48. ./configure --with-bindir=/homex/death/services --with-datadir=/homex/death/services --with-permissions=077
  49. checking for gcc... gcc
  50. checking whether the C compiler works... yes
  51. checking for C compiler default output file name... a.out
  52. checking for suffix of executables...
  53. checking whether we are cross compiling... no
  54. checking for suffix of object files... o
  55. checking whether we are using the GNU C compiler... yes
  56. checking whether gcc accepts -g... yes
  57. checking for gcc option to accept ISO C89... none needed
  58. checking if gcc has a working -pipe... yes
  59. checking for rm... /bin/rm
  60. checking for cp... /bin/cp
  61. checking for touch... /usr/bin/touch
  62. checking for install... /usr/bin/install
  63. checking for inet_ntoa in -lnsl... no
  64. checking for socket in -lsocket... no
  65. checking for res_query in -lresolv... no
  66. checking for revoke in -lbsd... no
  67. checking whether va_list assignments need array notation... yes
  68. checking for mysql_config... /usr/local/bin/mysql_config
  69. checking if mysql_config produces valid values... yes
  70. checking whether this is a bit or little endian system... little
  71. checking how to run the C preprocessor... gcc -E
  72. checking for grep that handles long lines and -e... /usr/bin/grep
  73. checking for egrep... /usr/bin/grep -E
  74. checking for ANSI C header files... yes
  75. checking for sys/types.h... yes
  76. checking for sys/stat.h... yes
  77. checking for stdlib.h... yes
  78. checking for string.h... yes
  79. checking for memory.h... yes
  80. checking for strings.h... yes
  81. checking for inttypes.h... yes
  82. checking for stdint.h... yes
  83. checking for unistd.h... yes
  84. checking for sys/types.h... (cached) yes
  85. checking for dlopen... yes
  86. checking if we need the -export-dynamic flag... yes
  87. checking for compiler option to produce PIC... -fPIC -DPIC -shared
  88. checking if your system prepends an underscore on symbols... no
  89. checking size of short... 2
  90. checking size of int... 4
  91. checking size of long... 8
  92. checking for int16_t... yes
  93. checking for u_int16_t... yes
  94. checking for int32_t... yes
  95. checking for u_int32_t... yes
  96. checking for strings.h... (cached) yes
  97. checking sys/select.h usability... yes
  98. checking sys/select.h presence... yes
  99. checking for sys/select.h... yes
  100. checking for backtrace... no
  101. checking for strerror... yes
  102. checking for sys_errlist... yes
  103. checking for snprintf... yes
  104. checking for stricmp... no
  105. checking for strcasecmp... yes
  106. checking for strdup... yes
  107. checking for strspn... yes
  108. checking for strsignal... yes
  109. checking for gettimeofday... yes
  110. checking for setgrent... yes
  111. checking for umask... yes
  112. checking for fork... yes
  113. checking for gethostbyname... yes
  114. checking for gethostbyname_r... yes
  115. checking for strlcpy... yes
  116. checking for strlcat... yes
  117. configure: creating ./config.status
  118. config.status: creating Makefile
  119. config.status: creating src/bin/anoperc
  120. config.status: creating include/sysconf.h
  121. config.status: include/sysconf.h is unchanged
  122.  
  123. Modules: Yes
  124. MySQL: Yes
  125.  
  126. All done! Now run "make" (or possibly "gmake") to compile Anope.
  127. See the INSTALL, README and FAQ files if you have any problems.
  128. death(at)shellmix ~/anope-1.8.7> make
  129. (cd lang ; make 'CFLAGS=-pipe -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=-L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm' 'BINDEST=/homex/death/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/homex/death/services' 'RUNGROUP=' 'MODULE_PATH=/homex/death/services/modules/' 'RDB=rdb.c' 'MYSQL=mysql.c' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' all language.h ; )
  130. `language.h' is up to date.
  131. (cd include ; make 'CFLAGS=-pipe -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=-L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm' 'BINDEST=/homex/death/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/homex/death/services' 'RUNGROUP=' 'MODULE_PATH=/homex/death/services/modules/' 'RDB=rdb.c' 'MYSQL=mysql.c' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' )
  132. *** Building src
  133. make: don't know how to make ../include/language.h. Stop
  134. *** Error code 2
  135.  
  136. Stop in /homex/death/anope-1.8.7.
  137. death(at)shellmix ~/anope-1.8.7> gmake
  138. (cd lang ; gmake 'CFLAGS=-pipe -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=-L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm' 'BINDEST=/homex/death/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/homex/death/services' 'RUNGROUP=' 'MODULE_PATH=/homex/death/services/modules/' 'RDB=rdb.c ' 'MYSQL=mysql.c ' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' all language.h ; )
  139. gmake[1]: Entering directory `/homex/death/anope-1.8.7/lang'
  140. gmake[1]: Nothing to be done for `all'.
  141. gmake[1]: `language.h' is up to date.
  142. gmake[1]: Leaving directory `/homex/death/anope-1.8.7/lang'
  143. (cd include ; gmake 'CFLAGS=-pipe -g -O2 -I/usr/local/include/mysql -pipe -fno-strict-aliasing -export-dynamic' 'CC=gcc' 'ANOPELIBS=' 'LDFLAGS=-L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm' 'BINDEST=/homex/death/services' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'SHELL=/bin/sh' 'DATDEST=/homex/death/services' 'RUNGROUP=' 'MODULE_PATH=/homex/death/services/modules/' 'RDB=rdb.c ' 'MYSQL=mysql.c ' 'SHARED=-shared' 'MODULEFLAGS=-fPIC -DPIC -shared' )
  144. gmake[1]: Entering directory `/homex/death/anope-1.8.7/include'
  145. gmake[1]: Nothing to be done for `all'.
  146. gmake[1]: Leaving directory `/homex/death/anope-1.8.7/include'
  147. *** Building src
  148. gmake[1]: Entering directory `/homex/death/anope-1.8.7/src'
  149. gmake[1]: *** No rule to make target `../include/language.h', needed by `actions.o'. Stop.
  150. gmake[1]: Leaving directory `/homex/death/anope-1.8.7/src'
  151. gmake: *** [build] Error 2
  152. death(at)shellmix ~/anope-1.8.7>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement