Re: [PHP] FDF support in RedHat

2003-08-14 Thread Cesar Cordovez
Now I have 4 versions: FDFTK.H, fdftk.h, FdfTk.h, Fdftk.h. Same problem. Cesar Cordovez wrote: Weird. Is the file Fdftk.h or fdftk.h? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FDF support in RedHat (make error)

2003-08-14 Thread Cesar Cordovez
I didn't read the fine manual. Where in the manual says: [move fdftk.h to /usr/local/includes and libfdftk.so to /usr/local/lib]? Huh? The manual only says: manual source=php.net/fdf Note: If you run into problems configuring PHP with fdftk support, check whether the header file fdftk.h and

Re: [PHP] FDF support in RedHat (make error)

2003-08-14 Thread Jason Wong
On Saturday 09 August 2003 00:05, Cesar Cordovez wrote: I moved fdftk.h to /usr/local/includes and libfdftk.so to /usr/local/lib and everything worked! Sigh, that's what happens when you RTFM :-) Now could you please tell the neurotic posters (see recent thread) that RTFM really does work!

Re: [PHP] FDF support in RedHat

2003-08-14 Thread Cesar Cordovez
I guess my problem is: manual source=php.net/fdf Note: If you run into problems configuring PHP with fdftk support, check whether the header file fdftk.h and the library libfdftk.so are at the right place. The configure script supports both the directory structure of the FDF SDK distribution

Re: [PHP] FDF support in RedHat

2003-08-14 Thread Cesar Cordovez
I have 3 versions of it. FDFTK.H, fdftk.h and FdfTk.h. I will try Fdftk.h... Jay Blanchard wrote: Weird. Is the file Fdftk.h or fdftk.h? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FDF support in RedHat

2003-08-14 Thread Cesar Cordovez
Tried with --with-fdftk... same problem. I deleted all the versions except for fdftk.h that I moved to /usr/local/include (found this bug: http://bugs.php.net/bug.php?id=8840) Then issued the configuration command and got something like checking for FDFOpen in -lfdftk.. no Then die with error

RE: [PHP] FDF support in RedHat (make error)

2003-08-14 Thread Jay Blanchard
[snip] Then, I issued a make command and unfortunately I got a new error: /usr/include/ucd-snmp/asn1.h:7:2 Please update your headers or configuer using --enable-ucd-snmp-compatibility Then all hell break lose, got tons of errors (ver like this one) and exit the make with error 1. [/snip]

[PHP] FDF support in RedHat (make error)

2003-08-14 Thread Cesar Cordovez
Ja! I got it! I moved fdftk.h to /usr/local/includes and libfdftk.so to /usr/local/lib and everything worked! Then, I issued a make command and unfortunately I got a new error: /usr/include/ucd-snmp/asn1.h:7:2 Please update your headers or configuer using --enable-ucd-snmp-compatibility Then

Re: [PHP] FDF support in RedHat (make error)

2003-08-14 Thread Cesar Cordovez
Exactly! I agree with you 100%. That's why, even if you RTFM, google your question and search the archives, you need to ask some (very basic) questions to the list. Questions like: If the manual says fdftk.h is a header file, why it should be in the includes directory as opposed to the

Re: [PHP] FDF support in RedHat (make error)

2003-08-14 Thread Jason Wong
On Saturday 09 August 2003 00:43, Cesar Cordovez wrote: I didn't read the fine manual. Then you should! Where in the manual says: [move fdftk.h to /usr/local/includes and libfdftk.so to /usr/local/lib]? Huh? The manual only says: [snip] Exactly. It *assumes* that you now that

Re: [PHP] FDF support in RedHat

2003-08-14 Thread Cesar Cordovez
Cool. I managed to dowlonad php-4.2.2.tar.gz and uncompress it into /usr/local/php4.2.2. (I'm so proud of my self!) lol Also, I downloaded fdftkv5 and installed it following the instructions at php.net/fdf (by mirage at rateaprof dot com) Copy/pasted configuration commands from phpinfo() to

Re: [PHP] FDF support in RedHat (conclusion)

2003-08-14 Thread Cesar Cordovez
Hi List! First off all, let me thank Jay for all his efforts! Compiling PHP and then Apache is just to complicated for me. I would love to learn all of this stuff, but, I don't have the time to do it. (and that is a petty). Any how, the problem is still there. Apache and PHP are running

RE: [PHP] FDF support in RedHat

2003-08-14 Thread Jay Blanchard
[snip] I have 4 versions: FDFTK.H, fdftk.h, FdfTk.h, Fdftk.h. Same problem. [/snip] Change the configure line to --with-fdftk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] FDF support in RedHat

2003-08-14 Thread Jay Blanchard
[snip] configure: error: Fdftk.h not found, please install it again. [/snip] I am proud of you! Now type locate fdftk.h When you locate it move it to /usr/local and go again -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FDF support in RedHat (make error)

2003-08-14 Thread Jason Wong
On Saturday 09 August 2003 03:50, Cesar Cordovez wrote: It is still giving me problems. I deleted the --with-snmp options and then I receive a new problem related with apache (something like apache2module or so) I managed to download the apache 2.0.48 source, compile it and install it, but

Re: [PHP] FDF support in RedHat

2003-08-14 Thread Cesar Cordovez
Jay: You can find the configuration script at the end of this msg. I went to adobe.com (following the instruction at php.net/fdf) and downloaded the stuff you ask for at /usr/local/. I'm ready for step 2. =) Mucho Thanks. Cesar './configure' '--host=i686-pc-linux-gnu'

RE: [PHP] FDF support in RedHat

2003-08-14 Thread Jay Blanchard
[snip] Did it. Same error. =( Jay Blanchard wrote: [snip] configure: error: Fdftk.h not found, please install it again. [/snip] I am proud of you! Now type locate fdftk.h When you locate it move it to /usr/local and go again [/snip] Weird. Is the file Fdftk.h or fdftk.h? -- PHP

RE: [PHP] FDF support in RedHat (make error)

2003-08-14 Thread Jay Blanchard
[snip] It is still giving me problems. I deleted the --with-snmp options and then I receive a new problem related with apache (something like apache2module or so) I managed to download the apache 2.0.48 source, compile it and install it, but the (*^%$#@ program installs in /usr/local/apache2

Re: [PHP] FDF support in RedHat (make error)

2003-08-14 Thread Cesar Cordovez
It is still giving me problems. I deleted the --with-snmp options and then I receive a new problem related with apache (something like apache2module or so) I managed to download the apache 2.0.48 source, compile it and install it, but the (*^%$#@ program installs in /usr/local/apache2 instead

RE: [PHP] FDF support in RedHat

2003-08-14 Thread Jay Blanchard
[snip] manual You must compile PHP with --with-fdftk[=DIR]. /manual Maybe for you, Jay, this is crystal clear, but for me, is like greek. =) I will ask again... how do you compile php with fdf support in red hat? [/snip] First, run phpinfo(); in a web page on your server and copy the Configure

RE: [PHP] FDF support in RedHat

2003-08-12 Thread Jay Blanchard
[snip] the manual is so far away [/snip] The manual is right here, http://us3.php.net/fdf. The third major heading on the page is installation. Good luck and have a pleasant day! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] FDF support in RedHat

2003-08-11 Thread Jay Blanchard
[snip] Thanks for your help. I have only one question for you... Where is the PHP directory (where the php library files are) ... [/snip] Well, unfortunately I cannot answer that for sure, but it is usually something like /usr/local/php-4.x.x or something like that Good luck and may all your

RE: [PHP] FDF support in RedHat

2003-08-09 Thread Jay Blanchard
[snip] I'm ready for step 2. =) [/snip] './configure' '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share'

Re: [PHP] FDF support in RedHat

2003-08-09 Thread Cesar Cordovez
Jay: Thanks for your help. I have only one question for you... Where is the PHP directory (where the php library files are) ... Cesar PD. How can you know if I have the sources for php in my machine? And where are they? Jay Blanchard wrote: 2. In the PHP directory (where the php library

Re: [PHP] FDF support in RedHat (make error)

2003-08-09 Thread Jason Wong
On Saturday 09 August 2003 02:49, Cesar Cordovez wrote: Exactly! I agree with you 100%. That's why, even if you RTFM, google your question and search the archives, you need to ask some (very basic) questions to the list. Questions like: If the manual says fdftk.h is a header file, why it

Re: [PHP] FDF support in RedHat

2003-08-09 Thread Jason Wong
On Friday 08 August 2003 23:12, Cesar Cordovez wrote: Now I have 4 versions: FDFTK.H, fdftk.h, FdfTk.h, Fdftk.h. Same problem. Where on earth did you get all those versions from? And did you follow the installation instructions in the manual -- in particular the bit about copying the header

Re: [PHP] FDF support in RedHat

2003-08-09 Thread Cesar Cordovez
manual You must compile PHP with --with-fdftk[=DIR]. /manual Maybe for you, Jay, this is crystal clear, but for me, is like greek. =) I will ask again... how do you compile php with fdf support in red hat? Jay Blanchard wrote: [snip] the manual is so far away [/snip] The manual is right here,

Re: [PHP] FDF support in RedHat

2003-08-08 Thread Cesar Cordovez
Did it. Same error. =( Jay Blanchard wrote: [snip] configure: error: Fdftk.h not found, please install it again. [/snip] I am proud of you! Now type locate fdftk.h When you locate it move it to /usr/local and go again -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] FDF support in RedHat (make error)

2003-08-08 Thread Jay Blanchard
[snip] For me this is a very intelligent question (and advanced too) because I have no idea of linux or compilers. (or as a metter of fact, what is a .h file). [/snip] You'll note that the library file began with lib. The files are C or C++ files witha .h being a header file for the compiler.

[PHP] FDF support in RedHat

2003-08-07 Thread Cesar Cordovez
Hi List! I know this is old history, but the archives has nothing, the manual is so far away and google is kind of slow this morning, so... Can somebody teach me how to compile php with fdf support in red hat linux 8 as if I where a 5 year old? (which I am =) Thanks. PD. My mother will