Hi Jeremy, >From the pango source code (http://svn.gnome.org/viewvc/pango/tags/PANGO_1_22_3/pango/modules.c?revision=2743&view=markup, line 498), pango should get the value for "Pango/ModuleFiles" first, then read the module information from "/opt/sfw/etc/pango/pango.modules". Since we don't ship set "Pango/ModuleFiles" in the SFWpango package, the module information should come from the pango.modules file.
- Did Firefox generate any core file after the error message in the terminal? Or it can still run? - What's the pango version installed on your Solaris 10 box? Mine is pango 1.22.3 from "pkginfo -l SFWpango". - Does the tarball build work for you? - How if you recreate the pango.modules and try again? % export LD_LIBRARY_PATH= ; /opt/sfw/bin/pango-querymodules > /opt/sfw/etc/pango/pango.modules - How if you create a new file /opt/sfw/etc/pango/pangorc and try again? % cat /opt/sfw/etc/pango/pangorc [Pango] ModuleFiles=/opt/sfw/etc/pango/pango.modules Please note that LD_LIBRARY_PATH isn't needed to run firefox on Solaris 10. It could cause problem sometimes. Please unset it before running if you have. Thanks, -Alfred On 07/31/09 12:08 AM, Jeremy Leipzig wrote: > (Gecko:16824): Pango-CRITICAL **: No modules found: > No builtin or dynamically loaded modules were found. > PangoFc will not work correctly. > This probably means there was an error in the creation of: > '/opt/sfw/etc/pango/pango.modules' > You should create this file by running: > pango-querymodules > '/opt/sfw/etc/pango/pango.modules' > > more /opt/sfw/etc/pango/pango.modules > # Pango Modules file > # Automatically generated file, do not edit > # > # ModulesPath = /opt/sfw/lib/pango/1.6.0/modules > # > /opt/sfw/lib/pango/1.6.0/modules/pango-arabic-fc.so > ArabicScriptEngineFc PangoEngineShape PangoRenderFc arabic:* nko:* > /opt/sfw/lib/pango/1.6.0/modules/pango-arabic-lang.so > ArabicScriptEngineLang PangoEngineLang PangoRenderNone arabic:* > etc... > > ls /opt/sfw/lib/pango/1.6.0/modules > pango-arabic-fc.so pango-basic-fc.so pango-hangul-fc.so > pango-indic-fc.so pango-khmer-fc.so pango-thai-fc.so > pango-arabic-lang.so pango-basic-x.so pango-hebrew-fc.so > pango-indic-lang.so pango-syriac-fc.so pango-tibetan-fc.so > _______________________________________________ > desktop-discuss mailing list > desktop-discuss at opensolaris.org >
