nueko / php-ext-bucket

Scoop Bucket for PHP Extensions
MIT License
3 stars 3 forks source link

Extensions can not be loaded #3

Open rrelmy opened 7 years ago

rrelmy commented 7 years ago

I tried to install php71-imagick aloginside the php app from the original scoop bucket.

When I load php I get following error message:

Warning: PHP Startup: Unable to load dynamic library 'C:\Users\remy\scoop\apps\php71-imagick\current\php_imagick.dll' - Das angegebene Modul wurde nicht gefunden.
 in Unknown on line 0
PHP 7.1.5 (cli) (built: May  9 2017 19:49:10) ( ZTS MSVC14 (Visual C++ 2015) x64 )

Das angegebene Modul wurde nicht gefunden. means The module could not be found.

How can I use those extensions?

I think according to the documentation absolute paths are not possible with extension http://php.net/manual/de/install.pecl.windows.php

nueko commented 7 years ago

it's possible to use absolute path, this might be help you.

rrelmy commented 7 years ago

Yes, that helped

Thought that I am going crazy on searching this ticket inside your other scoop-php-ext bucket. What's the reason to have 2 different repos?

nueko commented 7 years ago

this repo support php on the scoop main bucket but scoop-php-ext will support only for scoop-php bucket as it use different persist_dir location