Bob Friesenhahn wrote:

> On Thu, 12 Oct 2000, Mathur wrote:
>
> > Hi !
> > Now I have installed jpeg library seperately, and recompiled Imagemagick
> > --without-perl
> > The status after ./configure indicates that jpeg library is now available.
> > Now I am able to resize image from command line option. But the same thing
> > does not work thru PHP.
>
> It is likely that a user-space environment variable such as
> LD_LIBRARY_PATH, or even PATH is not set the same in the PHP
> environment as it is in in your normal working environment. You can
> either try to recreate this environment in the PHP server by exporting
> the environment variables before you run the utility, or you may be
> able to adjust the linkage of the ImageMagick utilities so that they
> include a hard-coded path to the libraries.
>
> Bob
> ===
> Bob Friesenhahn
> [EMAIL PROTECTED]
> http://www.simplesystems.org/users/bfriesen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to