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 1986

Summary: Build issue: mplayerthumbsconfig will not run
Product: TDE Reporter: Darrell <darrella>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, slavek.banko
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2885    

Description Darrell 2014-03-01 20:42:45 CST
The package builds but the following warning is in the build log:

*** Warning: Linking the executable mplayerthumbsconfig against the loadable module
*** videopreview.so is not portable!

When I try to manually run /opt/triniity/bin/mplayerthumbsconfig I receive the following error:

mplayerthumbsconfig: error while loading shared libraries: videopreview.so: cannot open shared object file: No such file or directory

videopreview.so does exist in /opt/trinity/lib/trinity.

Running ldd against mplayerthumbsconfig shows:

videopreview.so => not found

/etc/ld.so.conf contains /opt/trinity/lib/trinity
Comment 1 Slávek Banko 2019-03-03 04:06:46 CST
Resolved in conversion to CMake build system - commits a4a23a811f (master) and d02d2d85c2 (r14.0.x).