Comment 2 for bug 1672731

Revision history for this message
ellie (et1234567) wrote :

If anyone stumbles across this and has the same problem, the following workaround works:

Create symlinks:
/usr/lib64/libBulletCollision.so.2.82 -> /usr/lib64/libBulletCollision.so.2.83
/usr/lib64/libBulletDynamics.so.2.82 -> /usr/lib64/libBulletDynamics.so.2.83
/usr/lib64/libBulletSoftBody.so.2.82 -> /usr/lib64/libBulletSoftBody.so.2.83
/usr/lib/64/libLinearMath.so.2.82 -> /usr/lib64/libLinearMath.so.2.83

Then install with: rpm -if --no-deps ./panda3d-XXX.rpm

Check afterwards if the install worked: python3 -c "import panda3d;" (must not throw an error - if it does, there are other dependencies actually missing and you have to install them properly first)