[C++-sig] boost.python error

Ricardo Kirkner ricardokirkner at gmail.com
Fri Nov 4 21:50:20 CET 2005


Hi:

could you please share with me some example of how you compile/link your
libraries, not using bjam?

Maybe that will help me out.

Thank you,

Ricardo Kirkner

On 11/4/05, Ralf W. Grosse-Kunstleve <rwgk at yahoo.com> wrote:
>
> --- Ricardo Kirkner <ricardokirkner at gmail.com> wrote:
> > ImportError: ./opal.so: undefined symbol:
> > _ZTVN5boost6python7objects21py_function_impl_baseE
> >
> > Can anyone tell me why is this error being produced (and how to fix it)?
> > Does this mean that the .so didnt linked to the boost library?
>
> I suspect that you have to point LD_LIBRARY_PATH to the directory with
> with
> libboost_python.so. I don't use bjam, therefore I cannot help with the
> details,
> but maybe you can get it going via "find . -name libboost_python.so" and
> then
> "setenv LD_LIBRARY_PATH <path-you-found>:$LD_LIBRARY_PATH".
>
> HTH,
> Ralf
>
>
>
>
> __________________________________
> Yahoo! FareChase: Search multiple travel sites in one click.
> http://farechase.yahoo.com
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20051104/f293e223/attachment.htm>


More information about the Cplusplus-sig mailing list