Re: [PHP-INST] pdflib 4.0.1 & php 4.0.6

2001-11-13 Thread Jim Thome
What is your config line for both pdflib and PHP? >>> "Brent Meshier" <[EMAIL PROTECTED]> 11/12 8:23 PM >>> I've tried just about every configuration possible to compile pdflib for php as a shared module. The result is libpdf_php.so with a size of 47k. I restart apache (1.3.20) and get the foll

Re: [PHP-INST] pdflib

2001-10-22 Thread Paul Gardiner
Hi Brent, I'm afraid no idea's why you're having the problem but 4.0.6 & pdflib 4.0.1 do work. - Paul - - Original Message - From: "Mark Newnham" <[EMAIL PROTECTED]> To: "'Brent Meshier'" <[EMAIL PROTECTED]>; <[EMAIL PROT

RE: [PHP-INST] pdflib

2001-10-19 Thread Mark Newnham
it sounds like you need to upgrade pdflib > -Original Message- > From: Brent Meshier [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 19, 2001 1:10 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] pdflib > > > I recently upgraded to php 4.0.6 and can no longer get pdflib > working.

Re: [PHP-INST] PDFlib 4.0.1 and PHP 4.0.6 - success!

2001-09-18 Thread Steve Cayford
I wasn't sure if I did or not, but the directions that came with pdflib included that step. I might go back now and try it again on mac osx..., but maybe another day. By the way, PHP is a great language and lots of fun. Thanks for all your work. -Steve On Tuesday, September 18, 2001, at 04:3

Re: [PHP-INST] PDFlib 4.0.1 and PHP 4.0.6 - success!

2001-09-18 Thread Rasmus Lerdorf
> 4. unpack php, rm /ext/pdf/*, cp src>/bind/php/ext/pdf/* /ext/pdf You shouldn't need this step. PHP comes with that pdf extension. -Rasmus -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

RE: [PHP-INST] PDFlib woes

2001-05-01 Thread Matt Schroebel
How to get this on the PDFLIB php-manual page vs user comments? Or perhaps the configure script message could hint a little better? It's a common problem, and there is no mention in the pdflib docs about --enable-shared-pdflib. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMA

RE: [PHP-INST] PDFlib woes

2001-04-30 Thread php-install
Yee! Andrew, you rule. Ok, so I played with it again tonight and heres what I found, an FYI for anybody else looking for pdflib help. I got php-4.0.5 and built pdflib-4.0.0 with './configure' \ '--enable-cxx' \ '--enable-shared' \ '--enab

RE: [PHP-INST] PDFlib woes

2001-04-30 Thread Andrew Apold
At 10:16 PM 4/30/01 -, [EMAIL PROTECTED] wrote: > > > > >Hello! >I configure, build, install pdflib and then as per the instructions I found I >configure php with-pdflib=../pdflib.4.0.0 (the path to the install dir). So >it doesn't seem to be finding them, but I was wondering if this is a c

RE: [PHP-INST] PDFlib woes

2001-04-30 Thread php-install
Hello! I configure, build, install pdflib and then as per the instructions I found I configure php with-pdflib=../pdflib.4.0.0 (the path to the install dir). So it doesn't seem to be finding them, but I was wondering if this is a config problem or if pdflib-3.x support doesn't work w

Re: [PHP-INST] pdflib - no errors but no pdf functions!

2001-03-10 Thread Jough
pdf_new() does not work. I don't know why. But the other functions work. You'll have to use some of the deprecated functions. You should pdf_open instead of pdf_new(). There are some examples at the bottom of the pdf reference section of the PHP manual - Main screen turn on! http://jough

Re: [PHP-INST] pdflib - no errors but no pdf functions!

2001-03-10 Thread Alain DESEINE
Got the same problem, i drop the'/lib/' part too, but nothing better got the same error message when i try to use the $pdf = pdf_new(); instruction ==> Fatal error: Call to undefined function: pdf_new() in /sites/soledon/www/htdocs/dopdf.php3 on line 6 the PDF section of the phpinfo() function

Re: [PHP-INST] pdflib - no errors but no pdf functions!

2001-03-08 Thread Jani Taskinen
On Thu, 8 Mar 2001, Jough wrote: >./configure --with-mysql=/usr/local/ >--with-apache=/home/jough/src/apache_1.3.19/ --enable-track-vars >--with-pdflib=/usr/local/lib/ --with-jpeg-dir=/usr/lib/ >--with-tiff-dir=/usr/local/lib/ Leave those '/lib/' parts out of the paths. It should work then. --J