On Wed, Sep 18, 2019 at 11:59:18AM +0700, Gua Chung Lim wrote: > Oops, sorry I should have replied to the list. > > * Patrick Welche <pr...@cam.ac.uk> wrote: > > What does > > > > grep libisccc /usr/src/distrib/sets/lists/base/shl.mi > > give you? > % grep libisccc /usr/src/distrib/sets/lists/base/shl.mi > ./usr/lib/libisccc.so base-bind-shlib > compatfile > ./usr/lib/libisccc.so.13 base-bind-shlib > compatfile > ./usr/lib/libisccc.so.13.0 base-bind-shlib > compatfile
Right, so as others have said by now, just delete the files listed in your original message from your DESTDIR, as they are just old. BTW adding -r to your build.sh invocation empties DESTDIR. (Make sure it isn't / ;-) ) Cheers, Patrick