Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11331 - divx4linux does not properly create libs symlinks
Summary: divx4linux does not properly create libs symlinks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-28 04:35 UTC by Bel Zébute
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bel Zébute 2002-11-28 04:35:27 UTC
Sorry if I fill this improperly, it's my first time using bugzilla.

I emerged avidemux without a fuse.  When runned for 1st time, it complained
about not being able to load libdevxencore.so.0 and libdivxdecore.so.0.

Solution:

cd /usr/lib
ln -s libdivxencore.so libdivxencore.so.0
ln -s libdivxdecore.so libdivxdecore.so.0

avidemux seem to run fine afterward.

Again, sorry if i have not filled this properly.  Feel free to email me some
guidelines.