verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
rcurtin has quit [Ping timeout: 240 seconds]
naywhayare has joined #mlpack
naywhayare is now known as rcurtin
witness has joined #mlpack
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#331 (master - bd3fd9b : Ryan Curtin): The build is still failing.
witness has quit [Quit: Connection closed for inactivity]
kirizaki has joined #mlpack
witness has joined #mlpack
< kirizaki>
hi
< kirizaki>
i'm newbie with MLPACK, just starting and i already finished installing
< kirizaki>
and when i want to usee any executable (i.e. allknn) or get -help, then bash is giving my error:
< kirizaki>
radical: error while loading shared libraries: libmlpack.so.1: cannot open shared object file: No such file or directory
< kirizaki>
anyone knows why its like that?/
< kirizaki>
i think that the problem is i try to execute it wrong ( i.e. me@mypc: allknn -h )
< zoq>
kirizaki: Hello, sounds like libmlpack.so.1 isn't part of the dynamic linker's search path. There is an closed issue that shows a solution: https://github.com/mlpack/mlpack/issues/331
< zoq>
kirizaki: If this dosn't help don't hesitate to ask.