On 11/1/07, jan gestre <[EMAIL PROTECTED]> wrote: > You have to manually remove all the directories and files created by > your source installation, read the Makefile file to see what needs to > be done.
I find doing a `make -n install 2>&1 > fake-install.log' prior to installing from source to be useful in determining which files get installed to which paths (this isn't foolproof, especially if you're in the business of installing Perl modules, but nice to know nonetheless.) > A piece of advice, next time just use the yum utility in installing > apps so you can easily manage them. :) Well, in the unlikely case of installing unpackaged apps from source, you may find it useful to use GNU stow[0] to manage these. Sure, that doesn't beat a proper package management system, but it does give some organization to the otherwise chaotic mess of build-from-source installs. Cheers, Zakame Footnotes: [0] http://www.gnu.org/software/stow/ -- Zak B. Elep || http://zakame.spunge.org [EMAIL PROTECTED] || [EMAIL PROTECTED] || [EMAIL PROTECTED] 1486 7957 454D E529 E4F1 F75E 5787 B1FD FA53 851D _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

