Skip to content

Instantly share code, notes, and snippets.

@lopesivan
Created April 26, 2024 06:14
Show Gist options
  • Save lopesivan/ebf921642c9e42f9768f2af4852444ce to your computer and use it in GitHub Desktop.
Save lopesivan/ebf921642c9e42f9768f2af4852444ce to your computer and use it in GitHub Desktop.

O bug

LuaJIT 2.0.1 -- Copyright (C) 2005-2013 Mike Pall. http://luajit.org/
JIT: ON CMOV SSE2 SSE3 SSE4.1 fold cse dce fwd dse narrow loop abc sink fuse
> require "numlua"
error loading module 'numlua' from file '/usr/local/lib/lua/5.1/numlua.so':
        libhdf5_serial.so.10: cannot open shared object file: No such file or directory
stack traceback:
        [C]: at 0x55ec04e09c00
        [C]: in function 'require'
        stdin:1: in main chunk
        [C]: at 0x55ec04db2610
>
>

Solução:

 $ sudo ln -s /usr/lib/x86_64-linux-gnu/libhdf5_serial.so.103 /usr/lib/x86_64-linux-gnu/libhdf5_serial.so.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment