[mlpack-git] master: .so problem fixed (dd6ee23)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:15:01 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit dd6ee23e8025792fac797ed2d628b70d90c53cf0
Author: Jaskaran Singh <jaskaranvirdi at ymail.com>
Date:   Tue Feb 3 00:16:21 2015 +0530

    .so problem fixed
    
    Shared Object(.so) file issue after doing a make install resolved.


>---------------------------------------------------------------

dd6ee23e8025792fac797ed2d628b70d90c53cf0
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 979ddb6..e1ee007 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,12 @@ If you wish to install mlpack to /usr/include/mlpack/ and /usr/lib/ and
 permissions to those two directories), and simply type
 
     $ make install
-
+Run allknn program to check if everything is fine.
+    $ allknn --h
+If there is a problem loading the .so files then
+add line 
+  export LD_LIBRARY_PATH=/usr/local/lib 
+to .bashrc file.
 You can now run the executables by name; you can link against mlpack with
     -lmlpack
 and the mlpack headers are found in



More information about the mlpack-git mailing list