On Jul 11, 2007, at 08:20, Joshua MacFie wrote:
On Jul 10, 2007, at 4:41 PM, Ryan Schmidt wrote:
On Jul 10, 2007, at 16:27, Joshua MacFie wrote:
On Jul 10, 2007, at 3:54 PM, Ryan Schmidt wrote:
On Jul 9, 2007, at 14:47, Joshua MacFie wrote:
Or should I try to reinstall libgtk-x11-2.0.dylib
By all means, reinstall it, if you know what port provides it. Perhaps the gtk2 port provides it. I'm not sure because I don't have any libgtk-x11-2.0.dylib and I don't use gtk.
Ok so this question is going to sound lame but can I just type
port reinstall gtk2
in order to reinstall?
"man port" will show you that there is no "reinstall" command. However, you can reinstall by typing:
sudo port -ncuf upgrade gtk2
n: not the dependencies; just this port c: clean it afterwards u: uninstall the old version afterwards f: force the upgrade Cool that worked for that package but now I get the same thing w/ these two
/usr/bin/libtool: can't map file: /opt/local/lib//libssl.dylib ((os/ kern) invalid argument) /usr/bin/libtool: can't map file: /opt/local/lib//libcrypto.dylib ((os/kern) invalid argument) make[1]: *** [libneon.la] Error 1 make: *** [subdirs] Error 2
How can I tell what ports I need to reinstall for those?
Those two are both provided by the openssl port. It sounds like something in your MacPorts installation is hosed. You may want to take a look through /opt/local/lib and see how many other symlinks point at nothing. If there are many, you may be better off deleting your entire /opt/local directory and reinstalling MacPorts and your ports from scratch, to make sure nothing else is broken.