WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Pango load error on base system  (Read 1750 times)

Offline maluvia

  • Newbie
  • *
  • Posts: 22
Pango load error on base system
« on: November 29, 2014, 05:05:34 AM »
In testing out an extension on the base system, I encountered the following issue:

"pango-querymodules: error while loading shared libraries: libXft.so.2: cannot open shared object file: No such file or directory" 

Pango is unable to execute its querymodules script due to the absence of libXft.  Loading libXft prior to loading pango solves this.
I noticed that the dependencies for 64-bit pango changed from the 32-bit version in that the dependencies for the 32-bit extension include Xorg-7.7-lib.tcz, which loads libXft.  This has been replaced in the 64-bit extension by a dependency on cairo, which does not load libXft.

I am wondering if libXft should be added to the dependency list for the 64-bit pango?
I <3 Tiny Core

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14549
Re: Pango load error on base system
« Reply #1 on: November 29, 2014, 05:37:46 AM »
Good point - I missed this due to using Xorg as opposed to Xfbdev - dep file adjusted