I tried to install this on archlinux 64bit. ocaml and sqlite3 are installed. I did not install any of the ocaml libraries (since I do not know how to, and the install file says that configure script can do that for me). However, I get an error with ./configure
Code:
configure: checking for ocaml compiler and tools...
checking for ocamlc... /usr/bin/ocamlc
checking for ocamlopt... /usr/bin/ocamlopt
checking for ocamldoc... /usr/bin/ocamldoc
checking for ocamlmktop... /usr/bin/ocamlmktop
configure: checking for other tools...
checking for wget... /usr/bin/wget
checking for curl... /usr/bin/curl
checking for tar... /bin/tar
checking for bunzip2... /bin/bunzip2
checking for gunzip... /bin/gunzip
checking for a BSD-compatible install... /bin/install -c
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing sqlite3_open... -lsqlite3
configure: checking for CamlPDF installation...
File "conftest.ml", line 2, characters 18-37:
Unbound value Pdfdoc.add_pagetree
configure: error: compilation of CamlPDF test program failed
See `config.log' for more details.
I could not find any more details in config.log. Any ideas on what is going on?