You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to R-inla discussion group
Hi everybody,
I installed INLA on a Red Hat Linux distribution.
However, I get the following error: *** ERROR ***
*** dlopen error with file[/tmp/RtmprhBXXq/file1c8f4d2eeb640e/data.files/file1c8f4d34a2ba55.so] err_msg[file not found]
The inla program failed and the maximum number of tries has been reached. Calls: source ... withVisible -> eval -> eval -> inla -> inla.core.safe Execution halted
Do you know how to solve this?
Best,
Corinna
Håvard Rue
unread,
Apr 24, 2025, 7:29:20 AMApr 24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TheCorinna1994, R-inla discussion group
you can try this test model
inla(y~1,data=data.frame(y=0),verbose=TRUE)
if that does not 'work' for RH, you can install another binary
inla.binary.install()
I guess Rocky8 or 9 will do. if that does not work, try another one