Browse thread
"Hello web" please
[
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: | 2006-07-10 (15:14) |
From: | Christophe TROESTLER <Christophe.Troestler@u...> |
Subject: | Re: [Caml-list] Re: "Hello web" please |
On Mon, 10 Jul 2006, "Jonathan Hayward http://JonathansCorner.com" <christos.jonathan.hayward@gmail.com> wrote: > > I've been urged to use Netcgi from OcamlNet-2 from > http://www.ocaml-programming.de/packages/ocamlnet-2.2test2.tar.gz . Ok. I was pointing you to the subversion repository so you can browse the files and see whether that is what you need. You can download the files with svn co https://gps.dynxs.de/svn/lib-ocamlnet2/trunk/ lib-ocamlnet2 > When I tried to configure OcamlNet2 it said it needed PCRE -- and even > though I installed what was labelled as PCRE from > ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ , OcamlNet-2 refused > to configure because it couldn't recognize PCRE as being installed, and when > I commented out the test for PCRE in the configure it still couldn't find > it. You need the OCaml interface to the C library. Get it here: http://ocaml.info/home/ocaml_sources.html#toc13 Hope it helps, ChriS