unable to load dynamic library timezonedb.so


This is an error that I found in my error_log file. It was consuming huge amount of memory. The error is quoted as follows: 

"Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/timezonedb.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/timezonedb.so: cannot open shared object file: No such file or directory in Unknown on line 0"
If you are one facing this problem then you can fix it by installing the timezonedb php extension. To do this you need to run the following command in your terminal.

pecl install timezonedb
Point to note is that timezonedb needs php-devel package, so if you have not installed then make sure you install it.

Comments

Popular posts from this blog

Automate file upload in Selenium IDE

How To Install and Configure Nextcloud