By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2368 - kcalc: error while loading shared libraries: libtdeinit_kcalc.so
Summary: kcalc: error while loading shared libraries: libtdeinit_kcalc.so
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.1.x [Trinity]
Hardware: i386 Debian Wheezy
: P5 minor
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: R14.0.1
  Show dependency treegraph
 
Reported: 2015-02-15 12:29 CST by Davide
Modified: 2015-07-08 12:58 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Davide 2015-02-15 12:29:51 CST
Installing kcalc TDE 14 on Debian 7, has a missing symbolic link to a shared library.
I fix it like this for now: sudo ln -s /opt/trinity/lib/libtdeinit_kcalc.so /usr/lib/libtdeinit_kcalc.so

Maybe this has to be correct in the debian package itself?
Comment 1 Slávek Banko 2015-02-15 12:36:42 CST
(In reply to Davide from comment #0)
> Installing kcalc TDE 14 on Debian 7, has a missing symbolic link to a shared
> library.
> I fix it like this for now: sudo ln -s /opt/trinity/lib/libtdeinit_kcalc.so
> /usr/lib/libtdeinit_kcalc.so
> 
> Maybe this has to be correct in the debian package itself?

This was not the right solution. It should be enough if you run ldconfig. KCalc as many other packages need to run ldconfig after installation, but does not do it. We want to fix it in the next maintainance version.
Comment 2 Slávek Banko 2015-07-08 12:58:04 CDT
Fixed in commit ae112f4e (master) and a04a81b2 (r14.0.x).