From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id MAA07996; Sat, 8 Nov 2003 12:47:47 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id MAA08083 for ; Sat, 8 Nov 2003 12:47:45 +0100 (MET) Received: from igloo.phubuh.org (c-70b670d5.028-10-67766c2.cust.bredbandsbolaget.se [213.112.182.112]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id hA8Blj125236 for ; Sat, 8 Nov 2003 12:47:45 +0100 (MET) Received: from igloo.phubuh.org (localhost [127.0.0.1]) by igloo.phubuh.org (Postfix) with ESMTP id 61FE9535DE; Sat, 8 Nov 2003 12:47:18 +0100 (CET) From: Mikael Brockman To: caml-list@inria.fr Cc: rich@annexia.org Subject: [Caml-list] mod_caml 1.0.0 and O'Caml 3.07+2 - problem with caml_mutex_new Message-Id: <20031108114718.61FE9535DE@igloo.phubuh.org> Date: Sat, 8 Nov 2003 12:47:18 +0100 (CET) X-Loop: caml-list@inria.fr X-Spam: no; 0.00; 3.07:01 1.0.0,:01 3.07:01 3.06,:01 caml:01 caml:01 syntax:02 modules:02 modules:02 o'caml:02 o'caml:02 module:03 conf:03 conf:03 undefined:04 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I'm using Apache 1.3.29, mod_caml 1.0.0, and O'Caml 3.07+2, and getting this error on startup of Apache: Syntax error on line 59 of /etc/apache/conf/apache.conf: Cannot load /etc/apache/modules/mod_caml.so into server: /etc/apache/modules/mod_caml.so: undefined symbol: caml_mutex_new Line 59 is the call to LoadModule for mod_caml.so. mod_caml worked with O'Caml 3.06, but I upgraded to 3.07+2 to avoid needing to add CamlLoad lines and restart Apache for every new module I want to link to. I believe I have recompiled all O'Caml modules on my system. -- Mikael Brockman ------------------- 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