php extension - where is the openssl.so file located in the system? -


working on linux system. openssl extension enabled shows in phpinfo(). openssl.so file in system. running command :"php -v" gives following error "unale load dynamic library- usr/lib/php/20131226/openssl.so -no such file or directory"

i naive. might stupid ques. shall grateful help.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -