Browse thread
[Caml-list] Problem using pcre on Debian
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Markus Mottl <markus@o...> |
| Subject: | Re: [Caml-list] Problem using pcre on Debian |
On Fri, 22 Feb 2002, Johann Spies wrote: > On Fri, Feb 22, 2002 at 03:48:39PM +0100, Markus Mottl wrote: > > What is the particular problem that prevents you from compiling the PCRE > > as a shared library? > > A series of messages like this: > ---------------------------------------- > ocamlc -I ../../pcre-OCaml -ccopt -L../../pcre-OCaml pcre.cma > -o cloc \ cloc.cmo > Error on dynamically loaded library: libpcre.so.0: cannot open shared > object fi$make[2]: *** [cloc] Error 2 > ------------------------------------ This is a known issue. The latest release contains information about it in the INSTALL-file. In short, you'll have to install the library before the examples can be compiled _unless_ you already have a libpcre.so installed in some place where the loader can find it (e.g. either in a place like /usr/lib or in some directory that is in LD_LIBRARY_PATH). I know this is really inconvenient, but I don't know how to solve this issue without adding further search paths for dynamic libraries with -rpath to the PCRE-library. A bit overkill just for the examples... Just do a "make install" and compile the examples again. This should work. Regards, Markus Mottl -- Markus Mottl markus@oefai.at Austrian Research Institute for Artificial Intelligence http://www.oefai.at/~markus ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners