Panda3d 1.9 build 77 installs broken in Kubuntu 14.04

KDELibs Version 4.1.3.3
QT Version 4.8.6
Kernel Version 3.12.0-34-generic
64 bit

Processors 1 x AMD FX™-8350 Eight-core Processors
16Gib ram

Graphics driver Nvidia 331.38
Graphics cards
Nvidia Geforce GT 610
Nvidia Geforce 8400 GS

Install of file " panda3d1.9_1.9.0~cvs20140823~trusty77_amd64.deb " was very quick and simple.
electing previously unselected package panda3d1.9.
(Reading database … 273566 files and directories currently installed.)
Preparing to unpack …/panda3d1.9_1.9.0~cvs20140823~trusty77_amd64.deb …
Unpacking panda3d1.9 (1.9.0~cvs20140823~trusty77) …
Processing triggers for desktop-file-utils (0.22-1ubuntu1) …
Processing triggers for mime-support (3.54ubuntu1) …
Processing triggers for shared-mime-info (1.2-0ubuntu3) …
Done

Muon Package manager calls it “broken”

from a Python shell I get this response:
from panda3d.core import *
Traceback (most recent call last):
File “”, line 1, in
ImportError: libpanda.so.1.9: cannot open shared object file: No such file or directory

I get this same Import Error from any sample script included with the install.
If I can provide you with more inforamtion please reply. I love Panda3d.

I was just a slight bit out of date with my Graphics driver. When I updated from Nvidia 331.38 to 331.87, the Import error disappeared.

A “sudo ldconfig” call would have probably done the job, too.