Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199901

[PHP3] problems with image calls From: oekoinstitut.plan <email protected>
Date: 01/31/99

I can't get php to recognize the image calls.

I have Apache 1.3.4, PHP 3.06 under Linux 2.0.36.SUSE. Everything works
fine, except the image calls.

I built php with the following options:

--with-apache=../apache_1.3.4
--with-mysql
--with-gd=/usr
--with-freetype=/usr
--enable-track-vars
--enable-magic-quotes

gd.h is in the directory:
/usr/include/gd1.3/
libgd.a in:
/usr/lib/gd1.3/

the freetype-stuff is in
/usr/include/freetype-1.2/

before I made make and make install, I removed config.cache.

Then I made apache by
CC="gcc -L/usr/local/mysql/lib" .configure --prefix=/usr/local/httpd --activate-
module=src/modules/php3/libphp3.a

Then make and make install.

phpinfo() shows: gd: Version 1.3 with Freetype support

I started apache and tried to call a image by php:

<img src="button1.phtm?text" >
exactly like in the php3 manual described.
But netscape 4.05 dont'd display the image!

What is wrong?
Can somebody help me?

Philipp Sutter
Oesterr. Oekologie-Institut
Fachbereiche Planung
Seidengasse 13
A-1070 Wien
Tel: +43-1-523 61 05
fax: +43-1-523 58 43
email: oekoinstitut.plan <email protected>

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev-list-admin <email protected>