php4-beta | 199912
Date: 12/23/99
- Next message: Khimenko Victor: "Re: [PHP4BETA] sessions"
- Previous message: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- In reply to: Sascha Schumann: "Re: [PHP4BETA] CVS Compile Fails on crypt.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The 'config.log' section about standard DES looks like this :
configure:15191: checking for standard DES crypt
configure:15213: gcc -o conftest -g -O2 -R/usr/local/lib -L/usr/local/lib
-R/usr/local/mysql/lib/mysql -L/usr/local/mysql
/usr/local/lib/libpdf.so: undefined reference to TIFFSetWarningHandler'
/usr/local/lib/libpdf.so: undefined reference to TIFFGetFieldDefaulted'
/usr/local/lib/libpdf.so: undefined reference to TIFFReadRGBAImage'
/usr/local/lib/libpdf.so: undefined reference to _TIFFmalloc'
/usr/local/lib/libpdf.so: undefined reference to _TIFFfree'
/usr/local/lib/libpdf.so: undefined reference to TIFFSetErrorHandler'
/usr/local/lib/libpdf.so: undefined reference to TIFFClose'
/usr/local/lib/libpdf.so: undefined reference to TIFFOpen'
/usr/local/lib/libpdf.so: undefined reference to TIFFGetField'
configure: failed program was:
#line 15202 "configure"
#include "confdefs.h"
This is exactly the same for extended DES, MD5, etc..
I'm guessing based on this output that it's a problem with the TIFF library
being installed correctly for pdflib support ... I will work with it some
more ... if you have any other ideas please let me know.
Thanks.
- Bill
Sascha Schumann wrote:
> On Wed, Dec 22, 1999 at 10:25:29PM -0600, Bill Thousand wrote:
> >
> > I'm trying to compile the CVS version and am getting the following
> > message :
> >
> > crypt.c: In function `php_if_crypt':
> > crypt.c:122: `PHP3_MAX_SALT_LEN' undeclared (first use this function)
> > crypt.c:122: (Each undeclared identifier is reported only once
> > crypt.c:122: for each function it appears in.)
> > crypt.c:122: size of array `salt' has non-integer type
> > crypt.c: At top level:
> > crypt.c:113: warning: `php_to64' defined but not used
> > *** Error code 1
>
> Search for "standard DES" in config.log and look for
> compiler/linker errors. If you find them, post more
> information about your system, configure line along with the
> errors.
>
> --
>
> Regards,
>
> Sascha Schumann
> Consultant
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Khimenko Victor: "Re: [PHP4BETA] sessions"
- Previous message: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- In reply to: Sascha Schumann: "Re: [PHP4BETA] CVS Compile Fails on crypt.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

