From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id C0B48BB84 for ; Mon, 10 Jul 2006 17:51:26 +0200 (CEST) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.195]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k6AFpPa4018542 for ; Mon, 10 Jul 2006 17:51:26 +0200 Received: by nz-out-0102.google.com with SMTP id z3so1342455nzf for ; Mon, 10 Jul 2006 08:51:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gcIoZ8ADD71BAxxzockrK30mbHz90h+8tFoLccowiEZd+IanYW+ss4Ea7od1e4k8UD/DL2xoCpv1cbWhOUmPspFcBs2Y5ojtHsrNxDzzaJs4WBvL+qxlHKEYvHO/TxoR1exbDLi4tcEj59FSUjXTH2aY8xZHYmnd423vlS5A8Gg= Received: by 10.36.50.17 with SMTP id x17mr5753528nzx; Mon, 10 Jul 2006 08:51:23 -0700 (PDT) Received: by 10.36.101.10 with HTTP; Mon, 10 Jul 2006 08:51:23 -0700 (PDT) Message-ID: Date: Tue, 11 Jul 2006 03:51:23 +1200 From: "Jonathan Roewen" To: "Jonathan Hayward http://JonathansCorner.com" Subject: Re: [Caml-list] "Hello web" please Cc: caml-list@yquem.inria.fr In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060708.224756.70330795.Christophe.Troestler@umh.ac.be> X-j-chkmail-Score: MSGID : 44B2777D.001 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 44B2777D.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; usr:01 ocaml:01 usr:01 ocamlrun:01 ocaml:01 caml-list:01 bin:01 bin:01 might:10 some:13 local:15 local:15 hello:17 try:18 what:23 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP autolearn=disabled version=3.0.3 > #!/usr/local/bin/ocaml you might want to try: #!/usr/local/bin/ocamlrun ocaml This is what I had to do with my webhost for some reason.