bugmod_caml - Bugs: bug #6995, Dependency problem

 
 

bug #6995: Dependency problem

Submitter:  None
Submitted:  Sat 27 Dec 2003 07:12:09 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 26 Jan 2004 03:40:07 PM UTC, comment #2: 

Fixed in CVS.

Richard W.M. Jones <rwmj>
Group administrator
Thu 15 Jan 2004 01:36:21 PM UTC, comment #1: 

This is a bug.  I suspect a better way to fix it though might
be to just remove all of this code - it's not required for
Ocaml >= 3.07 at all.

Richard W.M. Jones <rwmj>
Group administrator
Sat 27 Dec 2003 07:12:09 AM UTC, original submission:  

I have been attempting to get mod_caml working with a new installation of OCaml-3.07. After several failed attempts, I discovered that search paths for some required modules are hardcoded in mod_caml.ml. E.g.:

       ocamllibdir ^ "/pcre";
       ocamllibdir ^ "/postgres"]

Obviously, some users may have these packages in other locations. Moreover, these paths are not the default locations for recent versions of Pcre and Postgres: the default for Pcre (4.29 & 4.30) is $OCAMLLIBDIR/contrib; the
default for Postgres-20010808 is a Findlib installation, i.e. probably under $OCAML/lib/site-lib.

Suggested fix: create a file 'mod_caml.ml.in', using variables for the search paths; preprocess this file at build time to generate a 'mod_caml.ml' with the correct paths.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2004-01-26 rwmj StatusNone Fixed

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code