- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Loading dynamic library
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
03-28-2004 12:57 AM
03-28-2004 12:57 AM
I'm trying to load in apache php extension for GD library support.
But in error log I get these messages:
/usr/lib/dld.sl: Call to mmap() failed - TEST /opt/blabla/gd.sl
/usr/lib/dld.sl: Not enough space
well, I read in man that it happens when the adress is out of range, but what can I do to fix it?
thanx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 02:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 12:31 PM
03-28-2004 12:31 PM
Re: Loading dynamic library
It looks like a shared memory problem.
Increase the value of shmmax and shmmni.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 05:18 PM
03-28-2004 05:18 PM
Re: Loading dynamic library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 07:35 PM
03-28-2004 07:35 PM
Re: Loading dynamic library
shmmni 1024
shmmax 1073741824
Like on our other servers. It did not help.
Any other ideas?
thanx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 07:58 PM
03-28-2004 07:58 PM
Re: Loading dynamic library
Could you check if you have the latest ld(1) and linker tools cumulative patch
11.0
http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHSS_30048&context=hpux:800:11:00
11.i
http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHSS_30049&context=hpux:800:11:00
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 10:58 PM
03-28-2004 10:58 PM
Re: Loading dynamic library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 11:23 PM
03-28-2004 11:23 PM
Re: Loading dynamic library
and take a look at this doc,
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062911072
Kind regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 11:25 PM
03-28-2004 11:25 PM
Re: Loading dynamic library
I did, I get this error in the error_log of the apache when it starts ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 11:31 PM
03-28-2004 11:31 PM
Re: Loading dynamic library
have you visitated this site?
http://www.boutell.com/gd/faq.html
I hope this helps you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 01:08 AM
03-29-2004 01:08 AM
Re: Loading dynamic library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 01:53 AM
10-05-2004 01:53 AM
Re: Loading dynamic library
I'm having a very similar problem. Did anybody find a solution ?
Cheers
Paul