in Apache2 pass the environment variable Passenv ------------------------------------------------ in Apache2, environment variable LD_LIBRARY_PATH is not passed even you set up in $APACHE2/bin/envvars. Add: PassEnv LD_LIBRARY_PATH in your apache configuration file |