[erlang-questions] NIFs, what am I missing?

Paul Davis paul.joseph.davis@REDACTED
Fri Mar 4 23:10:33 CET 2011


On Fri, Mar 4, 2011 at 4:55 PM, Evans, Matthew <mevans@REDACTED> wrote:
> The file is there:
> 9>  filelib:is_file("/home/mevans/atis/idxavcspc.so").
> true
>
> But will not load (won't load from the module either):
> 10>  erlang:load_nif("/home/mevans/atis/idxavcspc",0).
> {error,{load_failed,"Failed to load NIF library: '/home/mevans/atis/idxavcspc.so: cannot open shared object file: No such file or directory'"}}
>
> I'm currently confused....
>
>
> Thanks
>
> Matt
>
> Running: R14B01
>

Random guess from left field, perhaps the module loader isn't
following a symlink in that path?


More information about the erlang-questions mailing list