Andy Tschiersch <andy(at)tschiersch.com> wrote:
> ich habe unter FreeBSD 4.9 den Apache 1.x mit mod_php5 (PHP 5.0.1) am
> laufen. GD ist installiert, aber leider ohne "JPG Support". Ich hab
> schon gesucht, aber ich kann nichts finden wo man das beim compilieren
> angeben kann. Früher kamm doch bei der Installation aus den ports
> immer so ein grafischen Menü wo man einstellen konnte mit was PHP
> kompiliert werden soll, das vermisse ich irgendwie bei PHP5. Ist aber
> nicht so tragisch, müsste nur wissen wo ich im Makefile was ändern
> muss damit mein GD auch JPG Support hat.
Wenn ich das richtig sehe, ist JPEG-Support grundsätzlich
immer mit dabei. Was sagt denn »ldd« bei Dir zu Deiner
libgd? Hier meint es (und ich habe beim Portbauen nichts
spezielles gemacht):
/usr/local/lib/libgd.so.2:
libpng.so.5 => /usr/local/lib/libpng.so.5 (0x28143000)
libz.so.2 => /usr/lib/libz.so.2 (0x28166000)
libjpeg.so.9 => /usr/local/lib/libjpeg.so.9 (0x28173000)
libm.so.2 => /usr/lib/libm.so.2 (0x28191000)
libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x281ac000)
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. (On the statement print "42 monkeys" + "1 snake":) By the way, both perl and Python get this wrong. Perl gives 43 and Python gives "42 monkeys1 snake", when the answer is clearly "41 monkeys and 1 fat snake". -- Jim Fulton To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 04 Oct 2004 - 11:53:31 CEST