1836787 Members
2353 Online
110110 Solutions
New Discussion

Dynamic libraries for GD

 
SOLVED
Go to solution
Alex Lavrov
Regular Advisor

Dynamic libraries for GD

Hello!

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!
10 REPLIES 10
harry d brown jr
Honored Contributor

Re: Dynamic libraries for GD

go to http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/gd-2.0.23/ and then click on the run time dependencies. You must make sure that if the RUN time dependencies have other dependencies, then you must load them first.

live free or die
harry
Live Free or Die
Alex Lavrov
Regular Advisor

Re: Dynamic libraries for GD

I downloaded all the stuff there, but that means I have to upgrade to gd-2.03 ....
Probably it's what I'm gonna do now ...
harry d brown jr
Honored Contributor
Solution

Re: Dynamic libraries for GD

and http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/T1-1.3/

live free or die
harry
Live Free or Die
Alex Lavrov
Regular Advisor

Re: Dynamic libraries for GD

Thanx :)
Alex Lavrov
Regular Advisor

Re: Dynamic libraries for GD

Hmm ...
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
harry d brown jr
Honored Contributor

Re: Dynamic libraries for GD

Did you install 2.03 or 2.0.23 ?? The depot file from the porting site is gd-2.0.23-sd-11.00.depot.

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
Live Free or Die
Alex Lavrov
Regular Advisor

Re: Dynamic libraries for GD

Yep, all installed .....


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 ...
harry d brown jr
Honored Contributor

Re: Dynamic libraries for GD

Have you tried to "re-install" php with the "--with-gd[=path2gd]?

live free or die
harry
Live Free or Die
Alex Lavrov
Regular Advisor

Re: Dynamic libraries for GD

No, because it's a binary from a depot ...

Do I have to download sources and recompile?