From dd6ee23e8025792fac797ed2d628b70d90c53cf0 Mon Sep 17 00:00:00 2001 From: Jaskaran Singh Date: Tue, 3 Feb 2015 00:16:21 +0530 Subject: [PATCH] .so problem fixed Shared Object(.so) file issue after doing a make install resolved. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 979ddb6e83..e1ee007a6a 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