Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2009 12:36:50 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Polytropon <freebsd@edvax.de>
Cc:        PJ <af.gourmet@videotron.ca>, freebsd-questions <questions@freebsd.org>, Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Subject:   Re: flashplugin
Message-ID:  <4AE83AE2.4090909@infracaninophile.co.uk>
In-Reply-To: <20091028130551.3dc81066.freebsd@edvax.de>
References:  <4AE3944A.4090602@videotron.ca> <20091025062322.GA985@sandcat>	<4AE63986.6090106@videotron.ca>	<20091027051352.417ce684@scorpio.seibercom.net>	<1256674827.6414.8.camel@lenzinote.wrinfo>	<4AE7696F.1030601@videotron.ca>	<1256683045.6414.44.camel@lenzinote.wrinfo>	<4AE796AB.8000108@videotron.ca> <20091028130551.3dc81066.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig11AB8247D2ECC6B9A2DD568F
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

Polytropon wrote:
> On Tue, 27 Oct 2009 20:56:11 -0400, PJ <af.gourmet@videotron.ca> wrote:=

>> I have tried them all... now I have linux-f10 with
>> flashplayer10 installed and all I get is an error that flashplugin.so
>> cannot be started because a shared file "freetype.so.6" cannot be
>> found... It's there allright and is linked to fretype.so.6.13 or some
>> number like that...=20
>=20
> In FreeBSD, libraries are linked to version numbers from
> generic names, such as=20
>=20
> 	/usr/local/lib/libfreetype.so@ -> libfreetype.so.9
>=20

In this case, the missing library is almost certainly

  /usr/compat/linux/usr/lib/libfreetype.so.6

which works by the Linux rules -- so the library the app tries to link
against is libfreetype.so.6, which is a link to libfreetype.so.6.3.18.=20

I'm fairly confident that this is the case, because the FreeBSD native
Freetype library is=20

  /usr/local/lib/libfreetype.so.9

Completely different ABI version number, unlike what the OP posted.

To the OP: that shlib comes from the linux_base-f10-10_2 package on my
machine, so unless you're missing chunks of that package you should have
it.  Use 'pkg_info -g linux_base\*' to see if any of the package contents=

have got lost or scrambled.  It will probably tell you that /compat/linux=
/etc/ld.so.cache doesn't match the original checksum, but that's
normal, as that file is modified whenever you install any other linux shl=
ibs.
Further more, the linux ld.so.cache file should contain a record for libf=
reetype:

% /compat/linux/sbin/ldconfig -p | grep freetype
        libfreetype.so.6 (libc6) =3D> /usr/lib/libfreetype.so.6

You should be able to rebuild it by

# /compat/linux/sbin/ldconfig -v -n /lib /usr/lib /usr/X11R6/lib

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW


--------------enig11AB8247D2ECC6B9A2DD568F
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.13 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkroOugACgkQ8Mjk52CukIxwoACgiUnsjjh0wIZJ7xZQnOvuZ8nh
568AniRfzMq9H/UPY5FPK5LnSoXMdVN5
=Ztzi
-----END PGP SIGNATURE-----

--------------enig11AB8247D2ECC6B9A2DD568F--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AE83AE2.4090909>