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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Feb 2 17:05:58 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/bd6cb33f8d8270b02a84e81e38727679bb6c319a...a441349cbbd4e233337d2cbe87dfd66c89b41522

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

commit dbb47bbbc6c58eefb4d3be9584c8eaa79eefeb19
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.


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

dbb47bbbc6c58eefb4d3be9584c8eaa79eefeb19
 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