snowflakedb / pdo_snowflake

PHP PDO driver for snowflake
Apache License 2.0
59 stars 30 forks source link

PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_snowflake' (tried: C:\xampp\php\ext\pdo_snowflake (The specified module could not be found), C:\xampp\php\ext\php_pdo_snowflake.dll (The specified module could not be found)) in Unknown on line 0 #370

Closed vishnuchoudhary2822 closed 6 months ago

vishnuchoudhary2822 commented 6 months ago

C:\Users\Administrator>php -v PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_snowflake' (tried: C:\xampp\php\ext\pdo_snowflake (The specified module could not be found), C:\xampp\php\ext\php_pdo_snowflake.dll (The specified module could not be found)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'pdo_snowflake' (tried: C:\xampp\php\ext\pdo_snowflake (The specified module could not be found), C:\xampp\php\ext\php_pdo_snowflake.dll (The specified module could not be found)) in Unknown on line 0 PHP 8.2.12 (cli) (built: Oct 24 2023 21:15:15) (ZTS Visual C++ 2019 x64) Copyright (c) The PHP Group Zend Engine v4.2.12, Copyright (c) Zend Technologies

Screenshot 2024-02-26 134333

git clone https://github.com/snowflakedb/pdo_snowflake.git cd pdo_snowflake

.\scripts\setup_php_sdk.bat x64 Release VS16 C:\xampp\php-sdk

.\scripts\run_setup_php.bat x64 Release VS16 16.11.34 C:\xampp\php-sdk

.\scripts\run_build_pdo_snowflake.bat x64 Release VS16 16.11.34 C:\xampp\php-sdk

extension=pdo_snowflake

C:\xampp\php\php.exe -dextension=ext\php_pdo_snowflake.dll -m

Hello I tried to configure Snowflake in Windows server but it's showing error I need your assistance to configure it

Thanks

vishnuchoudhary2822 commented 6 months ago

It's permission issue is resolved this issue Thanks

sfc-gh-dszmolka commented 6 months ago

glad to hear it's resolved for you; thank you for following up and closing the issue !