[Gambas-user] Gambas3 @ Mint LMDE
Bruce Bruen
bbruen at ...2308...
Wed Sep 21 12:07:10 CEST 2011
On Wed, 2011-09-21 at 12:19 +0300, Demosthenes Koptsis wrote:
> before i run locate i did an updatedb
>
> ok here is the ls
>
> ls -al /usr/lib/x86_64-linux-gnu/libfreetype*
>
> -rw-r--r-- 1 root root 862114 Jun 23
> 00:58 /usr/lib/x86_64-linux-gnu/libfreetype.a
>
> -rw-r--r-- 1 root root 892 Jun 23
> 00:58 /usr/lib/x86_64-linux-gnu/libfreetype.la
>
> lrwxrwxrwx 1 root root 20 Jun 23
> 00:58 /usr/lib/x86_64-linux-gnu/libfreetype.so -> libfreetype.so.6.6.2
>
> lrwxrwxrwx 1 root root 20 Sep 20
> 16:45 /usr/lib/x86_64-linux-gnu/libfreetype.so.6 -> libfreetype.so.6.6.2
>
> -rw-r--r-- 1 root root 628440 Jun 23
> 00:58 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.6.2
>
>
>
> On Wed, 2011-09-21 at 18:09 +0930, Bruce Bruen wrote:
> > On Wed, 2011-09-21 at 11:21 +0300, Demosthenes Koptsis wrote:
> >
> > > i did a
> > > locate libfreetype
> > >
> > > and yes i think i ahve
> > >
> > > /usr/lib/vlc/plugins/misc/libfreetype_plugin.so
> > > /usr/lib/x86_64-linux-gnu/libfreetype.a
> > > /usr/lib/x86_64-linux-gnu/libfreetype.la
> > > /usr/lib/x86_64-linux-gnu/libfreetype.so
> > > /usr/lib/x86_64-linux-gnu/libfreetype.so.6
> > > /usr/lib/x86_64-linux-gnu/libfreetype.so.6.6.2
> > > /usr/lib32/libfreetype.so.6
> > > /usr/lib32/libfreetype.so.6.6.0
> > >
> >
(Takes deep breath)
OK, so I presume that there is no libfreetype files or links in /usr/lib
itself?
But you do appear to have
1) the full set of 64 bit library files and
2) a different version of the library executable in /usr/lib32
(probably /usr/lib32/libfreetype.so.6 is a link
to /usr/lib/libfreetype.so.6.0)
Is this a 64bit machine? If so you can add links in /usr/lib to
the /usr/lib/x86_64-linux-gnu files for libfreetype.so.6 and
libfreetype.la but if not then you are going to have to find the
correct .la file for the /usr/lib32 version and then link to them.
I don't know where in debian to find the lib32 versions.
hth
Bruce
More information about the User
mailing list