Re: DarwinPorts 1.3.1
"Doug Hall" <[email protected]>
| Newsgroups | gmane.os.opendarwin.darwinports |
|---|---|
| Message-ID | <[email protected]> |
I tried the sudo port selfupdate and the build failed for me too. I had manually installed readline (more than once, it appears) into its default directory, to be linked with PostgreSQL. (I don't remember anything else I've manually installed that needs it.) It appears I've installed readline in BOTH /usr/lib and /usr/local/lib: $ sudo find /usr readline | grep readline Password: /usr/include/readline /usr/include/readline/history.h /usr/include/readline/readline.h /usr/lib/libreadline.dylib /usr/local/include/readline /usr/local/include/readline/chardefs.h /usr/local/include/readline/history.h /usr/local/include/readline/keymaps.h /usr/local/include/readline/readline.h /usr/local/include/readline/rlconf.h /usr/local/include/readline/rlstdc.h /usr/local/include/readline/rltypedefs.h /usr/local/include/readline/tilde.h /usr/local/info/readline.info /usr/local/lib/libreadline.5.1.dylib /usr/local/lib/libreadline.5.dylib /usr/local/lib/libreadline.a /usr/local/lib/libreadline.dylib ... Should I attempt to clean this up? Is there an "uninstall" that I can run from the make file? Any recommendations would be welcomed. By the way, Thank you all for DarwinPorts. It makes it SO much easier than manually installing software, and winding up with the mess like I've got, above. Doug