Hi everyone,
Am a newbie to Linux.Working on fedora core 8.
I was trying to configure 'qvfb'(Qt related stuff) when I got the following error--
Code:
/usr/bin/ld: cannot find -lXtst
collect2: ld returned 1 exit status
make: *** [../../bin/qvfb] Error 1
I then tried to install 'libXtst' thinking it was missing in my system.When I finally downloaded a package and ran 'rpm -ivh <package name>'
It showed---
Preparing... ########################################### [100%]
> package libXtst-1.0.3-1.fc8 is already installed

So,I tried configuring 'qvfb' again and it's still showing me the same error of not being able to find '-lXtst'

A member in the Qt forum asked me to copy the library in a directory which is contained in my LD_LIBRARY_PATH environment variable.
Now,I found two names in /usr/lib....one's libXtst.so.6 (symbolic link) and the other's libXtst.so.6.1.0(shared library),so,I guess I have to copy the shared library libXtst.so.6.1.0 in a directory present in LD_LIBRARY_PATH...problem is,I don't know where LD_LIBRARY_PATH variable is present and how to copy libXtst in it.Please give me some advice/suggestions/idea on how to proceed.
Thank you for your time.

.