From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 995E4BC6B for ; Wed, 27 Jun 2007 07:32:53 +0200 (CEST) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l5R5WqtN028190 for ; Wed, 27 Jun 2007 07:32:53 +0200 Received: by wa-out-1112.google.com with SMTP id m34so89670wag for ; Tue, 26 Jun 2007 22:32:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BNH0BiNJ8PIC0moUI5pa034OL7XCZLCCP5ONye4Ci459dBFmnxnl40TLVlyuxvA6tmDhYgEsh9vptANXvkm3uEzlm4RwsI2IJIjP0JIyorkJqSN59bJvosaFWMvY2E1BofsBD02XjGkBGik5u3iCNPu84rstHsQKbSnc1RWxizI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AkmzNBLcgD3kH4Q/EVWbJ4NqQ/D5pumu1KosLcW1QvFZNwK2Vvy2BMEY1WL3dFGVG3z+Hb5zozTpa+3mkpT/2Z0pu+OsVAm9nBYS+TFwwNYkRvyppxHHVMFEUuUfuOeVJbPnDGdPbAmawe1ID525Eik7yAHUGkb59z2uAlAGhg4= Received: by 10.115.17.1 with SMTP id u1mr138630wai.1182922372045; Tue, 26 Jun 2007 22:32:52 -0700 (PDT) Received: by 10.115.76.7 with HTTP; Tue, 26 Jun 2007 22:32:52 -0700 (PDT) Message-ID: Date: Wed, 27 Jun 2007 01:32:52 -0400 From: "Jake Donham" Sender: jake.donham@gmail.com To: "Martin Jambon" , caml-list@inria.fr Subject: Re: [Caml-list] camlp4 -I and shared libs 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: X-Google-Sender-Auth: d1f1075f8a0f98f2 X-Miltered: at discorde with ID 4681F684.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 libs:01 dllpcre:01 stubs:01 bug:01 wrote:01 caml-list:01 library:03 conf:04 loading:05 shared:06 shared:06 file:08 file:08 object:09 On 6/25/07, Jake Donham wrote: > error loading shared library: dllpcre_stubs.so: cannot open shared > object file: No such file or directory. Sorry, this was my bug. Somehow I messed up my ld.conf and didn't notice it. Thanks for your help. Jake