<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I'm having problem creating my program using lldb API.<div><br></div><div>I can compile lldb successfully, and I can compile and link my program with:</div><div><br></div><div><font face="Courier New, sans-serif">clang++ -std=c++11 dbg.cpp -o dbg -I ../llvm/tools/lldb/include/ -L ../llvm-build/lib/ -llldb</font></div><div><br></div><div>But when I run the program it says</div><div><br></div><div><font face="Courier New, sans-serif">./dbg: error while loading shared libraries: liblldb.so.3.7: cannot open shared object file: No such file or directory</font></div><div><br></div><div>I tried copy liblldb* to current directory and copy executable to llvm-build/lib directory, but no luck.</div>                                    </div></body>
</html>