> I forgot to mention though I also use gd 1.3 and zlib 1.1.3. I tried
to get
> other goodies like gd 1.8.x, jpeg-6b, libpng-1.0.8, tiff-3.5.5,
pdflib-3.02
> etc.... to work but gave up in the end. It was doing my head in ;o(
The one
> I'd really like to get working is pdflib. If you or anyone else does
anage
> to get this working I'd be most grateful if you let me know how.
Maybe I'll
> have another stab at it when I'm less busy.
>
One configuration that I got working: php4.0.3/4.0.4 + graphic
libraries from SCO Skunkware (GLIB 1.5): gd 1.2 with freetype + Oracle
7.3.4 + Sybase DB (libs 10.0.3, probably) + pdflib 3.0.2.
Unfortunately if you install GD 1.5 you'll automatically downgrade zlib
to version 1.0.4, and all other graphics libs too. Maybe you can manage
to keep different versions of any lib installed, but IMHO this would
lead to library hell...
Anyway, that's my recipe, as far as I can recall:
-install gcc2.95.2pl1 + GNU make + glib1.5 (+ Apache 1.3.12) from
skunkware (not too sure: SCO make is also ok???)
-install pdflib 3.02: use "configure –enable-cxx --with-tiffauxlib='-
ljpeg -lz'"
-install php 4.03/4.04:
you could get an error about the pdflib version in use, try changing
line 31946 (or around there) of file configure from
LIBS="$LIBS -ltiff -ljpeg -lpng -lz" to
LIBS="$LIBS -ltiff -ljpeg -lpng -lz -lm"
Hope this helps,
Gaetano
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]