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
Envrionment:
OS: Windows servercore 2022 (On docker container)
PHP: 8.4.2 (NTS)
Architecture: x64
Steps:
I have successfully compiled the php-src along with some extensions (like redis, raphf) using the steps mentioned in this page.
Now, when I add the memcached(version: 3.3.0) extension by download the src code here. I get the following error:
Enabling extension ext\session
Checking for library memcached.lib;libmemcached.lib ... ERROR: memcached: library 'memcached' not found
Am I missing any dependency here? If so can you please share any resource on how to download and build it on Windows docker container.
PS: I have tried the prebuild DLL file but I got the error PHP Startup: Unable to load dynamic library dll file. If there is a solution for this also please let me know, it would a huge help to fix my issues as I am tyring to compile other extensions as well with no luck.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Envrionment:
OS: Windows servercore 2022 (On docker container)
PHP: 8.4.2 (NTS)
Architecture: x64
Steps:
I have successfully compiled the php-src along with some extensions (like redis, raphf) using the steps mentioned in this page.
Now, when I add the memcached(version: 3.3.0) extension by download the src code here. I get the following error:
Am I missing any dependency here? If so can you please share any resource on how to download and build it on Windows docker container.
PS: I have tried the prebuild DLL file but I got the error PHP Startup: Unable to load dynamic library dll file. If there is a solution for this also please let me know, it would a huge help to fix my issues as I am tyring to compile other extensions as well with no luck.
Thanks in advance.
The text was updated successfully, but these errors were encountered: