Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
where did the "make install" install the libraries, /usr/local/bin?
Ok, to find the required lib, do following:
cd dir-wher-you-biuld-WindowMaker
for l in `find . -type f -name lib\*`; do
echo ========== $l
nm -gop $L|grep PLShallowSynchronize
done # assuming that you use bash
This library must be installed in /usr/lib, /lib, /usr/local/lib (or whever you configured in ld.conf).
You also may try to set the LD_LIBRARY_PATH before starting WindowMaker:
LD_LIBRARY_PATH=/usr/lib:/lib/usr/local/lib:/where/ever/are/more/lib
export LD_LIBRARY_PATH
Ok, I looked at the url that you gave me. That's basically the file, except the error message is different, and the file is a little different... the one on the site is libwraster.so.1 mine's so.2 And there error is saying that there is no such file or directory... so I might be missing that file.
I tried the instructions in the url.. It seemed like it did something, because when I did the startx command.. that problem dissappeared. Now there is a new problem...
wmaker warning: could not find user GNUstep directory (/root/GNUstep/Defaults/).
Ok, I think that solved that problem... Now when I try startx all I get is that Xwindows is already in use.. So what do I do, do I just logout, and back in? will there be a program that comes up, and I can configure themes?
Well.... that didn't go so well.... It shut down my computer in a matter of seconds. I did ctrl alt backspace, and alll of a sudden boom. My computer was off.
No... nothing happened when I booted up. It was same old gnome... and before I booted into gnome, I looked under sessions just to see if it was there, but it wasn't.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.