Advertisement
Guest User

Untitled

a guest
Nov 29th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. /usr/bin/ruby19 extconf.rb
  2. checking for db_version() in -ldb-5.1... no
  3. checking for db_version() in -ldb-5.0... no
  4. checking for db_version() in -ldb-4.9... no
  5. checking for db_version() in -ldb-4.8... yes
  6. Writing bdb_aux._c (defines), this takes a while
  7. don't know how to handle DB_DEGREE_2 DB_READ_COMMITTED, guessing UINT
  8. don't know how to handle DB_DIRTY_READ DB_READ_UNCOMMITTED, guessing UINT
  9.  
  10. wrote 432 defines
  11. creating Makefile
  12.  
  13. make
  14. compiling bdb.c
  15. bdb.c: In function ‘raise_error’:
  16. bdb.c:84:0: warning: "eDbE_create" redefined
  17. bdb.c:50:0: note: this is the location of the previous definition
  18. bdb.c: In function ‘assoc_rescue’:
  19. bdb.c:1200:11: warning: format not a string literal and no format arguments
  20. bdb.c: In function ‘Init_bdb’:
  21. bdb.c:3331:0: warning: "eDbE_create" redefined
  22. bdb.c:84:0: note: this is the location of the previous definition
  23. bdb.c:3424:0: warning: "ENV_LOG_CONFIG_FUNC" redefined
  24. bdb.c:2533:0: note: this is the location of the previous definition
  25. linking shared-object bdb.so
  26. bdb.o: In function `env_get_lg_regionmax':
  27. bdb.c:(.text+0xe4f): undefined reference to `UINT2FIX'
  28. bdb.o: In function `env_get_lg_max':
  29. bdb.c:(.text+0xeaf): undefined reference to `UINT2FIX'
  30. bdb.o: In function `env_get_lg_bsize':
  31. bdb.c:(.text+0xf0f): undefined reference to `UINT2FIX'
  32. collect2: ld returned 1 exit status
  33. make: *** [bdb.so] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement