#305 closed defect (fixed)
bzip2-1.0.2 installation fix in chapter 06
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
We need to: rm /usr/bin/bzcmp /usr/bin/bzless /usr/bin/bzfgrep /usr/bin/bzegrep
before installing bzip2 in chapter 6. The 'make install' stage will try to 'ln' those files but the destination exists already.
Perhaps there's an easy way to change the ln command to 'ln -f' instead.
Change History (4)
comment:1 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 23 years ago
comment:4 by , 23 years ago
i've tested the bzip2 instructions for 1.0.2 during my QA build and it all
works fine. closing all relevant bugs.
Note:
See TracTickets
for help on using tickets.
The simpler solution was:
rm /usr/bin/bz*