After installing xfe-1.40 (with prerequisite fox-1.6.50) on CentOS 7.0 start of XFE ends with this message:
localhost gnome-session: /usr/local/bin/xfe: error while loading shared libraries: libFOX-1.6.so.0: cannot open shared object file: No such file or directory
Both fox and XFE were installed into default directories. libFOX-1.6.so.0 is in /usr/local/lib. File xferc is in /usr/local/share/xfe. Executable xfe is in /usr/local/bin. What am I missing?
Your system doesn't seem to find the FOX library. Try ldd /usr/local/bin/xfe to check that the FOX library is not loaded. If not, then adjust /etc/ld.so.conf to add the FOX library directory and then do /sbin/ldconfig as root to update the ld.so.cache.
Thank you. I forget about ldconfig.
So, I close the bug.