Ian K wrote: >Richard Fish wrote: > > > >>Ian K wrote: >> >> >> >> >> >>>make[3]: Entering directory `/home/omega21/Asthetics/kxdocker-0.33/doc/en' >>>/usr/kde/3.4/bin/meinproc --check --cache index.cache.bz2 ./index.docbook >>>/usr/kde/3.4/bin/meinproc: error while loading shared libraries: >>>libbz2.so.1.0: cannot open shared object file: No such file or directory >>> >>> >>> >>> >>> >>> >>I have no idea what 'meinproc' does, but it looks like you might need to >>do a revdep-rebuild. >> >> >> >> >What is a revdep-rebuild? Is it safe, and how do I do it? >Ian > > >
It searches the system for broken library dependancies. In this case, it will see that meinproc (and probably several programs) depend on a library that no longer exists (libbz2.so.1.0). So they (or more accurately, the packages that contain them) will be rebuilt against the current versions of the libraries. You can do a "revdep-rebuild -h" to get a list of options. I recommend running it once with "-p", which will show you what it wants to rebuild. -Richard -- [email protected] mailing list

