caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Christophe TROESTLER <Christophe.Troestler@umh.ac.be>
To: christos.jonathan.hayward@gmail.com
Cc: "O'Caml Beginners Mailing List" <ocaml_beginners@yahoogroups.com>,
	"O'Caml  Mailing List" <caml-list@inria.fr>
Subject: Re: [Caml-list] "Hello web" please
Date: Tue, 11 Jul 2006 20:14:29 +0200 (CEST)	[thread overview]
Message-ID: <20060711.201429.245541912.Christophe.Troestler@umh.ac.be> (raw)
In-Reply-To: <fdc31b650607111040i39a6490cj5b7e73c42dec4b22@mail.gmail.com>

On Tue, 11 Jul 2006, "Jonathan Hayward" <christos.jonathan.hayward@gmail.com> wrote:
> 
> Thank you; it seems to compile now, but it's crashing (runtime); there's a
> library installed on my system that it's not picking up.

The way it is, the script is NOT compiled, it is interpreted.  I
recommend you compile it to bytecode
(http://caml.inria.fr/pub/docs/manual-ocaml/manual022.html) or native
code (http://caml.inria.fr/pub/docs/manual-ocaml/manual025.html)
however.

> jonathan@inner-sanctum:~/csi/ml$ ocamlrun ocaml ./demo.ml
> Cannot load required shared library dllpcre_stubs.
> Reason: dllpcre_stubs.so: cannot open shared object file: No such file or
> directory.

I do not have that problem (get Debian :).  Does the script run from
the command line?  Maybe setting the environment variable
LD_LIBRARY_PATH can help?

I propose to continue this conversation on the beginner mailing list
(http://groups.yahoo.com/group/ocaml_beginners/) to which I also sent
this message.

ChriS


  reply	other threads:[~2006-07-11 18:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-08 15:05 Jonathan Hayward http://JonathansCorner.com
2006-07-08 20:47 ` [Caml-list] " Christophe TROESTLER
2006-07-10 15:02   ` Jonathan Hayward http://JonathansCorner.com
2006-07-10 15:48     ` Christophe TROESTLER
2006-07-11 14:23       ` Jonathan Hayward http://JonathansCorner.com
2006-07-11 14:33         ` Maxence Guesdon
2006-07-11 14:42         ` Christophe TROESTLER
2006-07-11 17:40           ` Jonathan Hayward http://JonathansCorner.com
2006-07-11 18:14             ` Christophe TROESTLER [this message]
2006-07-11 20:35               ` Jonathan Hayward http://JonathansCorner.com
2006-07-12 11:20                 ` Jonathan Roewen
2006-07-10 15:51     ` Jonathan Roewen
2006-07-10 14:49 ` Jonathan Hayward http://JonathansCorner.com
2006-07-10 15:14   ` [Caml-list] " Christophe TROESTLER

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060711.201429.245541912.Christophe.Troestler@umh.ac.be \
    --to=christophe.troestler@umh.ac.be \
    --cc=caml-list@inria.fr \
    --cc=christos.jonathan.hayward@gmail.com \
    --cc=ocaml_beginners@yahoogroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).