On 2009/01/22 16:56, Fabien ROMANO wrote: > Landry Breuil wrote: >> On Thu, Jan 22, 2009 at 03:34:39PM +0100, Fabien ROMANO wrote: >> >>> HI, >>> >>> I have a strange problem with xfwm4. >>> >>> # ldd /usr/local/bin/xfwm4 >>> /usr/local/bin/xfwm4: >>> /usr/local/bin/xfwm4: can't load library 'libxfcegui4.so.4.0' >>> /usr/local/bin/xfwm4: exit status 4 >>> >>> # ls /usr/local/lib/libxfcegui4.* >>> /usr/local/lib/libxfcegui4.a /usr/local/lib/libxfcegui4.la >>> /usr/local/lib/libxfcegui4.so.5.0 >>> >>> I remove/clean and rebuild xfwm4, I look in the Makefile of the port >>> but I don't see anything strange ( I'm a newby in port :( ). >>> >>> Can you explain me how to change this dep ? >>> >> >> cd /usr/ports/x11/xfce4/xfwm4 && make clean && make clean=package && make >> reinstall >> > That's what I did before. > I do exactly that one more time. >> Landry >> >> > > Now : > # ldd /usr/local/bin/xfwm4 > /usr/local/bin/xfwm4: > /usr/local/bin/xfwm4: can't load library 'libxfcegui4.so.4.0' > /usr/local/bin/xfwm4: exit status 4 > > This is strange no ? > I will clean all and restart from the beginning, I think something append > during the process. > > Thanks ;) >
It looks like you built the new version while the old one was already installed, this is not supported.