hi,
i'm trying to run drush on a Plesk server, and am getting this error:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/java.so' - /usr/lib64/php/modules/java.so: cannot open shared object file: No such file or directory in Unknown on line 0
how does that warning pertain to drush?
thx,
m
Comments
Comment #1
moshe weitzman commentedIt doesn't. Your command line php is talking to you. Run php --ini to lean which .ini files to fiddle with.
Comment #2
marqpdx commentedperfect. thanks!