Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge mod_php with extra support
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Ganimedes
n00b
n00b


Joined: 28 Mar 2004
Posts: 2
Location: Netherlands

PostPosted: Sun Mar 28, 2004 11:02 am    Post subject: Emerge mod_php with extra support Reply with quote

Hi
I want to be able to generate images on the fly using my apache/php webserver. This isn't installed yet, though - how do I specify what support to emerge?

Thanks a lot
Sam
_________________
Outside of a dog, a book's a man's best friend. Inside of a dog, it's too dark to read. W.H. Smith
Back to top
View user's profile Send private message
misterLu
Guru
Guru


Joined: 14 Sep 2003
Posts: 430
Location: Poland

PostPosted: Sun Mar 28, 2004 11:20 am    Post subject: Reply with quote

You need gd library.
USE="gd" emerge mod_php will install PHP with support for libgd. This 'll let you 'generate graphics on the fly' :)
Back to top
View user's profile Send private message
Ganimedes
n00b
n00b


Joined: 28 Mar 2004
Posts: 2
Location: Netherlands

PostPosted: Sun Mar 28, 2004 3:26 pm    Post subject: Reply with quote

Yeah, I need libjpeg and one more as well - but at least I now know how to do it. Thanks. Sam
_________________
Outside of a dog, a book's a man's best friend. Inside of a dog, it's too dark to read. W.H. Smith
Back to top
View user's profile Send private message
eZe
n00b
n00b


Joined: 21 Mar 2004
Posts: 12

PostPosted: Sun Mar 28, 2004 4:59 pm    Post subject: Reply with quote

anothe possibility is ImageMagick.
But there´s a pro and contra for ImageMagick on PHP:

+ it supports many image file formats
+ it has more features
+ you can use the external programs that come with ImageMagick
- it is not so stable as the gd support (It is rated as Beta in PECL)
- gd is included in PHP (lib and php-extension for gd)

http://pecl.php.net/package/imagick

Just for Info :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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