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
After going through the steps in the documentation, I'm unable to start/restart my php process because of an error loading the liblibsql_php.so library.
Minimal Reproduction
composer global require darkterminal/turso-php-installer
turso-php-installer install
valet restart
Exception or Error
Unable to load dynamic library '/Users//.turso-client-php/liblibsql_php.so' (tried: /Users//.turso-client-php/liblibsql_php.so (dlopen(/Users//.turso-client-php/liblibsql_php.so, 0x0009): symbol not found in flat namespace '_sqlite3_wal_manager')
The text was updated successfully, but these errors were encountered:
Unable to load dynamic library '/Users//.turso-client-php/liblibsql_php.so' (tried: /Users//.turso-client-php/liblibsql_php.so (dlopen(/Users//.turso-client-php/liblibsql_php.so, 0x0009): symbol not found in flat namespace '_sqlite3_wal_manager')
When viewed from the error that appears here, extension is not directed to the right location. It's should:
Description
After going through the steps in the documentation, I'm unable to start/restart my php process because of an error loading the liblibsql_php.so library.
Minimal Reproduction
composer global require darkterminal/turso-php-installer
turso-php-installer install
valet restart
Exception or Error
Unable to load dynamic library '/Users//.turso-client-php/liblibsql_php.so' (tried: /Users//.turso-client-php/liblibsql_php.so (dlopen(/Users//.turso-client-php/liblibsql_php.so, 0x0009): symbol not found in flat namespace '_sqlite3_wal_manager')
The text was updated successfully, but these errors were encountered: