Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169634 - Binary only soft with hardcoded paths
Summary: Binary only soft with hardcoded paths
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Printing Team
URL: http://www.novell.com/products/netwar...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-06 17:01 UTC by Mario Fetka (geos_one)
Modified: 2007-03-06 17:16 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 Mario Fetka (geos_one) 2007-03-06 17:01:39 UTC
this binary soft has a hardcoded path to the backand dir (/usr/lib/cups/...)

the 1.2 cups installs the backend to /usr/libexec/cups/....

is it possible to create an compatibility link 

wfg
Mario
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-06 17:16:31 UTC
Sure, go create if for yourself if you are using it... ;) It most likely won't work with cups-1.2 anyway, symlink or not, but that's not a Gentoo problem.

Anyway, the proper fix is to use app-admin/chrpath or preferably scanelf -BXr from app-misc/pax-utils to fix those.