PDA

View Full Version : How can I use php 5.0 ?


Pawelek
08-12-2004, 05:40 AM
Hello again.

I have another small problem.
I need to enable GD-support in LiteSpeed Web Server. ( http://www.boutell.com/gd/ )
LiteSpeed Web Server doesn't have GD-support :(

I have installed php 5.0
How can I use this php in LiteSpeed Web Server ? It's possible ??
I was looking for inhttp://www.litespeedtech.com/docs/index.html, but I couldn't find.

I think, the solution is here http://www.litespeedtech.com/docs/ExtApp_Help.html
but here is too much difficult words and I don't now what does mean.

Can you give me simple example ??
Thanks

mistwang
08-12-2004, 04:46 PM
Please follow the Howto to build your PHP 5.0 binary with GD support
http://www.litespeedtech.com/docs/HowTo_QA.html#qa_php

Then replace lsws/fcgi-bin/php with your php binary.
And you need to build mmcache from source as well if you use it.
Then restart web server, that's it.