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

[PHP-INST] pdflib 4.0.1 & php 4.0.6

2001-11-12 Thread Brent Meshier
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 following error: PHP Warning: Invalid library (maybe not a PHP library) 'libpdf_php.so' in Unknown on line 0

Re: [PHP-INST] pdflib

2001-10-22 Thread Paul Gardiner
ECTED]> Sent: Friday, October 19, 2001 9:03 PM Subject: RE: [PHP-INST] pdflib > 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

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 long

[PHP-INST] pdflib

2001-10-19 Thread Brent Meshier
I recently upgraded to php 4.0.6 and can no longer get pdflib working. PHP compiled perfectly with pdflib 4.0.1, yet when I load apache it gives me the following error: PHP Warning: Invalid library (maybe not a PHP library) 'libpdf_php.so' in Unknown on line 0 Any ideas? Is pdflib broken wit

[PHP-INST] PDFlib 4.01 on SCO Unix ????

2001-09-19 Thread Paul Gardiner
Just a quickie, Anyone had any luck compiling PDFlib 4.0.1 on a SCO 5.0.x Box. I've had a quick play with different combinations and am using --with-pdflib=/usr/local in the PHP configure but no joy at the mo. Getting the 'Something must be broken' line. Error in debug.log: gcc -o conftest -g -O

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

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

2001-09-18 Thread Steve Cayford
I finally got these two working together. I tried several times on mac OSX and decided maybe it just wasn't going to happen so I've been trying LinuxPPC 2000. In case there are others with the same problem, here are the steps I took that finally worked. Following the directions with pdflib I d

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
] > Sent: Sunday, April 29, 2001 6:17 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PDFlib woes > > > > > > > Hello everyone, > I am installing php 4.0.4pl1 on a freebsd 4.2-release box. I am trying to > add in pdflib-4.0.0. I follow the lim

[PHP-INST] PDFlib woes

2001-04-29 Thread php-install
Hello everyone, I am installing php 4.0.4pl1 on a freebsd 4.2-release box. I am trying to add in pdflib-4.0.0. I follow the limited instructions in pdflib- 4.0.0/bind/php/readme.txt which says to build, install and copy pdflib- 4.0.0/bind/php/ext/pdf to php-4.0.4pl1/ext/pdf. When I c

[PHP-INST] Pdflib True Type Fonts

2001-03-21 Thread Renato Barata Gomes
Hello people !!! Do you have any idea how to add a true type font in the PDFlib. I need to add the font Futura Book BT. But this font is not in the C:\php\pdf-related ! So I can not use it Do you have any idea how I can add this font !! I am using: windows 98;PHP4.0.5;Pdflib 3.0.3; Th

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

[PHP-INST] Pdflib

2001-03-09 Thread Renato Barata Gomes
I have PHP4.0.5 and I want to install PDFlib What should I do??? Step by step !!! I do not have so much experience with libraries and PHP. Could you help me on that?? Renato

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

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

2001-03-08 Thread Jough
Okay, so I've compiled PHP with pdflib into Apache a few times and haven't gotten any error messages but when I try to use the pdf functions I get an error message like this: Fatal error: Call to undefined function: pdf_open_file() in /usr/local/apache/htdocs/index.php on line 2 I've also tried t