Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mod_php with pdflib compile problem (fixed)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ezis2a
n00b
n00b


Joined: 11 Dec 2002
Posts: 3

PostPosted: Thu Dec 26, 2002 11:27 am    Post subject: mod_php with pdflib compile problem (fixed) Reply with quote

mod_php compile ended up with error, claiming it cannot find libpdf.

:idea:
you need to edit this file:
/usr/portage/dev-php/mod_php/mod_php-4.2.3.ebuild

change this line:
use pdflib && myconf="${myconf} --with-pdflib=/usr"
like this:
use pdflib && myconf="${myconf} --with-pdflib=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-tiff-dir=/usr"

as it described in php manual here:
http://www.php.net/manual/en/ref.pdf.php [Installation]

so the compiler will be happy :D
Back to top
View user's profile Send private message
aja
l33t
l33t


Joined: 26 Aug 2002
Posts: 705
Location: Edmonton, Canada

PostPosted: Thu Dec 26, 2002 12:43 pm    Post subject: Reply with quote

Helpful post. Thanks. Did you post a bug?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum