Another Python/Vtk question

Les Schaffer godzilla at netmeg.net
Tue Sep 14 18:02:03 EDT 1999


Todd Hesla stumbled over this:

> ImportError: /usr/local/lib/libVTKGraphicsPython.so: undefined symbol: XtStrings

make sure you have libXt and friends included during your linker phase:

(gustav)~/: ldd /usr/local/lib/libVTKGraphicsPython.so
        libVTKPatented.so => /usr/local/lib/libVTKPatented.so (0x40717000)
        libVTKCommonPython.so => /usr/local/lib/libVTKCommonPython.so (0x407e2000)
        libMesaGL.so.3 => /usr/lib/libMesaGL.so.3 (0x409b5000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40a9a000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40aa6000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40af0000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40af9000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40b11000)
        libdl.so.2 => /lib/libdl.so.2 (0x40bb7000)
        libstdc++-libc6.1-2.so.3 => /usr/lib/libstdc++-libc6.1-2.so.3 (0x40bba000)
        libm.so.6 => /lib/libm.so.6 (0x40bff000)
        libc.so.6 => /lib/libc.so.6 (0x40c1b000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

i recall having to add one of these libX* above to avoid getting the
undefined symbol error.

les

-- 
____        Les Schaffer              ___| --->> Engineering R&D <<---
Theoretical & Applied Mechanics          |  Designspring, Inc. 
Center for Radiophysics & Space Research |  http://www.designspring.com/
Cornell Univ.  schaffer at tam.cornell.edu  |  les at designspring.com


-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------





More information about the vtkusers mailing list