Hi, Maybe I'm doing something wrong, but i'm going crazy with this... I run -current and decided to update XFCE from ports. I deleted all the previous XFCE 4.4.3 packages, and installed all the XFCE 4.4.6 packages, compiled from my local ports tree.
But when I launched startxfce, it seems fvwm4 wasn't running. I tried to launch it manually, and it fails: $ xfwm4 xfwm4: can't load library 'libxfcegui4.so.4.0' The thing is this library isn't on my system anymore (and wasn't on my system when I compiled xfwm4-4.6.0)... $ find /usr/local/lib -name 'libxfcegui4.so*' /usr/local/lib/libxfcegui4.so.5.0 When I run ldd on xfwm4 I have: $ 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 But when I do a grep on xfwm4, the correct library is found: $ grep "libxfcegui4.so.5.0" /usr/local/bin/xfwm4 Binary file /usr/local/bin/xfwm4 matches $ grep "libxfcegui4.so.4.0" /usr/local/bin/xfwm4 $ Do I screwed myself ?
