php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15206 compile fail with external mysql without with-zlib option
Submitted: 2002-01-24 09:53 UTC Modified: 2002-04-22 23:53 UTC
From: kostia at obninsk dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.1 OS: linux 2.2.16-20
Private report: No CVE-ID: None
 [2002-01-24 09:53 UTC] kostia at obninsk dot com
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 )

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-22 23:53 UTC] sniper@php.net
fixed in PHP 4.2.0

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 20:01:27 2024 UTC