You are not using the right commands: steph@korell:~$ ocaml Objective Caml version 3.12.1
# #use "topfind";; - : unit = () Findlib has been successfully loaded. Additional directives: #require "package";; to load a package #list;; to list the available packages #camlp4o;; to load camlp4 (standard syntax) #camlp4r;; to load camlp4 (revised syntax) #predicates "p,q,...";; to set these predicates Topfind.reset();; to force that packages will be reloaded #thread;; to enable threads - : unit = () # #require "sqlite3";; /usr/lib/ocaml/sqlite3: added to search path /usr/lib/ocaml/sqlite3/sqlite3.cma: loaded # open Sqlite3;; # Sqlite3.bind;; - : Sqlite3.stmt -> int -> Sqlite3.Data.t -> Sqlite3.Rc.t = <fun> > Bear in mind, I *am* an OCaml neophyte, and in my limited experience the > OCaml community insists on doing certain things in seemingly bizarre ways. > So perhaps *I'm* doing something wrong by expecting the library to be > readily available after installation. I'd hope not. You cannot seriously expect to install an interpreter and some libraries for a new language, run it and type random commands without reading any documentation... ** Changed in: ocaml-sqlite3 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/554267 Title: files seemingly installed to wrong location To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ocaml-sqlite3/+bug/554267/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs