Date: 10/13/00
- Next message: Troels Arvin: "Re: [PHP-DEV] Some trouble with pdflib"
- Previous message: "Postmaster" <email protected>: "[PHP-DEV] Error delivering message to: php-dev <email protected>!"
- Next in thread: Troels Arvin: "Re: [PHP-DEV] Some trouble with pdflib"
- Reply: Troels Arvin: "Re: [PHP-DEV] Some trouble with pdflib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hiya Uwe,
I found some trouble in configure regarding to libpdf,
When it tries to verify that libpdf indeed is working right;
int main (void) {
PHP_show_boxed();
}
it tries to compile it with -ljpeg -ltiff -lpng
is this really neccesary? also, this being hardcoded in doesn't
seem like a good thing, its possible for a user not to have
libtiff or libjpeg..
BTW: these libs are not needed to compile above example..
--CaPS
-- 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: Troels Arvin: "Re: [PHP-DEV] Some trouble with pdflib"
- Previous message: "Postmaster" <email protected>: "[PHP-DEV] Error delivering message to: php-dev <email protected>!"
- Next in thread: Troels Arvin: "Re: [PHP-DEV] Some trouble with pdflib"
- Reply: Troels Arvin: "Re: [PHP-DEV] Some trouble with pdflib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

