[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: .so trouble with ocaml 3.08.3



On Tue, Mar 22, 2005 at 02:32:42AM +0100, Stefano Zacchiroli wrote:
> Trying to rebuild findlib (package at level 1) against ocaml 3.08.3:
> 
>   ocamlc -o make_wizard -I +labltk -I ../findlib unix.cma str.cma labltk.cma \
>           findlib.cma make_wizard.ml
>   Error on dynamically loaded library: dllunix.so: cannot open shared object file: No such file or directory
>   make[1]: *** [make_wizard] Error 2
>   make[1]: Leaving directory `/home/zack/dati/debian/packages/findlib/findlib-1.0.4/src/findlib-toolbox'
>   make: *** [all] Error 2
> 
> ocamlc -where output is correct, perhaps an hard-coded reference to 3.08
> dir for dynamic loading of stublibs?

Ah, your fault for not having checked the experimental package yesterday :)

Oh well, i guess i missed this one :/

Here is it :

sven@pegasos2:~/debian/pkg-ocaml-maint/packages/ocaml/trunk/zzz/usr/lib/ocaml/3.08.3$ more ld.conf
/usr/local/lib/ocaml/3.08/stublibs
/usr/lib/ocaml/3.08/stublibs

Can you test that manually fixing those solves this problem ? 

Friendly,

Sven Luther



Reply to: