Open MEEG error

I’m trying to reproduce it. Can anyone provide a MWE ?
I’ve run tutorial_epilepsy('/home/sik/Downloads/', '/tmp/report_dir/') and everything works fine.

What happens if you do the equivalent of this linux commands?

~
❯ cd ~/.brainstorm/openmeeg/linux64       

~/.brainstorm/openmeeg/linux64
❯ export LD_LIBRARY_PATH=$PWD

~/.brainstorm/openmeeg/linux64
❯ ./om_assemble 
./om_assemble version 2.4.0 compiled at Jul 13 2018 15:57:20 using OpenMP
 Executing using 4 threads.

./om_assemble [-option] [filepaths...]

option :
   -HeadMat, -HM, -hm :   
       Compute Head Matrix for Symmetric BEM (left-hand side of linear system).
             Arguments :
             ...
               dipoles positions and orientations
               a mesh file or a file with point positions at which to evaluate the potential
               output matrix
               (Optional) domain name where lie all dipoles.


~/.brainstorm/openmeeg/linux64
❯