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.
travis-ci has left #mlpack []
benchmark has joined #mlpack
benchmark has quit [Client Quit]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#332 (master - 1eb721c : ryan): The build was fixed.
travis-ci has left #mlpack []
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.
< kirizaki> wow, thanks :D
< kirizaki> LD_LIBRARY_PATH=/usr/local/lib/ ./allknn
< kirizaki> wrong window, sorry
< zoq> kirizaki: My pleasure.
< kirizaki> it's working and i found information about this in readme.md, thanks again
< rcurtin> kirizaki: you could avoid typing "LD_LIBRARY_PATH" before every invocation by doing 'export LD_LIBRARY_PATH=/usr/local/lib', too :)
< rcurtin> (in case you didn't already know that)
kirizaki has quit [Quit: Konversation terminated!]
witness has quit [Quit: Connection closed for inactivity]