Tim Butler wrote:
> make: ldconfig: Command not found
> make: *** [installsharedlib] Error 127
Err. If you don't have ldconfig, you're stuffed. You were running
this as root, right?
> so by doing (in /lib as root):
>
> $ ln -s libvgagl.so.1.3.1 libvgagl.so.1
> $ ln -s libvga.so.1.3.1 libvga.so.1
That's what ldconfig would have done if it had run.
> I am able to run my test program. But I can still only run it as root!
> When I run it as a normal user I just get that first error message again.
You sure you're not running it on a nosuid mounted partition?
Martijn