无法加载动态库'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll' [英] Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll'

查看:92
本文介绍了无法加载动态库'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从android应用程序连接到WAMP服务器中的mySQL数据库.我在整个php_error日志中始终收到此错误:

I am attempting to connect from an android app to mySQL database within the WAMP server. I am getting this error consistently throughout my php_error log:

PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll'
             The specified module could not be found.

in Unknown on line 0

当我单击Apache>版本> 2.4.9时,弹出窗口显示以下2个错误:

When I click on the Apache>Version>2.4.9 I get the 2 following errors as pop ups:

The program cant start because icuuc51.dll is missing from your computer.
Try reinstalling the program to fix this problem

PHP startup: unable to load dynamic library 'c/wamp/bin/php/php5.5.12/ext/php_intl.dll'
The specified module could not be found.

有人知道是什么原因导致此问题或任何潜在的解决方案吗?

Does anyone know what is causing this or any potential solutions?

推荐答案

可以很简单地如下纠正.

This can be corrected very simply as follows.

使用wampmanager菜单执行以下操作:-

Using the wampmanager menus do the following :-

left click wampmanager -> Apache -> Version

,然后单击版本号,可能是2.4.9

and then click the version number, probably 2.4.9

这将导致WAMPServer重建apache2.4.9/bin文件夹中的所有SYMLINK,并将在其中放置这两个扩展名的正确符号链接.

This will cause WAMPServer to rebuild of all the SYMLINK's in the apache2.4.9/bin folder and that will put the correct symlinks in there for these 2 extensions.

纠正第二个问题

编辑\wamp\script\config.inc.php文件,找到设置此变量$phpDllToCopy的代码,并将其替换为该代码.

Edit the \wamp\script\config.inc.php file and find the code that sets this variable $phpDllToCopy and replace it with this code.

$phpDllToCopy = array (
    'icudt52.dll', //[modif oto] - Ajouts pour éviter unknown error PHP 5.6.a2
    'icuin52.dll',
    'icuio52.dll',
    'icule52.dll',
    'iculx52.dll',
    'icutest52.dll',
    'icutu52.dll',
    'icuuc52.dll',
    'icudt51.dll', //[modif oto] - Ajouts pour éviter unknown error PHP 5.5.6
    'icuin51.dll',
    'icuio51.dll',
    'icule51.dll',
    'iculx51.dll',
    'icutest51.dll',
    'icutu51.dll',
    'icuuc51.dll',
    'icudt50.dll', //[modif oto] - Ajouts pour éviter unknown error PHP 5.5
    'icuin50.dll',
    'icuio50.dll',
    'icule50.dll',
    'iculx50.dll',
    'icutest50.dll',
    'icutu50.dll',
    'icuuc50.dll',
    'icudt49.dll', //[modif oto] - Ajouts pour éviter unknown error PHP 5.3/5.4
    'icuin49.dll',
    'icuio49.dll',
    'icule49.dll',
    'iculx49.dll',
    'icutest49.dll',
    'icutu49.dll',
    'icuuc49.dll',
    'libeay32.dll',
    'libsasl.dll', //[modif oto] - Ajout pour éviter unknown error
    'libintl.dll',
    'php5isapi.dll',
    'php5nsapi.dll',
    'ssleay32.dll',
    'php5ts.dll',
    'fribidi.dll', //[modif oto] - Ci-contre et dessous pour PHP 5.2.x
    'fdftk.dll',   // Peuvent être supprimés pour PHP 5.3.0 ou plus
    'libmcrypt.dll',
    'libmhash.dll',
    'libmysql.dll',
    'libmysqli.dll',
    'msql.dll',
    'ntwdblib.dll',
    'php5activescript.dll',
    );

这篇关于无法加载动态库'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆