Re: [PHP-DEV] 4.0.2 can't find zlib From: Stefan Roehrich (stefan <email protected>)
Date: 09/08/00

Hello!

On 2000-09-08 14:03:04, Matthew Hagerty wrote:
> configure:39647: checking whether to include zlib support
> configure:39836: checking for gzgets in -lz
> configure:39855: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12
> -L/usr/lib -R/usr/
> local/pgsql/lib -L/usr/local/pgsql/lib conftest.c -lz -lpq -lttf -lpng -lz
> -lgd
> -lmckcrypto -lcpdf -lm
> -lcrypt 1>&5
> /usr/libexec/elf/ld: cannot open -lmckcrypto: No such file or directory

Did you use the Cybercash extension? In the configure line of your bug
report it isn't mentioned, so can you try from a fresh version without
any cached configure results?

It seems ld can't find libmckcrypto (Cybercash), but this is detected
only at the next configure test compile which happens to be zlib.

  Stefan

-- 
Stefan Röhrich               stefan <email protected>, sr <email protected>
                                 http://www.roehri.ch/~sr/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>