From:             [EMAIL PROTECTED]
Operating system: linux 2.2.16-20
PHP version:      4.1.1
PHP Bug Type:     Compile Failure
Bug description:  compile fail with external mysql without with-zlib option

My configure options is
  './configure' '--enable-safe-mode'
'--with-config-file-path=/usr/local/php'
'--with-exec-dir=/usr/local/php/bin' '--enable-memory-limit'
'--with-system-regex' '--disable-debug' '--enable-track-vars'
'--disable-pear' '--with-gnu-ld' '--with-apxs=/usr/sbin/apxs'
'--with-gd=/usr/local/gd1.5' '--enable-gd-native-ttf'
'--with-freetype-dir=/usr/local' '--with-ttf'
'--with-mysql=/usr/local/mysql' 
compile failed with message that 'compress is undefined reference in the
/usr/local/mysql/lib/libmysqlclient.a' compile complete successfully when
i am add --with-zlib option to configure
Also i add function definition 
void gdImageGifCtx(gdImagePtr im, gdIOCtx *out);
to ext/gd/gd.c:1430 to aviod problem with gd library support( with gif
support )

-- 
Edit bug report at: http://bugs.php.net/?id=15206&edit=1


-- 
PHP Development 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]

Reply via email to