Why can't I start WampServer in Windows 2003 server sp2? - wampserver

here is a problem I meet. I download and installed WampServer, it could not be started. After clicking, it started without any error message but ended immediately because
there was an WampServer icon in the right-down corner (just besides input icon and time) and disappeared within less than 1 second automatically. No process of wamp can be found when using ctrl+alt+del.
I suppose there is no problem in wampserver software itself since it can be installed in other computers successfully. Previous searching indicated I need to install visual C++ 2008 and 2010 but it seems still the same.
I am going crazy about this for a few days. Many thanks for you if there can be any suggestion or some similar cases.

Please make sure you have the latest version of all of these Microsoft C/C++ Redistributable runtime libraries. You dont need the whole compiler, just these C/C++ runtime libraries.
The 2008 Redist (32bit) is used by wampmanager even if you installed the 64bit WAMPServer.
The 2010 Redist is used by some versions of Apache ( depending on compiler used ).
The 2012 Redist is used by some versions of Apache ( depending on compiler used ).
FOR WAMP 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
If you are using WampServer2.4/2.5 32bit and therefore Apache 2.4.x
Microsoft Visual C++ 2012 is required
And select vcredist_x86.exe
FOR WAMP 64bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
>> Yes you need the x86 Package regardless as wampmanager uses this <<
Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
If you are using WampServer2.4/2.5 64bit
Microsoft Visual C++ 2012
And select vcredist_x64.exe

the authors state directly on the download page (http://www.wampserver.com/en/):
Wampserver 2.5 is not compatible with Windows XP, neither with SP3,
nor Windows Server 2003
When I tried it, during the install I get the odd, cryptic error popups such as "bin\apache\apache2.4.9\bin\httpd.exe is not a valid Win32 application".
I would recommend doing the manual approach for Win2K3 platforms - sure it's a lot more work, but you can follow an excellent, precise step-by-step recipe here:
http://www.ricocheting.com/how-to-install-on-windows/apache
I've done this approach a dozen times with no complications. If you've never done the "old school way" before, it's a good learning experience. And it would probably be a lot faster overall than struggling with trying to get WampServer working on Win2K3 OS.
Note that in both cases, you'll still need to first install VC 2008 redistributable package (as mentioned above).

Related

Missing api-ms-win-crt-runtime-l1-0.dll when launching Delphi IDE

This message appears when I launch Delphi 2009 Enterprise. I installed Windows Updates today (Windows 7 Professional) and updated TortoiseSVN to 1.9.
An article related to a FTP server points to a required installation of Visual Studio 2015 redistributables.
Also related: Win 7, 64 bit, dll problems
Did anybody experience the same and found a fix?
Installed experts:
* GExperts
* IDEFixpack
* DDevextensions
If you have installed the new TortoiseSVN 1.9 then it may be the cause. It requires the Visual C++ Redistributable for Visual Studio 2015. This is mentioned on the Tortoise 1.9 download page under Missing DLLs.
Here is a discussion on the TortoiseSVN discussion forum.

Error messages about loading DDLs when starting WAMP server

I am receiving these error message when starting WAMP server:
and
How can I fix the problems?
Based on the message your dll files either are missing or are damaged. Your best bet is to reinstall WampServer.
Try to re-install wamp, but do install first this one
http://www.microsoft.com/en-ph/download/details.aspx?id=30679
In the wamp website it was stated that you must install the vcredist_x64/86.exe
Stated here : http://www.wampserver.com/en/#download-wrapper
As #reignsly said, it looks like you did not download and install the Microsoft Visual C++ 2010 SP1 Redistributable Package.
Please make sure you have the latest version of all of these Microsoft C/C++ Redistributable runtime libraries. You dont need the whole compiler, just these C/C++ runtime libraries.
FOR WAMPServer 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
If you are using WampServer 2.4 or 2.5 32bit and therefore Apache 2.4.x
Microsoft Visual C++ 2012 is required And select vcredist_x86.exe
FOR WAMPServer 64bit
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)
If you are using WampServer 2.4 64bit
Microsoft Visual C++ 2010 SP1 Redistributable Package And select vcredist_x64.exe
Warning: The naming convention used for the redist install files is a bit confusing, so download one, install it, then download the next and install it.... otherwwise you will get confused.
Once they are installed your 'Programs and Features' should look something like this :-
32bit systems
64bit systems
The Unable to load dll issue is simply fixed by getting WAMPServer to refresh the SYMLINKS in the ...\apache2.4.9\bin folder
Do this as follows using the Wampmanager menus :-
left click wampmanager -> Apache -> Version
and click on the version number, probably 2.4.9
It takes a couple of second to complete and you wont notice anything going on, but the php_intl error should be solved.

wamp error : Could not execute menu item for phpmyadmin

I did this solution
Here notepad will open ...
scroll down and you will see the port number that WAMP server takes ...
change that port number to:
#Listen x.x.x.x:8080
Listen 8080
save that file and restart the services... it will work fine...
now check by typing http://localhost:8080/.
but it don't solve the problem when i launch phpmyadmin, strangely the localhost is working! http://i.imgur.com/xSk48kW.png
Can I suggest that you put Apache back onto port 80.
Your problems may be that you are missing a MSVC runtime dll. Check you have the following installed
The 2008 Redist is used by wampmanager
The 2010 Redist is used by some versions of Apache ( depending on version of Apache )
The 2012 Redist is used by some versions of Apache ( depending on version of Apache )
FOR WAMP 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
If you are using WampServer 2.4
Microsoft Visual C++ 2012 and select vcredist_x86.exe
FOR WAMP 64bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) Yes you need the x86 Package regardless
Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
If you are using WampServer 2.4
Microsoft Visual C++ 2012 and select vcredist_x64.exe

Setting up OpenCV 2.4.3 & Microsoft Visual Studio 2012 ( Win8 x64 )

I want to configure opencv with Visual Studio 2012 on Windows 8 x64.
I configured opencv and there is no compilation errors, but when I execute my program I get this error :
The program can’t start because MSVCR100D.dll is missing from your
computer
I tried to install Visual C++ Redistributable for Visual Studio 2012 and Microsoft Visual C++ 2010 Redistributable Package (x64) but always the same error.
If it's still relevant, try this tutorial to create project and configure OpenCV directories:
http://karanjthakkar.wordpress.com/2012/11/21/usin-opencv-2-4-2-with-visual-studio-2012-on-windows-7-64-bit/
It worked for me on Windows 8 (x64) with Visual Studio 2012 and OpenCV 2.4.3.
After configuring the paths and libraries in Visual Studio as mentioned in http://karanjthakkar.wordpress.com/2012/11/21/usin-opencv-2-4-2-with-visual-studio-2012-on-windows-7-64-bit/ you need to install the Visual C++ Redistributable for Visual Studio 2012 from http://www.microsoft.com/en-us/download/details.aspx?id=30679
After restarting your PC, opencv code could be executed in Release mode. If you need to execute the code in Debug mode, then you would have to install the Redistributable version with "D".
This worked with Opencv 2.4.6, Windows 8.1 and VS 2012 Desktop.
Without having any experience with Windows 8 myself, I think this post could solve your problem.
Basically it says that the default system folder for Win 8 is c:\windows\system, unlike c:\windows\system32 on earlier systems. The redistributables probably install to the old system directory, so you have to move the dll to the correct folder manually.
You could also search the file on your PC and put it into the working folder of your program. This is in most cases the output folder, if you run it in Debug mode from VS it can also be the project folder.

How to load Firebird 2.1.X fbclient.dll on Windows XP wihout installing Microsoft C++ 2005 Redistributable (vcredist_x86.exe)?

Using fbclient.dll in Firebird 2.1.X in fresh install Windows XP that never install with Microsoft C++ 2005 Redistrubable will cause problem.
I wish to deploy my application that contain fbclient.dll and all related Microsoft C++ 2005 redistributable libraries without installing the redistributable libraries. Can I do that? I am running the application in limited account. Install the VC++ redistributable is not an option here.
My application is developed with Delphi using LoadLibrary to load the fbclient.dll
It's possible to just copy the MSVC runtime into your application directory.
However, a standard installer would be better for automatic updates. And the installer will run under an administrator account, so your limited account is not a problem.
As i remenber (havent code near me), you can use manifest files.
A little hint can be seen here: http://www.firebirdnews.org/?p=2248
http://www.destructor.de/firebird/minimumclient.htm.
Relating posts:
Mixed Mode Library and CRT Dependencies - HELP
Visual Studio 2005 security updates and CRT DLL versions in manifest

Resources