On Fri, Jan 25, 2013 at 10:35 AM, Punit Mehta <span dir="ltr"><<a href="mailto:punit9462@gmail.com" target="_blank">punit9462@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi , <br><br>           I am getting a runtime error while using an application that is built with analitza library. The error is coming like this :<br>

<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'ori1Uni';font-size:9pt;color:#b40909">symbol lookup error: plot: undefined symbol: _ZN8Analitza10PlotsModelC1EP7QObject</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"> I have included the necessary header files in my source file and also in CMakeLists.txt  The project is built without throwing any error. But when trying to execute KDE executable file , it prompts this error....!! So, any kind of help regarding solving this issue is appreciable..!!</p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">              Thanks a lot in advance..</p><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">


Regards,</p><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Punit Mehta<br></p><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><br>

</p>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br><div>You probably have 2 versions of the library in your system and it's not being handled properly.</div><div><br></div><div>Try defining LD_LIBRARY_PATH to specify the newer analitza location.</div>

<div><br></div><div>Aleix</div>