- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dynamic libraries for GD
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-17-2004 01:08 AM
05-17-2004 01:08 AM
I'm trying to enable GD support on HPUX 11.11, I downloaded HPWS 2.03, and saw in dependencies that I must install these libraries:
libjpeg version 6b
libpng version 1.0.11
libxpm version 3.4k
libfreetype version 2.1.2
t1lib version 1.3.1
libjpeg and libxpm, I found an exact version (well, for 11.00, I hope it works)
but the other libraries I can't found or found another version that does not work.
Maybe anyone can tell me where from can I get those libraries? Or send them to me ....
Thanx in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 01:38 AM
05-17-2004 01:38 AM
Re: Dynamic libraries for GD
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 01:41 AM
05-17-2004 01:41 AM
Re: Dynamic libraries for GD
Probably it's what I'm gonna do now ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 01:42 AM
05-17-2004 01:42 AM
Re: Dynamic libraries for GD
http://hpux.cs.utah.edu/hppd/hpux/Misc/zlib-1.2.1/
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/freetype-2.1.4/
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.9.2/
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gettext-0.14.1/
http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/jpeg-6b/
http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/libpng-1.2.5/
http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/xpm-3.4k/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 01:45 AM
05-17-2004 01:45 AM
Solutionlive free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 01:48 AM
05-17-2004 01:48 AM
Re: Dynamic libraries for GD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 02:36 AM
05-17-2004 02:36 AM
Re: Dynamic libraries for GD
I installed gd-2.03 but I get the same error about non compatible libraries ....
gd.sl in php extensions directory is the same, but I have noe libgd.sl in my /usr/local/lib.
How can I make php realize I have a new gs installed?
thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 03:01 AM
05-17-2004 03:01 AM
Re: Dynamic libraries for GD
I just went through the install, using gd-2.0.23-sd-11.00.depot and all of its dependencies and I have a /usr/local/lib/libgd.sl.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 04:56 AM
05-17-2004 04:56 AM
Re: Dynamic libraries for GD
But libgd.sl is not php extension, and php still uses the old .../estensions/gd.sl ...
It's not "aware" that there is new gd installed ....
I have no idea what to do now ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 05:54 AM
05-17-2004 05:54 AM
Re: Dynamic libraries for GD
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 06:44 PM
05-17-2004 06:44 PM
Re: Dynamic libraries for GD
Do I have to download sources and recompile?