简体   繁体   English

如何在Wamp Server 2.2 Windows7 64bit上安装php_ffmpeg.dll?

[英]How to install php_ffmpeg.dll on wamp server 2.2 windows7 64bit?

I'm getting "PHP Startup: Unable to load dynamic library: c:/wamp/.../php5.3.10/php_ffmped.dll - %1 is not Win32 application" error when run php from cli, and same error in apache error log when running as apache2 module. 从cli运行php时出现“ PHP启动:无法加载动态库:c:/ wamp /.../ php5.3.10 / php_ffmped.dll-%1不是Win32应用程序”错误,并且在Apache中也出现了相同错误作为apache2模块运行时的错误日志。

I tried andswers for xampp installation ( Install FFMPEG on XAMPP ) But they didn't work for me. 我尝试使用andswers进行xampp安装( 在XAMPP上安装FFMPEG ),但是它们对我没有用。

It seems that difference in xampp php module is a php compiler - MSVC6 since for wamp it is MSVC9. 似乎xampp php模块中的区别是php编译器-MSVC6,因为对于wamp来说,它是MSVC9。

I killed half a day investigation this issue. 我杀了半天调查这个问题。 Please help me out where can I get proper libs to fix this problem. 请帮助我,在哪里可以找到适当的库来解决此问题。

The only possible thing I can think is that maybe you don't have the correct visual c++ runtimes for your support DLLs. 我能想到的唯一可能的事情是,可能您的支持DLL没有正确的可视c ++运行时。 If the php_ffmpeg.dll is 32 bit, then it's failing to load because it can't load its msvc* dlls or one of the other DLLs (avcodec*.dll, etc) may need appropriate runtimes installed also. 如果php_ffmpeg.dll是32位,则无法加载,因为它无法加载其msvc * dll或其他DLL之一(avcodec * .dll等)可能也需要安装适当的运行时。 Download the latest Visual C++ 9.0 runtimes. 下载最新的Visual C ++ 9.0运行时。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 windows 10 / 64bit / wampserver 64bit 上安装 php 5.3? - How to install php 5.3 on windows 10 / 64bit / wampserver 64bit? 如何在Wamp服务器(Windows 7-x64)上安装ffmpeg - How install ffmpeg on wamp server (windows 7 - x64) PHP 与 Oracle 连接问题(Wamp 64 位 + Windows 7) - PHP with Oracle Connectivity issue (Wamp 64bit + Windows 7) SSH2 dll未加载-Windows Server 2008 64位,PHP 5.3.5 32位,Apache 32位 - SSH2 dll not being loaded - windows server 2008 64bit, php 5.3.5 32bit, apache 32 bit 在 Windows 上的 WAMP 服务器 (3.0.6 x64) 中安装 php_trader.dll - Install php_trader.dll in WAMP Server (3.0.6 x64 ) on Windows Windows7 WAMP 64位堆栈MySQL问题 - Windows7 WAMP 64-bit stack MySQL problems PHP_PEAR_INSTALL_DIR未正确设置 - 使用php5.3.13 wamp 64bit - PHP_PEAR_INSTALL_DIR is not set correctly - wamp 64bit with php5.3.13 如何解决PHP警告:PHP启动:无法加载动态库'php_ffmpeg.dll' - How to fix PHP warning: PHP Startup: Unable to load dynamic library 'php_ffmpeg.dll' 如何在64位WAMP 3上修复“您无权访问此服务器上的/index.php。” - How to fix “You don't have permission to access /index.php on this server.” on 64bit WAMP 3 APC降低php性能??? (PHP 5.3,Apache 2.2,Windows Vista 64位) - APC decreasing php performance??? (php 5.3, apache 2.2, windows vista 64bit)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM