You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am trying to implement librespeed on docker, using a local mysql DB.
The tests works, but i can't access the results.
If i login to the database container, i'm able to see the database and the test results.
The problem seems to be on the results page.
Here is the container error log:
127.0.0.1 - - [26/Nov/2024:17:45:12 +0000] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.62 (Debian) PHP/8.4.1 (internal dummy connection)"
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'gd.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20240924/gd.so (libpng16.so.16: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20240924/gd.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20240924/gd.so.so: cannot open shared object file: No such file or directory)) in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'pdo_pgsql.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20240924/pdo_pgsql.so (libpq.so.5: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20240924/pdo_pgsql.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20240924/pdo_pgsql.so.so: cannot open shared object file: No such file or directory)) in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'pgsql.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20240924/pgsql.so (libpq.so.5: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20240924/pgsql.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20240924/pgsql.so.so: cannot open shared object file: No such file or directory)) in <b>Unknown</b> on line <b>0</b><br />
127.0.0.1 - - [26/Nov/2024:17:45:19 +0000] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.62 (Debian) PHP/8.4.1 (internal dummy connection)"
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'gd.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20240924/gd.so (libpng16.so.16: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20240924/gd.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20240924/gd.so.so: cannot open shared object file: No such file or directory)) in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'pdo_pgsql.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20240924/pdo_pgsql.so (libpq.so.5: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20240924/pdo_pgsql.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20240924/pdo_pgsql.so.so: cannot open shared object file: No such file or directory)) in <b>Unknown</b> on line <b>0</b><br />
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'pgsql.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20240924/pgsql.so (libpq.so.5: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20240924/pgsql.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20240924/pgsql.so.so: cannot open shared object file: No such file or directory)) in <b>Unknown</b> on line <b>0</b><br />
Hi. I am trying to implement librespeed on docker, using a local mysql DB.
The tests works, but i can't access the results.
If i login to the database container, i'm able to see the database and the test results.
The problem seems to be on the results page.
Here is the container error log:
Here is my docker-compose.yaml file:
The text was updated successfully, but these errors were encountered: