Closed
Bug 146658
Opened 23 years ago
Closed 22 years ago
unable to load ./libmozpango-thaix.so
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: masaki.katakai, Assigned: masaki.katakai)
References
Details
(Keywords: intl)
Attachments
(1 file)
574 bytes,
patch
|
roland.mainz
:
review+
sfraser_bugs
:
superreview+
chofmann
:
approval+
|
Details | Diff | Splinter Review |
It seems that ctl looks for libmozpango-thaix.so in current
directory. When I start mozilla in MOZILLA_FIVE_HOME like
% ./mozilla
it works fine. However, when I start mozilla from other place like
% /export/home/mozilla/dist/bin/mozilla
When I tried to type Thai characters, I get the following errors and
no Thai characters are displayed.
Cannot load module ./libmozpango-thaix.so: ld.so.1:
/export/home/mozilla/dist/bin/mozilla-bin: fatal: ./libmozpango-thaix.so: open
failed: No such file or directory
Prabhat, can you take a look?
Comment 1•23 years ago
|
||
this will occurs only on Solaris, right?
does it for Linux / Windows also ?
Summary: unable to load ./libmozpango-thaix.so → unable to load ./libmozpango-thaix.so
Assignee | ||
Comment 2•23 years ago
|
||
Hi Arthit,
I've never tried this on Linux and Solaris.
Comment 3•23 years ago
|
||
i see, from bugzilla it indicates "SunOS", not "Solaris" -- thx :)
does this needed to be added to Bug 65896
(mozilla's thai support) dependencies list?
Assignee | ||
Comment 4•23 years ago
|
||
I've put correct OS name and dependency. Thanks.
Blocks: thai
OS: SunOS → Solaris
Comment 5•23 years ago
|
||
hi masaki,
This is because of bad typo/hard-coding of path of libmozpango-thaix.so in the
pango.modules file.
Can you please apply this patch - thanks,
Index: pango.modules
===================================================================
RCS file: /cvsroot/mozilla/extensions/ctl/src/pangoLite/pango.modules,v
retrieving revision 1.1
diff -r1.1 pango.modules
5c5
< ./libmozpango-thaix.so ThaiScriptEngineX PangoEngineShape PangoRenderX
3585-3675:*
---
> libmozpango-thaix.so ThaiScriptEngineX PangoEngineShape PangoRenderX
3585-3675:*
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•22 years ago
|
||
Assignee | ||
Comment 7•22 years ago
|
||
Frank, can you r= please?
And should I need to get sr= for extensions/ctl now? Sorry for asking many times....
Assignee: prabhat.hegde → katakai
Status: ASSIGNED → NEW
Comment 8•22 years ago
|
||
Comment on attachment 87073 [details] [diff] [review]
patch for pango.modules
r=Roland.Mainz@informatik.med.uni-giessen.de
Attachment #87073 -
Flags: review+
Comment 9•22 years ago
|
||
Comment on attachment 87073 [details] [diff] [review]
patch for pango.modules
sr=sfraser
Attachment #87073 -
Flags: superreview+
Assignee | ||
Comment 10•22 years ago
|
||
checked into trunk.
Thank you very much for review and super-review.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•22 years ago
|
Keywords: mozilla1.0.1
Comment 12•22 years ago
|
||
tested with the patched binary (from sun netscape team),
not see any issue.
i can see Thai chars displayed.
verified.
Status: RESOLVED → VERIFIED
Comment 13•22 years ago
|
||
Comment on attachment 87073 [details] [diff] [review]
patch for pango.modules
a=chofmann for 1.0.1 add the fixed 1.0.1 keyword afterhecking in to the branch
Attachment #87073 -
Flags: approval+
Updated•22 years ago
|
Keywords: mozilla1.0.1 → mozilla1.0.1+
Assignee | ||
Comment 14•22 years ago
|
||
checked into branch.
Thanks for approval.
Keywords: mozilla1.0.1+ → fixed1.0.1
Comment 15•22 years ago
|
||
arthit.suriyawongkul@sun.com - can you verify this bug fix in 1.01 branch? When
verified, pls replace fixed1.0.1 keyword with verified1.0.1. Thanks.
Updated•22 years ago
|
Keywords: fixed1.0.1 → verified1.0.1
Component: Layout: CTL → Layout: Text
QA Contact: arthit.suriyawongkul → layout.fonts-and-text
You need to log in
before you can comment on or make changes to this bug.
Description
•