I'm trying to install GODI on linux (Ubuntu). It's a library management tool for the ocaml language. I've actually installed this before --twice, but awhile ago-- with no issues --that I can remember-- but this time I just can't figure out what I'm missing.
$ ./bootstrap --prefix /home/nlucaroni/godi
$ ./bootstrap_stage2
.: 1: godi_confdir: not found
Error: Command fails with code 2: /bin/sh
Failure!
I had added the proper directories to the path, and they show up with a quick echo $path
, and godi_confdir
reported as being:
/home/nlucaroni/godi/etc
(...and the directory exists, with the godi.conf file present). So, I can't figure out why ./bootstrap_stage2
isn't working.