Advertisement
kn0tsel

NotSoESe-01

Feb 23rd, 2013
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. ESes-MacBook-Pro:Tor ESe$ port installed | grep event
  2. libevent @2.0.21_0 (active)
  3.  
  4. ESes-MacBook-Pro:Tor ESe$ ls -laAoFG /opt/local/lib/* | grep event
  5. -rwxr-xr-x 1 root 262296 Feb 8 10:05 /opt/local/lib/libevent-2.0.5.dylib*
  6. -rw-r--r-- 1 root 407528 Feb 8 10:05 /opt/local/lib/libevent.a
  7. lrwxr-xr-x 1 root 20 Feb 8 10:05 /opt/local/lib/libevent.dylib@ -> libevent-2.0.5.dylib
  8. -rwxr-xr-x 1 root 941 Feb 8 10:05 /opt/local/lib/libevent.la*
  9. -rwxr-xr-x 1 root 155464 Feb 8 10:05 /opt/local/lib/libevent_core-2.0.5.dylib*
  10. -rw-r--r-- 1 root 235504 Feb 8 10:05 /opt/local/lib/libevent_core.a
  11. lrwxr-xr-x 1 root 25 Feb 8 10:05 /opt/local/lib/libevent_core.dylib@ -> libevent_core-2.0.5.dylib
  12. -rwxr-xr-x 1 root 971 Feb 8 10:05 /opt/local/lib/libevent_core.la*
  13. -rwxr-xr-x 1 root 126172 Feb 8 10:05 /opt/local/lib/libevent_extra-2.0.5.dylib*
  14. -rw-r--r-- 1 root 172128 Feb 8 10:05 /opt/local/lib/libevent_extra.a
  15. lrwxr-xr-x 1 root 26 Feb 8 10:05 /opt/local/lib/libevent_extra.dylib@ -> libevent_extra-2.0.5.dylib
  16. -rwxr-xr-x 1 root 977 Feb 8 10:05 /opt/local/lib/libevent_extra.la*
  17. -rwxr-xr-x 1 root 26952 Feb 8 10:05 /opt/local/lib/libevent_openssl-2.0.5.dylib*
  18. -rw-r--r-- 1 root 19688 Feb 8 10:05 /opt/local/lib/libevent_openssl.a
  19. lrwxr-xr-x 1 root 28 Feb 8 10:05 /opt/local/lib/libevent_openssl.dylib@ -> libevent_openssl-2.0.5.dylib
  20. -rwxr-xr-x 1 root 1004 Feb 8 10:05 /opt/local/lib/libevent_openssl.la*
  21. -rwxr-xr-x 1 root 10256 Feb 8 10:05 /opt/local/lib/libevent_pthreads-2.0.5.dylib*
  22. -rw-r--r-- 1 root 4352 Feb 8 10:05 /opt/local/lib/libevent_pthreads.a
  23. lrwxr-xr-x 1 root 29 Feb 8 10:05 /opt/local/lib/libevent_pthreads.dylib@ -> libevent_pthreads-2.0.5.dylib
  24. -rwxr-xr-x 1 root 995 Feb 8 10:05 /opt/local/lib/libevent_pthreads.la*
  25. -rw-r--r-- 1 root 328 Feb 8 10:05 libevent.pc
  26. -rw-r--r-- 1 root 368 Feb 8 10:05 libevent_openssl.pc
  27. -rw-r--r-- 1 root 380 Feb 8 10:05 libevent_pthreads.pc
  28. -rw-r--r-- 1 root 244 Jun 2 2012 xcb-event.pc
  29.  
  30. ESes-MacBook-Pro:Tor ESe$ ./configure --with-libevent-dir=/opt/local/lib/
  31. checking for a BSD-compatible install... /usr/bin/install -c
  32. checking whether build environment is sane... yes
  33. checking for a thread-safe mkdir -p... ./install-sh -c -d
  34. checking for gawk... no
  35. checking for mawk... no
  36. checking for nawk... no
  37. checking for awk... awk
  38. checking whether make sets $(MAKE)... yes
  39. checking whether make supports nested variables... no
  40. checking whether make supports nested variables... (cached) no
  41. checking build system type... x86_64-apple-darwin11.4.2
  42. checking host system type... x86_64-apple-darwin11.4.2
  43. checking for ar... ar
  44. checking for gcc... gcc
  45. checking whether the C compiler works... yes
  46. checking for C compiler default output file name... a.out
  47. checking for suffix of executables...
  48. checking whether we are cross compiling... no
  49. checking for suffix of object files... o
  50. checking whether we are using the GNU C compiler... yes
  51. checking whether gcc accepts -g... yes
  52. checking for gcc option to accept ISO C89... none needed
  53. checking for style of include used by make... GNU
  54. checking dependency style of gcc... gcc3
  55. checking how to run the C preprocessor... gcc -E
  56. checking whether make sets $(MAKE)... (cached) yes
  57. checking for ranlib... ranlib
  58. checking for sed... sed
  59. checking for asciidoc... none
  60. checking for a2x... none
  61. checking whether gcc and cc understand -c and -o together... yes
  62. checking for flexible array members... yes
  63. checking for sha1sum... none
  64. checking for openssl... /opt/local/bin/openssl
  65. checking for win32... no
  66. checking for MIPSpro compiler... no
  67. checking for grep that handles long lines and -e... /usr/bin/grep
  68. checking for egrep... /usr/bin/grep -E
  69. checking for ANSI C header files... yes
  70. checking for sys/types.h... yes
  71. checking for sys/stat.h... yes
  72. checking for stdlib.h... yes
  73. checking for string.h... yes
  74. checking for memory.h... yes
  75. checking for strings.h... yes
  76. checking for inttypes.h... yes
  77. checking for stdint.h... yes
  78. checking for unistd.h... yes
  79. checking whether byte ordering is bigendian... no
  80. checking for library containing socket... none required
  81. checking for library containing gethostbyname... none required
  82. checking for library containing dlopen... none required
  83. checking for library containing inet_aton... none required
  84. checking for library containing clock_gettime... no
  85. checking for library containing pthread_create... none required
  86. checking for library containing pthread_detach... none required
  87. checking for _NSGetEnviron... yes
  88. checking for accept4... no
  89. checking for clock_gettime... no
  90. checking for flock... yes
  91. checking for ftime... yes
  92. checking for getaddrinfo... yes
  93. checking for getifaddrs... yes
  94. checking for getrlimit... yes
  95. checking for gettimeofday... yes
  96. checking for gmtime_r... yes
  97. checking for inet_aton... yes
  98. checking for ioctl... yes
  99. checking for issetugid... yes
  100. checking for llround... yes
  101. checking for localtime_r... yes
  102. checking for lround... yes
  103. checking for memmem... yes
  104. checking for prctl... no
  105. checking for rint... yes
  106. checking for socketpair... yes
  107. checking for strlcat... yes
  108. checking for strlcpy... yes
  109. checking for strptime... yes
  110. checking for strtok_r... yes
  111. checking for strtoull... yes
  112. checking for sysconf... yes
  113. checking for uname... yes
  114. checking for vasprintf... yes
  115. checking for _vscprintf... no
  116. checking pthread.h usability... yes
  117. checking pthread.h presence... yes
  118. checking for pthread.h... yes
  119. checking for pthread_create... yes
  120. checking for sys/types.h... (cached) yes
  121. checking for u_int64_t... yes
  122. checking for u_int32_t... yes
  123. checking for u_int16_t... yes
  124. checking for u_int8_t... yes
  125. checking for libevent directory... configure: WARNING: We found the libraries for libevent, but we could not find the C header files. You may need to install a devel package.
  126. ==> There is no 'devel' package other than libevent @2.0.21_0
  127. configure: error: Missing headers; unable to proceed.
  128. ==> So where the #FCUK are my headers plz..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement