. On Mon, 5 May 2008 09:38, Matt Graham wrote Joe asked: > > Do I just move the contents of each of these three subdirs > > into the correspondingly named dirs in /usr/local? And do I > > need to rename the usr and group names from '1000' to 'root'? > Do the recursive chown first, then move the files into the > appropriate dirs, then run ldconfig. Like so: > > cd /usr/local/usr/ > chown -R root:root * > mv share/* /usr/local/share/ > mv lib/* /usr/local/lib/ > mv bin/* /usr/local/bin/ > ldconfig > cd /usr/local/ > rm -rf usr Thanks again Matt. I've done each of the steps you listed. When I tried to run FBReader, I got this error message: FBReader: error while loading shared libraries: libzltext.so.0.9: cannot open shared object file: No such file or directory So, I checked the /usr/local/lib directory and found the file is there: -rwxr-xr-x 1 root root 266612 Mar 22 06:00 libzltext.so.0.8.17* -rwxr-xr-x 1 root root 504628 Mar 22 06:00 libzlcore.so.0.8.17* lrwxrwxrwx 1 root root 19 May 5 07:01 libzltext.so.0.9 -> libzltext.so.0.8.17* lrwxrwxrwx 1 root root 19 May 5 07:01 libzlcore.so.0.9 -> libzlcore.so.0.8.17* Hummm. What next? --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss