undefined symbol on panda1.9.1 library load

Bug #1556307 reported by smallwill
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Panda3D
Fix Released
Undecided
Unassigned

Bug Description

I'm a new user to Panda3d on Lubuntu 14.04 64bits

I installed panda3d1.9_1.9.1~trusty_amd64.deb (the latest stable branch)
and tried the tutorial (and also examples none works )
from direct.showbase.ShowBase import ShowBase

class MyApp(ShowBase):

    def __init__(self):
        ShowBase.__init__(self)

app = MyApp()
app.run()

Here is the result I get :
 /usr/lib/python2.7/dist-packages/panda3d/ode.so: undefined symbol: dGeomTriMeshGetPoint

The /usr/lib/python2.7/dist-packages/panda3d/ode.so exist

I installed the devel version : panda3d1.10_1.10.0~20160212-g0d03207~trusty_amd64.deb
and it works fine (but this is an unstable branch).

(Update : in the devel version tutorials and samples work fine but
adding this line :
from panda3d.ode import *
it crashes with an other similar error (but with another symbol) : ImportError: /usr/lib/python2.7/dist-packages/panda3d/ode.so: undefined symbol: dGeomTriMeshGetTriangle )

Tags: ode linux ubuntu
description: updated
Revision history for this message
rdb (rdb) wrote :

Could you please check whether this is still an issue with 1.9.3?

tags: added: linux ode ubuntu
Revision history for this message
rdb (rdb) wrote :

Unable to reproduce with the trusty build of Panda3D 1.9.3. I will assume that this has been fixed until someone indicates otherwise.

Changed in panda3d:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.