Hi Fan,

Packages  which contain libGL.so can be found from here:

http://packages.ubuntu.com/search?searchon=contents&keywords=libGL.so&mode=exactfilename&suite=lucid&arch=any

First, make sure that libGL.so have been installed in your computer,
and find its location.

Second, if the linker still complains that it can not find the
library,  many solutions (workrounds?) can be used.

 * Changed the project file (***.pro/.pri), add LIBS+= -L...
 * Using ldconfig (add library path to /etc/ld.so.config.d/... then
run ldconfig)
 * ...

Debao

On Sun, Mar 18, 2012 at 7:56 AM, Yang Fan <[email protected]> wrote:
> Hi Kai,
> I have tried all possible packages you mentioned that may contain libGL.so
> on Ubuntu 10.04, but it still can't work.
>
> Regards,
> Fan
>
> On Fri, Mar 16, 2012 at 3:14 AM, <[email protected]> wrote:
>>
>> Well, I can tell you is that libGL.so is installed on my system (Ubuntu
>> 11.10) by the package
>> libgl1-mesa-swx11 , which should IMO be a dependency of the mentioned
>> libglu1-mesa-dev.
>>
>> Anyhow, I'm neither a package manager guru nor do understand exactly what
>> each of these mesa packages is about ;) But apt-cache search is a nice way
>> to find packages that have a specific file.
>>
>> Regards
>>
>> Kai
>
>
>
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to