Opened 23 years ago
Closed 22 years ago
#398 closed defect (fixed)
remove superfluous *.so symlinks
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Book | Version: | CVS | 
| Severity: | normal | Keywords: | |
| Cc: | 
Description
Meaning all the *.so symlinks in /usr/lib that point to files in /lib
Change History (7)
comment:1 by , 23 years ago
| Status: | new → assigned | 
|---|
comment:2 by , 23 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
comment:3 by , 23 years ago
| Priority: | highest → lowest | 
|---|---|
| Resolution: | fixed | 
| Status: | closed → reopened | 
comment:4 by , 23 years ago
| Priority: | lowest → normal | 
|---|
Check to see what is still wrong here, I thought it was fixed already but maybe not. There are still *.so symlinks in /usr/lib pointing to files in /lib but those might not be "bad" files
comment:5 by , 23 years ago
this isn't a bug it's actually how things are suposed to be.
normally there should be _no_ *.so symlinks in /lib and any package that has a *.so.* file in /lib _should_ have a coresponding *.so symlink in /usr/lib (at least if the packages normaly make such a link, this is where it should end up)
comment:6 by , 23 years ago
| Priority: | normal → high | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    

Have another hard look at how this was 'fixed' and now fix it properly. I didn't do a great job at it.