- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Acrobat on 11.11 gives Unresolved symbol: pthread_...
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
08-31-2009 06:14 AM
08-31-2009 06:14 AM
Acrobat on 11.11 gives Unresolved symbol: pthread_create
# /opt/Adobe/Acrobat7.0/bin/acroread
/usr/lib/dld.sl: Unresolved symbol: pthread_create (code) from /usr/local/lib/libintl.sl
Abort(coredump)
The only solution I was able to find so far is to install libc patch PHCO_35743 which contains stubs for pthread_* functions, but the patch is already installed on the system.
Any help will be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 06:35 AM
08-31-2009 06:35 AM
Re: Acrobat on 11.11 gives Unresolved symbol: pthread_create
Then verify that the libiconv dependancy, gettext, is installed.
Finally verify that the SHLIB_PATH is set appropriately for the acrobat environment startup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 06:51 AM
08-31-2009 06:51 AM
Re: Acrobat on 11.11 gives Unresolved symbol: pthread_create
libiconv 1.13.1
gettext 0.17
SHLIB_PATH=/usr/local/lib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 07:05 AM
08-31-2009 07:05 AM
Re: Acrobat on 11.11 gives Unresolved symbol: pthread_create
Try for SHLIB_PATH the following (and add whatever else is needed)
export SHLIB_PATH=/usr/lib:/opt/gnome/lib:/opt/gtk+2/lib:/opt/gtk2.6/lib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 07:09 AM
08-31-2009 07:09 AM
Re: Acrobat on 11.11 gives Unresolved symbol: pthread_create
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 07:32 AM
08-31-2009 07:32 AM
Re: Acrobat on 11.11 gives Unresolved symbol: pthread_create
You need to check the packages that you installed under /usr/local/lib and ensure that they have no common files in them (I think they do). You should also tell us where you got the adobe binary and all it dependancies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 08:47 AM
08-31-2009 08:47 AM
Re: Acrobat on 11.11 gives Unresolved symbol: pthread_create
The file belongs to gettext package which has latest version already
gettext.gettext-SHLIBS: /usr/local/lib/libintl.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 10:48 AM
08-31-2009 10:48 AM
Re: Acrobat on 11.11 gives Unresolved symbol: pthread_create
You are probably missing build time or run time dependencies from the porting and Archive centre.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 10:58 AM
08-31-2009 10:58 AM
Re: Acrobat on 11.11 gives Unresolved symbol: pthread_create
There is no such function on 11.11. You need to be on 11.23 for pthread_create to exist. (It only exists as a static stub in each object.)
Your libintl.sl was likely built for 11.23 or 11.31.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2009 02:46 AM
09-01-2009 02:46 AM
Re: Acrobat on 11.11 gives Unresolved symbol: pthread_create
This link was not working for the couple of previous days so I've installed gtk+2 from other source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2009 02:48 AM
09-01-2009 02:48 AM