2014-09-04 94 views
2

在啓動WAMP我得到這個錯誤:在程序入口點_crtCreateSymbolicLinkW couldnot設在動態鏈接庫MSVCR110.dll程序輸入點_crtCreateSymbolicLinkW couldnot位於

+0

那裏隱藏着與編程有關的問題嗎? – 2014-09-04 21:49:24

+1

@ 500-InternalServerError:wamp是開發人員軟件,所以在「程序員常用的軟件工具」條款下的主題。 – 2014-09-04 22:33:11

+0

聽起來像你有一個錯誤的DLL版本,也許你需要重新安裝wamp? – 2014-09-04 22:36:22

回答

4

位注:WAMPServer2.5將無法運行在Windows XP上,因爲這個DLL MSVCR110.dll不能安裝在XP上。

請確保您擁有所有這些Microsoft C/C++ Redistributable運行時庫的最新版本。你不需要整個編譯器,只需要這些C/C++運行時庫。

FOR WAMPServer 32位

Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)

Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)

如果您正在使用WampServer 2.4或2.5 32位,因此阿帕奇2.4.x的

Microsoft Visual C++ 2012 is required選擇,選擇vcredist_x64.exe

FOR WAMPServer 64

Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)

Yes you need the x86 Package regardless as 
wampmanager is a 32bit exe even on a 64 bit install 

Microsoft Visual C++ 2008 Redistributable Package (x64)

Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)

如果您正在使用WampServer 2.4 64位

Microsoft Visual C++ 2010 SP1 Redistributable Package並選擇vcredist_x64.exe

警告:用於REDIST安裝文件的命名約定是有點混亂,所以下載一個,安裝它,然後下載下並安裝它.... otherwwise你會困惑了。

一旦它們被安裝在您的「程序和功能」應該是這個樣子: -

32位系統 32bit system

64位系統 64bit system

Unable to load dll issue簡單地由獲得WAMPServer固定刷新... \ apache2.4.9 \ bin文件夾中的SYMLINKS

使用Wampm anager菜單: -

left click wampmanager -> Apache -> Version 
and click on the version number, probably 2.4.9 

它需要幾秒鐘完成,你不會注意到任何事情,但php_intl錯誤應該得到解決。

+0

爲什麼MSVCR110.dll無法安裝在XP上? – Pacerier 2015-04-05 16:02:13

+0

這是由微軟控制的,與WAMPServer/Apache等無關。記住XP已經死了,它有一個非常長的生命,但現在是它的升級時間。好消息是,微軟似乎表示,他們將W10作爲免費升級到任何以前版本的Windows,W10的第一年的生命。 – RiggsFolly 2015-04-07 08:39:16

+0

XP仍然使用非常廣泛。見http://superuser.com/q/758307/78897 – Pacerier 2015-04-11 14:14:08

相關問題