You are not logged in.
Okay, so I'm trying to get xfree86 up but any library that's needed from /usr/X11R6/lib/ can't be found? All the libraries are there, everything looks good, but X and related programs (xf86cfg, xf86config, startx...) just can't find them?!
Offline
very strange ... try reinstalling xfree86:
pacman -Sy xfree86
because these libs are mostly part of xfree86
The impossible missions are the only ones which succeed.
Offline
Well, I figured out what to do in order to correct the problem. It's a wonder what sleeping on a problem will do. I woke up and remembered messing around with something like this a long time ago. Anyway, I needed to
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/X11R6/lib
So I didn't know where to put that to make it permanent at first, but after I looked at my other system and some other forums I found I needed to put it in /etc/env.d/. On my other system it's the LDPATH variable in the file 10xfree. Now my question is, why wasn't that done automatically when I installed xfree86? Can someone tell me what they have in their /etc/env.d/ directory? I have a lot of things on my other system but there was nothing on my Arch System until I added it in myself. Now I'm wondering what else I'm missing.[/code]
Offline
i have never had this probelm nor heard of this problem. sometime though you have to look at what was installed to see if it has runtime scripts that go profile.d and such because in those cases it is sometimes necessary to log out then in. but in your case i am not sure what happened because i never had issues like myself.
likely something happened with your install .... why i am not sure.
AKA uknowme
I am not your friend
Offline
/etc/ld.so.conf should have a /usr/X11R6/lib entry. If it's listed in there you shouldn't need the LD_LIBRARY_PATH setting.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline