I am trying to use ImageMagick to do some image processing through a php script. The problem is that it needs some Enviroment Vars to work properly. Namely LD_LIBRARY_PATH and MAGICK_HOME. I have tried using passthough(), system() and backticks (``), to no avail. I try to execute a .bashrc to set the vars, but no luck there.
The site is hosted on a service provider server, so I have no access to anything. I can't change the web users enviroment, I can't change php.ini. Has anyone gotten around this type of delima? I'd have to assume I'm not the first to try this sort of thing.
Any help would be greatly appreciated!
Regards,
Jason