On Mon, Aug 21, 2017 at 05:11:39PM +0200, Marcus Edel wrote: > Hello Ramnath, > > if you see an error of the form: > > error while loading shared libraries: libmlpack.so.2: cannot open shared > object > file: No such file or directory > > be sure that the runtime linker is searching the directory where libmlpack.so > was installed. One way to do this, on Linux, is to ensure that the > LD_LIBRARY_PATH environment variable has the directory that contains > libmlpack.so. Using bash, this can be set easily: > > export LD_LIBRARY_PATH="/path/to/mlpack/lib/:$LD_LIBRARY_PATH" > > also as you already pointed out the path matters, so > bin/mlpack_logistic_regression -h should also work in your case. > > I hope this is helpful, let us know if we can clarify anything.
Hi Ramnath, Just to add to this, there is some extra information and help in README.md: https://github.com/mlpack/mlpack/#4-building-mlpack-from-source Thanks, Ryan -- Ryan Curtin | "Think! What to do!" [email protected] | - The Master _______________________________________________ mlpack mailing list [email protected] http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack
