Re: [PHP] Problems installing php with pdflib

2007-04-26 Thread Tijnema !

On 4/25/07, Richard Lynch [EMAIL PROTECTED] wrote:

On Tue, April 24, 2007 7:39 am, Tijnema ! wrote:
 On 4/17/07, Richard Lynch [EMAIL PROTECTED] wrote:
 On Sat, April 14, 2007 3:55 am, Merlin wrote:
  I am moving to a new box and want to install php with pdflib
 again.
  After configure I get an error saying:
  pdflib.h not found! Check the path passed to --with-pdflib
 
  The path is just fine:
  '--with-pdflib=/usr/local/lib'

 configure needs to find TWO things:
  #1 the lib file which is libpdf.so in /usr/local/lib
  #2 the header file which is libpdf.h in /usr/local/include

 If you tell configure to look inside of /usr/local/lib, it can't
 *find* the libpdf.h file, because it's not inside that directory,
 it's
 inside a directory parallel to that.

 If you tell configure to look in /usr/local, it knows to check in
 /usr/local/lib for the .so file, and in /usr/local/include for the
 .h
 file, and it finds everything it needs.

 It won't, because his headers are in /usr/local/lib, and not in
 /usr/include/header

If his headers are in /usr/local/lib, I'll be very very very surprised...

They shouldn't be there.

Move them.



He hasn't replied yet, and i was also confused, but in his first post
he said this:

ls /usr/local/lib/pdflib.*
/usr/local/lib/pdflib.h


Of course, moving them is the best way, however, sometimes it gives
problems with other things, so i guess creating a symlink here would
be better

Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problems installing php with pdflib

2007-04-24 Thread Tijnema !

On 4/17/07, Richard Lynch [EMAIL PROTECTED] wrote:

On Sat, April 14, 2007 3:55 am, Merlin wrote:
 I am moving to a new box and want to install php with pdflib again.
 After configure I get an error saying:
 pdflib.h not found! Check the path passed to --with-pdflib

 The path is just fine:
 '--with-pdflib=/usr/local/lib'

configure needs to find TWO things:
 #1 the lib file which is libpdf.so in /usr/local/lib
 #2 the header file which is libpdf.h in /usr/local/include

If you tell configure to look inside of /usr/local/lib, it can't
*find* the libpdf.h file, because it's not inside that directory, it's
inside a directory parallel to that.

If you tell configure to look in /usr/local, it knows to check in
/usr/local/lib for the .so file, and in /usr/local/include for the .h
file, and it finds everything it needs.


It won't, because his headers are in /usr/local/lib, and not in
/usr/include/header
I don't know if the following will work, but you could try adding the
an include dir to CFLAGS:
export CFLAGS=-I /usr/local/lib
*note that this will destroy currently set CFLAGS.

And then try configuring with --with-pdflib=/usr/local

Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problems installing php with pdflib

2007-04-24 Thread Richard Lynch
On Tue, April 24, 2007 7:39 am, Tijnema ! wrote:
 On 4/17/07, Richard Lynch [EMAIL PROTECTED] wrote:
 On Sat, April 14, 2007 3:55 am, Merlin wrote:
  I am moving to a new box and want to install php with pdflib
 again.
  After configure I get an error saying:
  pdflib.h not found! Check the path passed to --with-pdflib
 
  The path is just fine:
  '--with-pdflib=/usr/local/lib'

 configure needs to find TWO things:
  #1 the lib file which is libpdf.so in /usr/local/lib
  #2 the header file which is libpdf.h in /usr/local/include

 If you tell configure to look inside of /usr/local/lib, it can't
 *find* the libpdf.h file, because it's not inside that directory,
 it's
 inside a directory parallel to that.

 If you tell configure to look in /usr/local, it knows to check in
 /usr/local/lib for the .so file, and in /usr/local/include for the
 .h
 file, and it finds everything it needs.

 It won't, because his headers are in /usr/local/lib, and not in
 /usr/include/header

If his headers are in /usr/local/lib, I'll be very very very surprised...

They shouldn't be there.

Move them.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problems installing php with pdflib

2007-04-16 Thread Richard Lynch
On Sat, April 14, 2007 3:55 am, Merlin wrote:
 I am moving to a new box and want to install php with pdflib again.
 After configure I get an error saying:
 pdflib.h not found! Check the path passed to --with-pdflib

 The path is just fine:
 '--with-pdflib=/usr/local/lib'

configure needs to find TWO things:
  #1 the lib file which is libpdf.so in /usr/local/lib
  #2 the header file which is libpdf.h in /usr/local/include

If you tell configure to look inside of /usr/local/lib, it can't
*find* the libpdf.h file, because it's not inside that directory, it's
inside a directory parallel to that.

If you tell configure to look in /usr/local, it knows to check in
/usr/local/lib for the .so file, and in /usr/local/include for the .h
file, and it finds everything it needs.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Problems installing php with pdflib

2007-04-14 Thread Merlin

Hi there,

I am moving to a new box and want to install php with pdflib again.
After configure I get an error saying:
pdflib.h not found! Check the path passed to --with-pdflib

The path is just fine:
'--with-pdflib=/usr/local/lib'

ls /usr/local/lib/pdflib.*
/usr/local/lib/pdflib.h

ls /usr/local/lib/libpdf.*
/usr/local/lib/libpdf.a  /usr/local/lib/libpdf.la 
/usr/local/lib/libpdf.so  /usr/local/lib/libpdf.so.1 
/usr/local/lib/libpdf.so.1.1.3


I do run the same version on the old box which is php 4.4.6 and pdflib 
4.03. I do not want to upgrade to a new pdflib since I was totaly 
satisfied with the installation which runs perfectly. The php version 
seems also not to be the problem since I tried to configure with 4.2.1 
and it failed the same way.


I did with pdflib:
./configure
make
make install

Then configured php

Has anybody an idea what is wrong? The only difference I do see, is that 
the other box runs suse 9.0 while this one runs suse 9.3


Thank you for any hint or help,

Best regards,

Merlin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Problems installing php with pdflib

2007-04-14 Thread Tijnema !

On 4/14/07, Merlin [EMAIL PROTECTED] wrote:

Hi there,

I am moving to a new box and want to install php with pdflib again.
After configure I get an error saying:
pdflib.h not found! Check the path passed to --with-pdflib

The path is just fine:
'--with-pdflib=/usr/local/lib'

ls /usr/local/lib/pdflib.*
/usr/local/lib/pdflib.h


How did you get header files in the lib dir? pdflib.h(and all other
header files from pdflib) should be in /usr/local/include or
/usr/include.

then your command should be
'--with-pdflib=/usr/local'

or just remove it at all, as PHP will find it automatically (i think)



ls /usr/local/lib/libpdf.*
/usr/local/lib/libpdf.a  /usr/local/lib/libpdf.la
/usr/local/lib/libpdf.so  /usr/local/lib/libpdf.so.1
/usr/local/lib/libpdf.so.1.1.3


That's fine.

PHP will search for the headers in pdflibdir (--with-pdflib=...)
/include, and for the libraries in pdflibdir/lib

Tijnema


I do run the same version on the old box which is php 4.4.6 and pdflib
4.03. I do not want to upgrade to a new pdflib since I was totaly
satisfied with the installation which runs perfectly. The php version
seems also not to be the problem since I tried to configure with 4.2.1
and it failed the same way.

I did with pdflib:
./configure
make
make install

Then configured php

Has anybody an idea what is wrong? The only difference I do see, is that
the other box runs suse 9.0 while this one runs suse 9.3

Thank you for any hint or help,

Best regards,

Merlin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php