Unable to load dynamic library php_zmq.dll - The specified module could not be found

Marek

I have XAMPP with PHP Version
PHP 7.1.13 (cli) (built: Jan 3 2018 20:16:04) ( ZTS MSVC14 (Visual C++ 2015) x86 ).

I want to install the ZeroMQ extension, which

  • I downloaded from here http://pecl.php.net/package/zmq/1.1.3/windows specifically 7.1 Thread Safe (TS) x86
  • moved the php_zmq.dll to the file C:\xampp\php\ext, and
  • wrote extension=php_zmq.dll into the file C:\xampp\php\php.ini,
  • wrote C:\xampp\php\ext in to Windows PATH,

but I still getting this error :

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_zmq.dll' - The specified module could not be found. in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_zmq.dll' - The specified module could not be found. in Unknown on line 0

What could be the problem?

Marek

I have found out the solution - the libzmq.dll file must be copied / moved to a directory, where the php.exe file is.

So in my case to C:\xampp\php

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

PHP Warning: PHP Startup: Unable to load dynamic library '- The specified procedure could not be found. in Unknown on line 0

From Dev

php: loading oracle driver gives error "Unable to load dynamic library - The specified procedure could not be found."

From Dev

PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_oci8_12c.dll' - The specified procedure could not be found

From Dev

Unable to load DLL 'SqlServerSpatial140.dll': The specified module could not be found

From Dev

Unable to open ANACONDA or SPYDER: ImportError: DLL load failed: The specified module could not be found

From Dev

Error "Unable to load DLL 'vjsnativ': The specified module could not be found." after converting application to .NET 4.5

From Dev

Unable to Load DLL 'wpcap.dll'. The specified module is not found

From Dev

ImportError: DLL load failed: The specified module could not be found for numpy

From Dev

pyodbc ImportError: DLL load failed: The specified module could > not be found

From Dev

Python: ImportError: DLL load failed: The specified module could not be found

From Java

ImportError: DLL load failed: The specified module could not be found

From Java

ImportError: DLL load failed: The specified module could not be found

From Dev

Pyinstaller: Import Error: DLL load failed: The specified module could not be found

From Dev

NLTK ImportError: DLL load failed: The specified module could not be found

From Dev

Scipy ImportError: DLL load failed: The specified module could not be found

From Dev

PyQt5: The DLL load failed: the specified module could not be found

From Dev

Pyinstaller ImportError: DLL load failed: The specified module could not be found

From Dev

Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

From Dev

DLL load failed: The specified module could not be found while importing scipy

From Dev

skimage - ImportError: DLL load failed: The specified module could not be found

From Dev

DLL load failed: The specified module could not be found PYTHON

From Dev

ImportError: DLL load failed: The specified module could not be found (sklearn)

From Dev

DLL load failed: the specified module could not be found Windows 10 shell

From Dev

ktrain ImportError: DLL load failed: The specified module could not be found

From Dev

MeCab: “ImportError: DLL load failed: The specified module could not be found.”

From Dev

Cannot load c:/php/php5apache2_4.dll into server: The specified module could not be found

From Dev

Python: "ImportError: DLL load failed: The specified module could not be found." Problems when importing ffn (finance library for python)

From Java

sdl2 - ImportError: DLL load failed: The specified module could not be found and [CRITICAL] [App] Unable to get a Window, abort

From Dev

The '_imaging' module for the PIL could not be imported: DLL load failed: The specified module could not be found

Related Related

  1. 1

    PHP Warning: PHP Startup: Unable to load dynamic library '- The specified procedure could not be found. in Unknown on line 0

  2. 2

    php: loading oracle driver gives error "Unable to load dynamic library - The specified procedure could not be found."

  3. 3

    PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_oci8_12c.dll' - The specified procedure could not be found

  4. 4

    Unable to load DLL 'SqlServerSpatial140.dll': The specified module could not be found

  5. 5

    Unable to open ANACONDA or SPYDER: ImportError: DLL load failed: The specified module could not be found

  6. 6

    Error "Unable to load DLL 'vjsnativ': The specified module could not be found." after converting application to .NET 4.5

  7. 7

    Unable to Load DLL 'wpcap.dll'. The specified module is not found

  8. 8

    ImportError: DLL load failed: The specified module could not be found for numpy

  9. 9

    pyodbc ImportError: DLL load failed: The specified module could > not be found

  10. 10

    Python: ImportError: DLL load failed: The specified module could not be found

  11. 11

    ImportError: DLL load failed: The specified module could not be found

  12. 12

    ImportError: DLL load failed: The specified module could not be found

  13. 13

    Pyinstaller: Import Error: DLL load failed: The specified module could not be found

  14. 14

    NLTK ImportError: DLL load failed: The specified module could not be found

  15. 15

    Scipy ImportError: DLL load failed: The specified module could not be found

  16. 16

    PyQt5: The DLL load failed: the specified module could not be found

  17. 17

    Pyinstaller ImportError: DLL load failed: The specified module could not be found

  18. 18

    Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

  19. 19

    DLL load failed: The specified module could not be found while importing scipy

  20. 20

    skimage - ImportError: DLL load failed: The specified module could not be found

  21. 21

    DLL load failed: The specified module could not be found PYTHON

  22. 22

    ImportError: DLL load failed: The specified module could not be found (sklearn)

  23. 23

    DLL load failed: the specified module could not be found Windows 10 shell

  24. 24

    ktrain ImportError: DLL load failed: The specified module could not be found

  25. 25

    MeCab: “ImportError: DLL load failed: The specified module could not be found.”

  26. 26

    Cannot load c:/php/php5apache2_4.dll into server: The specified module could not be found

  27. 27

    Python: "ImportError: DLL load failed: The specified module could not be found." Problems when importing ffn (finance library for python)

  28. 28

    sdl2 - ImportError: DLL load failed: The specified module could not be found and [CRITICAL] [App] Unable to get a Window, abort

  29. 29

    The '_imaging' module for the PIL could not be imported: DLL load failed: The specified module could not be found

HotTag

Archive