Still haven't found the X11-devel libraries under RHEL.
But I did find a RHEL epel repo with windowmaker .92.0-20 on it. I"m
running RHEL6.1, 64 bit.
I did a yum install of windowmaker and it fires up OK, but WPrefs barfs
on libwraster. There's a WINGs rpm in the repo and I did a yum install
of that as well. It gives me:
lrwxrwxrwx. 1 root root 19 Mar 5 10:40 /usr/lib64/libwraster.so.3
-> libwraster.so.3.1.0
-rwxr-xr-x. 1 root root 92984 Jul 1 2010
/usr/lib64/libwraster.so.3.1.0
/usr/lib64 should be in my library path
[root@L4085646 lib]# ldconfig -p | grep libwraster
libwraster.so.3 (libc6,x86-64) => /usr/lib64/libwraster.so.3
But when I try to fire up WPrefs, I get:
[Russ@L4085646 WPrefs.app]$ ./WPrefs
./WPrefs: error while loading shared libraries: libwraster.so.3: cannot
open shared object file: No such file or directory
Just for grins, I created a soft link and followed it up with a
ldconfig
[root@L4085646 lib]# ln -s /usr/lib64/libwraster.so.3.1.0
/usr/lib/libwraster.so.3
[root@L4085646 lib]# ldconfig
Now WPrefs fails in a different, more interesting way...
[Russ@L4085646 WPrefs.app]$ ./WPrefs
./WPrefs: error while loading shared libraries: libwraster.so.3: wrong
ELF class: ELFCLASS64
Am I doomed to manually editing ~GNUstep/Defaults/WMRootMenu?
Or is the only real fix is to get the X11-devel libraries and
re-compile WINGS and wmaker?
Russ
--
To unsubscribe, send mail to [email protected].