|
Bugzilla – Full Text Bug Listing |
| Summary: | LD_ASSUME_KERNEL breaks library search path | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jeff Stedfast <fejj> |
| Component: | Basesystem | Assignee: | Thorsten Kukuk <kukuk> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Preview 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jeff Stedfast
2006-01-23 19:40:12 UTC
The thread system is NPTL. As new glibc does not support anymore the old thread system you have to change your programs and environment. If you do not like this you may talk to the glibc people. you could at least make it so that it doesn't completely break the environment when that variable is set. Reopen (In reply to comment #2) > you could at least make it so that it doesn't completely break the environment > when that variable is set. It does not break the environment, the environment is broken. glibc+NPTL needs at least kernel 2.6.4, if you tell glibc that it is only allowed to use 2.2.5, there is nothing glibc can do. I might add that because of this many install scripts (for example Maple) do not work any longer as those scripts tend to set this variable. We might at least give the user some clue about this, maby in the release notes or the online help. |