开发者

php path to gd library

I am trying to use Codeigniter's image manipulation class which of course requires a php image library.

I know I have gd library enabled on my server from running phpinfo();

However, I need to specify the path to the image library in codeigniter, and I don't know where it is installed! The server is under someone else's jurisdiction, so is there any way at all to find out where the gd library is installed without using the comma开发者_如何学Cnd line? It is a linux server.

Thanks.


GD is compiled with PHP, and is used internally, there is no need to supply a path for GD what so ever, on CI's Manual it states:

library_path : Sets the server path to your ImageMagick or NetPBM library. If you use either of those libraries you must supply the path.

Hint: you are not using ImageMagick or NetPBM

If you mean ImageMagick, you can locate the binaries you can try the following command:

locate imagemagick

but they are usually located in /usr/bin or /usr/X11R6/bin/


did you try phpinfo();

you will get the path to where php installed.

if you can access server

try to search for gd.so

http://www.linuxquestions.org/questions/linux-newbie-8/gd-library-path-145032/

http://php.net/manual/en/image.installation.php

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜