Date: 09/08/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5773 Updated: ISAPI filter won't function with long directory name"
- Previous message: alantmiller <email protected>: "[PHP-DEV] PHP 4.0 Bug #6635: cannot find header files (mysql) or (imap)"
- In reply to: Matthew Hagerty: "Re: [PHP-DEV] 4.0.2 can't find zlib"
- Next in thread: Matthew Hagerty: "Re: [PHP-DEV] 4.0.2 can't find zlib"
- Reply: Matthew Hagerty: "Re: [PHP-DEV] 4.0.2 can't find zlib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5773 Updated: ISAPI filter won't function with long directory name"
- Previous message: alantmiller <email protected>: "[PHP-DEV] PHP 4.0 Bug #6635: cannot find header files (mysql) or (imap)"
- In reply to: Matthew Hagerty: "Re: [PHP-DEV] 4.0.2 can't find zlib"
- Next in thread: Matthew Hagerty: "Re: [PHP-DEV] 4.0.2 can't find zlib"
- Reply: Matthew Hagerty: "Re: [PHP-DEV] 4.0.2 can't find zlib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

