-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows not supported #3
Comments
Can confirm, I got this too (Windows 11 Pro, 23H2). |
This will be fixed soon! There is already a solution on the way, expect to be able to run it next patch. |
@Admiral-Enigma @x7ryan Can you guys check out the latest version? |
Just tried, got the following error when trying to generate the autoload file after installing.
Which if I am not mistaken is due to a missing Windows dll here: https://github.com/tursodatabase/libsql-php/tree/master/lib Full output:
|
Hey! @x7ryan, I made dumb mistake in the build file. Was copying |
@levydsa The file is there now, but I am still getting an error that it cannot be loaded. After looking into it further seems to be a system specific issue. My computer is missing a dependency that libsql.dll requires, specifically, I can try to find that dll and get it added to my system, but I have a suspicion that this will cause issues for other Windows users, unless it would be possible for you to bundle it in too? EDIT: Seems getting MinGW-w64 should solve it. Again just not sure if that's something you can bundle on your end to make it just work of if you are going to need a install note for Windows user to make sure they have install MinGW-w64. |
@x7ryan, thanks for the feedback. The library is compiled with MinGW, I'm doing some research on making it work with MSVCRT. |
@levydsa Using Windows 2019 from GitHub runner I think can solved this problem. |
I can install the package but I get an error message that my OS is not supported. This message is also shown when trying to run migrations.
I'm on Windows 11 64-bit
![image](https://private-user-images.githubusercontent.com/13486531/401711826-4e1f8cee-6ec4-4418-ab4b-d6ff8e804a29.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzIyMjQsIm5iZiI6MTczOTYzMTkyNCwicGF0aCI6Ii8xMzQ4NjUzMS80MDE3MTE4MjYtNGUxZjhjZWUtNmVjNC00NDE4LWFiNGItZDZmZjhlODA0YTI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE1MDUyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkzNDkxYmE5ZTljZDZiZWE1MmExMGRmN2E1YmIxMTk5NWVlZWQ0NmRhODNiZDcwZDc1Y2RlY2E4YWYyZTU0YzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.k-3WOpCkX-Thimsw09dipmEJyDqO2VKPJpnwSNFZ9z0)
The text was updated successfully, but these errors were encountered: