Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. % comandos.pl compiled 0.00 sec, 9 clauses
  2. % library(error) compiled into error 0.00 sec, 81 clauses
  3. % library(pairs) compiled into pairs 0.00 sec, 22 clauses
  4. % library(lists) compiled into lists 0.01 sec, 205 clauses
  5. % library(shlib) compiled into shlib 0.01 sec, 246 clauses
  6. ERROR: /usr/lib64/swipl-6.6.6/library/odbc.pl:72:
  7. '$open_shared_object'/3: /usr/lib64/swipl-6.6.6/lib/x86_64-</br>linux/odbc4pl.so: undefined symbol: PL_get_long
  8. Warning: /usr/lib64/swipl-6.6.6/library/odbc.pl:72:
  9. Goal (directive) failed: odbc:use_foreign_library(foreign(odbc4pl))
  10. ERROR: Exported procedure odbc:odbc_query/4 is not defined
  11. ERROR: Exported procedure odbc:odbc_fetch/3 is not defined
  12. ERROR: Exported procedure odbc:odbc_prepare/5 is not defined
  13. ERROR: Exported procedure odbc:odbc_execute/3 is not defined
  14. ERROR: Exported procedure odbc:odbc_close_statement/1 is not defined
  15. ERROR: Exported procedure odbc:odbc_debug/1 is not defined
  16. ERROR: Exported procedure odbc:odbc_connect/3 is not defined
  17. ERROR: Exported procedure odbc:odbc_disconnect/1 is not defined
  18. ERROR: Exported procedure odbc:odbc_get_connection/2 is not defined
  19. ERROR: Exported procedure odbc:odbc_end_transaction/2 is not defined
  20. ERROR: Exported procedure odbc:odbc_set_connection/2 is not defined
  21. ERROR: Exported procedure odbc:odbc_free_statement/1 is not defined
  22. ERROR: Exported procedure odbc:odbc_clone_statement/2 is not defined
  23. % /usr/lib64/swipl-6.6.6/library/odbc.pl compiled into odbc 0.02 sec, 324 clauses
  24. ERROR: [Thread 1]: exception handler failed to define odbc:odbc_connect/3
  25. Exception: (4) odbc:odbc_connect('DB_prolog', _G3108, [user(root), password(*******), alias(dbprolog), open(once)]) ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement