- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Exeed Display Problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 01:25 AM
05-26-2008 01:25 AM
Exeed Display Problem
I am using Exeed 6.1 and my HP-UX version is B.11.31 U ia64.
I am able to get the X window display with root login but I cannot access with normal login. The User has the permission of the application (GUI).
While invoking the application the following error i am getting.
Please guide me to solve this issue.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'libiconv_open' in load module '/usr/lib/hpux32/libfontconfig.so'.
Regards,
Rathinavel K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 01:47 AM
05-26-2008 01:47 AM
Re: Exeed Display Problem
Does the user have rights to the files you listed?
Did you export the DISPLAY variable?
What else did you do to setup the user?
May have to look at xhost and grant the user access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 01:49 AM
05-26-2008 01:49 AM
Re: Exeed Display Problem
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1193213
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 08:45 AM
05-26-2008 08:45 AM
Re: Exeed Display Problem
This may be a shared library issue. Does the file '/usr/lib/hpux32/libfontconfig.so' exist and is it accessible by the user? Do a "find" for "libfontconfig*" in /usr, you may have different versions of the same library such as libfontconfig.so.1 or ".2".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2008 05:56 PM
05-26-2008 05:56 PM
Re: Exeed Display Problem
Is libfontconfig.so distributed by HP?
swlist -l file | fgrep libfontconfig
The unsat would indicate that there is a mismatch in patch levels or a missing shlib.
Does the following find that symbol?
nm -pxAN /usr/lib/hpux32/lib* | fgrep libiconv_open
>Kevin: Does the user have rights to the files you listed?
Naturally, otherwise you would have a different error.
>TTr: Does the file libfontconfig.so exist and is it accessible by the user?
You wouldn't get that error if it wasn't.
>Do a "find" for "libfontconfig*" in /usr, you may have different versions of the same library such as libfontconfig.so.1 or ".2".
That may be possible but the shlib doesn't look versioned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 04:25 AM
05-27-2008 04:25 AM
Re: Exeed Display Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 12:57 AM
05-28-2008 12:57 AM
Re: Exeed Display Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 04:56 AM
05-29-2008 04:56 AM
Re: Exeed Display Problem
The file libfontconfig.so is exist and it has the accessible by the user.
User login shell is /sbin/sh.
libfontconfig.so is distributed by HP
As Dennis Handly said there is a mismatch in patch levels.
I moved the file libfontconfig.so and libfontconfig.so.1 from /usr/lib/hpux32
it works.
Thanks and Regards,
Rathinavel K