Re: [PHP4BETA] Configure error (pdflib 3.0)
[email protected] (Jani Taskinen)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 22 May 2000, Uwe Steinmann wrote: >On Fri, May 19, 2000 at 04:05:46PM +0300, [email protected] wrote: >> >> I get this with latest CVS: >> >> ./configure --prefix=/www --with-imap --with-mysql >> --with-apxs=/www/bin/apxs --with-ldap --with-gettext --enable-ftp >> --with-mcal=/usr/src/libmcal/ --with-pdflib=/usr >> --enable-sysvshm --enable-sysvsem --enable-debug >> >> [snip] >> checking for PDF_show_boxed in -lpdf... no >> configure: error: pdflib extension requires pdflib 3.x. >> [snip] >Check config.log. Looks like the pdflib.h file wasn't found. > I solved it..it wasn't pdflib which was causing this. It was libmcal which I had modified and hadn't compiled it.. Strange thing is that the configure script reported error on pdflib but not with libmcal? Maybe a bug? --Jani