Advertisement
Guest User

Untitled

a guest
Jan 13th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. root@ubuntu:~/bahamut-2.0.1# make
  2. Building src
  3. make[1]: Entering directory `/root/bahamut-2.0.1/src'
  4. gcc -I../include -g -O2 -Wall -fno-strict-aliasing -c blalloc.c
  5. In file included from blalloc.c:9:0:
  6. ../include/struct.h:53:51: fatal error: openssl/rsa.h: No such file or directory
  7. compilation terminated.
  8. make[1]: *** [blalloc.o] Error 1
  9. make[1]: Leaving directory `/root/bahamut-2.0.1/src'
  10. Building doc
  11. make[1]: Entering directory `/root/bahamut-2.0.1/doc'
  12. make[1]: Nothing to be done for `build'.
  13. make[1]: Leaving directory `/root/bahamut-2.0.1/doc'
  14. Building tools
  15. make[1]: Entering directory `/root/bahamut-2.0.1/tools'
  16. make[1]: Nothing to be done for `build'.
  17. make[1]: Leaving directory `/root/bahamut-2.0.1/tools'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement