I am running Beast 10.5.0 on Linux and after installing according to
https://github.com/beagle-dev/beagle-lib/wiki/LinuxInstallInstructionsup to step 3, that is
export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATHI am able to run the MCMC in the same terminal window. If I close it and open it again,
I have to do
export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH again in order
to run it. Otherwise I get:
Creating BEAGLE DataLikelihood Delegate
Failed to load BEAGLE library: /home/alex/lib/libhmsbeagle-jni.so: libhmsbeagle.so.1: cannot open shared object file: No such file or directory
Fatal exception: No acceptable BEAGLE library plugins found. Make sure that BEAGLE is properly installed or try changing resource requirements.
java.lang.RuntimeException: No acceptable BEAGLE library plugins found. Make sure that BEAGLE is properly installed or try changing resource requirements.
at beagle.BeagleFactory.loadBeagleInstance(Unknown Source)
at dr.evomodel.treedatalikelihood.BeagleDataLikelihoodDelegate.<init>(Unknown Source)
at dr.evomodelxml.treedatalikelihood.TreeDataLikelihoodParser.createTreeDataLikelihood(Unknown Source)
at dr.evomodelxml.treedatalikelihood.TreeDataLikelihoodParser.parseXMLObject(Unknown Source)
at dr.xml.AbstractXMLObjectParser.parseXMLObject(Unknown Source)
at dr.xml.XMLParser.convert(Unknown Source)
at dr.xml.XMLParser.convert(Unknown Source)
at dr.xml.XMLParser.parse(Unknown Source)
at dr.app.beast.BeastMain.<init>(Unknown Source)
at dr.app.beast.BeastMain.main(Unknown Source)
Any idea about the cause or solution?
Thank you