smileface

Da build exim

Feb 17th, 2025 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.98 KB | None | 0 0
  1. [root@server ~]# cd /usr/local/directadmin/custombuild
  2. [root@server custombuild]# da build exim
  3. download_cached: using cached '/usr/local/directadmin/custombuild/cache/exim-4.98.tar.gz' file
  4. Compiling exim...
  5. /bin/sh scripts/source_checks
  6.  
  7. >>> Creating links to source files...
  8. >>> Creating lookups/Makefile for building dynamic modules
  9. >>> New Makefile & lookups/Makefile installed
  10. >>> Use "make makefile" if you need to force rebuilding of the makefile
  11.  
  12. make[1]: warning: -j8 forced in submake: resetting jobserver mode.
  13. make[1]: Entering directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64'
  14. /bin/sh ../scripts/Configure-os.c
  15. cc buildconfig.c
  16. /bin/sh ../scripts/Configure-os.h
  17. cc exim_lock.c
  18. cc -o exim_lock
  19. >>> exim_lock utility built
  20.  
  21. /bin/sh ../scripts/Configure-config.h "make"
  22. make[2]: Entering directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64'
  23. make[2]: 'buildconfig' is up to date.
  24. make[2]: Leaving directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64'
  25. Building configuration file config.h
  26. >>> config.h built
  27.  
  28. cc -DMACRO_PREDEF macro_predef.c
  29. cc -DMACRO_PREDEF globals.c
  30. cc -DMACRO_PREDEF readconf.c
  31. cc -DMACRO_PREDEF expand.c
  32. cc -DMACRO_PREDEF route.c
  33. cc -DMACRO_PREDEF drtables.c
  34. cc -DMACRO_PREDEF transport.c
  35. cc -DMACRO_PREDEF acl.c
  36. cc -DMACRO_PREDEF tls.c
  37. cc -DMACRO_PREDEF transports/appendfile.c
  38. cc -DMACRO_PREDEF transports/autoreply.c
  39. cc -DMACRO_PREDEF transports/lmtp.c
  40. cc -DMACRO_PREDEF transports/pipe.c
  41. cc -DMACRO_PREDEF transports/queuefile.c
  42. cc -DMACRO_PREDEF transports/smtp.c
  43. cc -DMACRO_PREDEF routers/accept.c
  44. cc -DMACRO_PREDEF routers/dnslookup.c
  45. cc -DMACRO_PREDEF routers/ipliteral.c
  46. cc -DMACRO_PREDEF routers/iplookup.c
  47. cc -DMACRO_PREDEF routers/manualroute.c
  48. cc -DMACRO_PREDEF routers/queryprogram.c
  49. cc -DMACRO_PREDEF routers/redirect.c
  50. cc -DMACRO_PREDEF auths/auth-spa.c
  51. cc -DMACRO_PREDEF auths/cram_md5.c
  52. cc -DMACRO_PREDEF auths/cyrus_sasl.c
  53. cc -DMACRO_PREDEF auths/dovecot.c
  54. cc -DMACRO_PREDEF auths/gsasl_exim.c
  55. cc -DMACRO_PREDEF auths/heimdal_gssapi.c
  56. cc -DMACRO_PREDEF auths/plaintext.c
  57. cc -DMACRO_PREDEF auths/spa.c
  58. cc -DMACRO_PREDEF auths/tls.c
  59. cc -DMACRO_PREDEF auths/external.c
  60. cc -DMACRO_PREDEF dkim.c
  61. cc -DMACRO_PREDEF malware.c
  62. cc -DMACRO_PREDEF pdkim/signing.c
  63. cc exim_dbmbuild.c
  64. cc -DEXIM_DUMPDB exim_dbutil.c
  65. cc -DCOMPILE_UTILITY os.c
  66. cc -DCOMPILE_UTILITY store.c
  67. cc -DEXIM_FIXDB exim_dbutil.c
  68. cc -DCOMPILE_UTILITY queue.c
  69. cc -DEXIM_TIDYDB exim_dbutil.c
  70. cc acl.c
  71. cc base64.c
  72. cc child.c
  73. cc crypt16.c
  74. cc daemon.c
  75. cc dbfn.c
  76. cc debug.c
  77. cc deliver.c
  78. cc directory.c
  79. cc dns.c
  80. cc drtables.c
  81. cc enq.c
  82. cc exim.c
  83. cc expand.c
  84. cc filter.c
  85. cc filtertest.c
  86. cc globals.c
  87. cc dkim.c
  88. cc dkim_transport.c
  89. cc dnsbl.c
  90. cc hash.c
  91. cc header.c
  92. cc host.c
  93. cc host_address.c
  94. cc ip.c
  95. cc log.c
  96. cc lss.c
  97. cc match.c
  98. cc md5.c
  99. cc moan.c
  100. cc os.c
  101. cc parse.c
  102. cc priv.c
  103. cc proxy.c
  104. cc queue.c
  105. cc rda.c
  106. cc readconf.c
  107. cc receive.c
  108. cc retry.c
  109. cc rewrite.c
  110. cc rfc2047.c
  111. cc regex_cache.c
  112. cc route.c
  113. cc search.c
  114. cc sieve.c
  115. cc smtp_in.c
  116. cc smtp_out.c
  117. cc spool_in.c
  118. cc spool_out.c
  119. cc std-crypto.c
  120. cc store.c
  121. cc string.c
  122. cc tls.c
  123. cc tod.c
  124. cc transport.c
  125. cc tree.c
  126. cc verify.c
  127. cc environment.c
  128. gcc perl.c
  129. cc malware.c
  130. cc mime.c
  131. cc regex.c
  132. perl.c: In function 'call_perl_cat':
  133. perl.c:166:7: warning: variable 'items' set but not used [-Wunused-but-set-variable]
  134. int items;
  135. ^~~~~
  136. cc spam.c
  137. cc spool_mbox.c
  138. cc arc.c
  139. cc bmi_spam.c
  140. cc dane.c
  141. cc dcc.c
  142. cc dmarc.c
  143. cc imap_utf7.c
  144. cc spf.c
  145. cc utf8.c
  146. cc xclient.c
  147. cc version.c
  148. cc -o macro_predef
  149. cc -o exim_dbmbuild
  150. cc -o exim_dumpdb
  151. cc -o exim_fixdb
  152. cc -o exim_tidydb
  153. ./macro_predef > macro.c
  154. >>> exim_dbmbuild utility built
  155.  
  156. >>> exinext script built
  157. >>> exim_dumpdb utility built
  158.  
  159. >>> exiwhat script built
  160. >>> exim_fixdb utility built
  161. >>> exicyclog script built
  162.  
  163. >>> exim_tidydb utility built
  164.  
  165. >>> exiqgrep script built
  166. >>> eximstats script built
  167. >>> transport-filter.pl script built
  168. # @./exim_checkaccess -v 2>&1 >/dev/null
  169. >>> exiqsumm script built
  170. >>> exigrep script built
  171. >>> exim_checkaccess script built
  172.  
  173. make[2]: warning: -j8 forced in submake: resetting jobserver mode.
  174. make[2]: Entering directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/lookups'
  175. cc cdb.c
  176. cc dbmdb.c
  177. cc dnsdb.c
  178. cc lsearch.c
  179. cc spf.c
  180. cc readsock.c
  181. >>> convert4r3 script built
  182. >>> exipick script built
  183. >>> convert4r4 script built
  184. make[2]: Entering directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/auths'
  185. make[2]: warning: -j8 forced in submake: resetting jobserver mode.
  186. make[2]: Entering directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/pdkim'
  187. make[2]: warning: -j8 forced in submake: resetting jobserver mode.
  188. cc auth-spa.c
  189. cc lf_quote.c
  190. make[2]: Entering directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/routers'
  191. make[2]: warning: -j8 forced in submake: resetting jobserver mode.
  192. >>> exim_id_update script built
  193. make[2]: Entering directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/transports'
  194. make[2]: warning: -j8 forced in submake: resetting jobserver mode.
  195. cc macro.c
  196. >>> exim_msgdate script built
  197. cc accept.c
  198. cc lf_check_file.c
  199. cc call_pam.c
  200. cc appendfile.c
  201. cc pdkim.c
  202. cc dnslookup.c
  203. cc call_pwcheck.c
  204. cc autoreply.c
  205. cc local_scan.c
  206. cc lmtp.c
  207. cc call_radius.c
  208. cc ipliteral.c
  209. cc signing.c
  210. cc check_serv_cond.c
  211. cc pipe.c
  212. cc iplookup.c
  213. cc cram_md5.c
  214. cc manualroute.c
  215. cc queryprogram.c
  216. cc queuefile.c
  217. cc cyrus_sasl.c
  218. cc redirect.c
  219. cc dovecot.c
  220. cc smtp.c
  221. cc smtp_socks.c
  222. cc tf_maildir.c
  223. cc rf_change_domain.c
  224. cc lf_sqlperform.c
  225. ar cq lookups.a
  226. ranlib lookups.a
  227. cc external.c
  228. cc rf_expand_data.c
  229. cc get_data.c
  230. cc rf_get_errors_address.c
  231. cc get_no64_data.c
  232. make[2]: Leaving directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/lookups'
  233. cc rf_get_munge_headers.c
  234.  
  235. cc gsasl_exim.c
  236. cc lookups/lf_quote.c
  237. cc lookups/lf_check_file.c
  238. cc rf_get_transport.c
  239. cc lookups/lf_sqlperform.c
  240. cc heimdal_gssapi.c
  241. cc plaintext.c
  242. cc rf_get_ugid.c
  243. cc rf_lookup_hostlist.c
  244. cc rf_queue_add.c
  245. cc pwcheck.c
  246. cc spa.c
  247. cc rf_self_action.c
  248. cc tls.c
  249. cc xtextdecode.c
  250. cc rf_set_ugid.c
  251. cc xtextencode.c
  252. ar cq pdkim.a
  253. ranlib pdkim.a
  254. make[2]: Leaving directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/pdkim'
  255.  
  256. ar cq routers.a
  257. ranlib routers.a
  258. make[2]: Leaving directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/routers'
  259.  
  260. ar cq auths.a
  261. ranlib auths.a
  262. make[2]: Leaving directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/auths'
  263.  
  264. ar cq transports.a
  265. ranlib transports.a
  266. make[2]: Leaving directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64/transports'
  267.  
  268. cc -o exim
  269. /usr/bin/ld: acl.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  270. /usr/bin/ld: base64.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  271. /usr/bin/ld: child.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  272. /usr/bin/ld: crypt16.o: relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIC
  273. /usr/bin/ld: daemon.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  274. /usr/bin/ld: dbfn.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  275. /usr/bin/ld: debug.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  276. /usr/bin/ld: deliver.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  277. /usr/bin/ld: directory.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  278. /usr/bin/ld: dns.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  279. /usr/bin/ld: drtables.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  280. /usr/bin/ld: enq.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  281. /usr/bin/ld: exim.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  282. /usr/bin/ld: expand.o: relocation R_X86_64_32S against undefined symbol `expand_nstring' can not be used when making a PIE object; recompile with -fPIC
  283. /usr/bin/ld: filter.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  284. /usr/bin/ld: filtertest.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  285. /usr/bin/ld: dkim.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  286. /usr/bin/ld: dkim_transport.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  287. /usr/bin/ld: dnsbl.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  288. /usr/bin/ld: hash.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  289. /usr/bin/ld: header.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  290. /usr/bin/ld: host.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  291. /usr/bin/ld: ip.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  292. /usr/bin/ld: log.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  293. /usr/bin/ld: lss.o: relocation R_X86_64_32 against symbol `domainlist_anchor' can not be used when making a PIE object; recompile with -fPIC
  294. /usr/bin/ld: match.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  295. /usr/bin/ld: moan.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  296. /usr/bin/ld: os.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  297. /usr/bin/ld: parse.o: relocation R_X86_64_32S against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  298. /usr/bin/ld: priv.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  299. /usr/bin/ld: queue.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  300. /usr/bin/ld: rda.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  301. /usr/bin/ld: readconf.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  302. /usr/bin/ld: receive.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  303. /usr/bin/ld: retry.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  304. /usr/bin/ld: rewrite.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  305. /usr/bin/ld: rfc2047.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  306. /usr/bin/ld: regex_cache.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  307. /usr/bin/ld: route.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  308. /usr/bin/ld: search.o: relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  309. /usr/bin/ld: sieve.o: relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  310. /usr/bin/ld: smtp_in.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  311. /usr/bin/ld: smtp_out.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  312. /usr/bin/ld: spool_in.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  313. /usr/bin/ld: spool_out.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  314. /usr/bin/ld: std-crypto.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  315. /usr/bin/ld: store.o: relocation R_X86_64_32 against undefined symbol `paired_pools' can not be used when making a PIE object; recompile with -fPIC
  316. /usr/bin/ld: string.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  317. /usr/bin/ld: tls.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  318. /usr/bin/ld: tod.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  319. /usr/bin/ld: transport.o: relocation R_X86_64_32S against symbol `optionlist_transports' can not be used when making a PIE object; recompile with -fPIC
  320. /usr/bin/ld: tree.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  321. /usr/bin/ld: verify.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  322. /usr/bin/ld: environment.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  323. /usr/bin/ld: lookups/lf_quote.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  324. /usr/bin/ld: lookups/lf_check_file.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  325. /usr/bin/ld: lookups/lf_sqlperform.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  326. /usr/bin/ld: malware.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  327. /usr/bin/ld: mime.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  328. /usr/bin/ld: regex.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  329. /usr/bin/ld: spam.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  330. /usr/bin/ld: spool_mbox.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  331. /usr/bin/ld: dane.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  332. /usr/bin/ld: spf.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  333. /usr/bin/ld: version.o: relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIC
  334. /usr/bin/ld: routers/routers.a(accept.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  335. /usr/bin/ld: routers/routers.a(dnslookup.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  336. /usr/bin/ld: routers/routers.a(ipliteral.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  337. /usr/bin/ld: routers/routers.a(manualroute.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  338. /usr/bin/ld: routers/routers.a(queryprogram.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  339. /usr/bin/ld: routers/routers.a(redirect.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  340. /usr/bin/ld: routers/routers.a(rf_change_domain.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  341. /usr/bin/ld: routers/routers.a(rf_expand_data.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  342. /usr/bin/ld: routers/routers.a(rf_get_errors_address.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  343. /usr/bin/ld: routers/routers.a(rf_get_munge_headers.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  344. /usr/bin/ld: routers/routers.a(rf_get_transport.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  345. /usr/bin/ld: routers/routers.a(rf_get_ugid.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  346. /usr/bin/ld: routers/routers.a(rf_lookup_hostlist.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  347. /usr/bin/ld: routers/routers.a(rf_queue_add.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  348. /usr/bin/ld: routers/routers.a(rf_self_action.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  349. /usr/bin/ld: transports/transports.a(appendfile.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  350. /usr/bin/ld: transports/transports.a(autoreply.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  351. /usr/bin/ld: transports/transports.a(lmtp.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  352. /usr/bin/ld: transports/transports.a(pipe.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  353. /usr/bin/ld: transports/transports.a(smtp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  354. /usr/bin/ld: transports/transports.a(tf_maildir.o): relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  355. /usr/bin/ld: lookups/lookups.a(cdb.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  356. /usr/bin/ld: lookups/lookups.a(dbmdb.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  357. /usr/bin/ld: lookups/lookups.a(dnsdb.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  358. /usr/bin/ld: lookups/lookups.a(lsearch.o): relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  359. /usr/bin/ld: lookups/lookups.a(spf.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  360. /usr/bin/ld: lookups/lookups.a(readsock.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  361. /usr/bin/ld: auths/auths.a(cram_md5.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  362. /usr/bin/ld: auths/auths.a(dovecot.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  363. /usr/bin/ld: auths/auths.a(get_data.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  364. /usr/bin/ld: auths/auths.a(get_no64_data.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  365. /usr/bin/ld: auths/auths.a(plaintext.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  366. /usr/bin/ld: auths/auths.a(spa.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
  367. /usr/bin/ld: auths/auths.a(xtextdecode.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  368. /usr/bin/ld: auths/auths.a(xtextencode.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  369. /usr/bin/ld: auths/auths.a(auth-spa.o): relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIC
  370. /usr/bin/ld: auths/auths.a(check_serv_cond.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  371. /usr/bin/ld: pdkim/pdkim.a(pdkim.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  372. /usr/bin/ld: pdkim/pdkim.a(signing.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  373. /usr/bin/ld: final link failed: Nonrepresentable section on output
  374. collect2: error: ld returned 1 exit status
  375. make[1]: *** [Makefile:687: exim] Error 1
  376. make[1]: Leaving directory '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz/build-Linux-x86_64'
  377. make: *** [Makefile:37: all] Error 2
  378. doExim: failed to compile '/usr/local/directadmin/custombuild/cache/exim-4.98.tar.gz' inside '/usr/local/directadmin/custombuild/tmp/tmp.2Js2oELeoa.exim-4.98.tar.gz'
  379. failed to compile exim 4.98
  380. [root@server custombuild]#
  381.  
Add Comment
Please, Sign In to add comment