I have access to both Windows machine ( Win 7 ) & Linux ( Ubuntu 10.04 ), I would like to know how can I compile mod_auth_token on my Linux machine and get it working on Windows.
If I take the .so file from the Linux machine will it work on windows??
Can any one help me out, If you can compile it for me & put it somewhere for download or just let me know a way that will work (I don't have Visual Studio nor any compile related programs on windows that's why I need to do it on Linux then move it over to windows and just link it in the config file).
Version I need help on compiling mod_auth_token-1.0.6-beta
Location: http://code.google.com/p/mod-auth-token/
The Windows version has been released by ApacheHaus recently. They have this module for both Apache 2.2 and 2.4 (x86 and x64 both).
here is the link https://www.apachehaus.net/modules/mod_auth_token/
Related
so recently I have created a program in dart and compiled that program to exe file on my windows10 machine. Using dart compile exe main.dart and then main.exe is generated, but the problem is when I try to run this script on different version of windows like windows 11, windows server 2016 or windows server 2012. It didn't seem to run the program.
Note that actually there is no folder missing, still it is giving FileSystemException but only for windows server 2012, windows 11, and windows server 2016 not for windows 10.
I am only saying is that why is this error not occurred in windows 10 my guess is because I created the binary in windows 10.
I have searched about this but couldn't find a way is there is any way I can compile this binary, so it works in all version of windows? Or like dart compile exe --windows11 for windows 11.
Does dart only compile for Windows version specific binary, not for general win32 APIs?
I'm using a script to build Windows and Linux versions (from Windows). Linux build is done by sshing to Linux VM and running CMake build. Sources are located on Windows folder shared with Ubuntu VM.
CMake does full rebuild everytime, even if there's no changes since the last build. I suppose the problem is that CMake (or GCC?) doesn't get or reads incorrectly Windows NTFS timestamps.
Is there any cure for this?
CMake 3.7.1, GCC 4.9, Windows 10, Ubuntu 16.04 LTS, VirtualBox 5.1
I would like to copy the Robocopy.exe file from a Windows 8.1 system and run it on a Windows 7 PC. Both PC's are running the 64bit variant of their respective OS. Is this possible in any way?
At present I just get the error that it "is not a valid Win32 application".
The reason I wish to run it is because the newer version has the /J switch.
This doesn't work. You can't run programs from a newer Windows version in an older Windows version. A you already noticed you get the is not a valid Win32 application error because the new exe is compiled for the higher Windows version (You can see this in Depends.exe under OS Ver).
I'm using wamp server v2.2 x64 and php version 5.3.13. I'm trying to install ffmpeg during two days. I fallowed this steps:
Download dll files for x64 (I'm using windows7 x64)
copied ffmpeg.dll to bin\php\php5.3.13\ext
copied rest of dll files to system32
enable ffmpeg extension from wamp server.
and I checked phpinfo() but it's not working.
by the way is there any way to take a frame from video for poster image ?
In order to get php_ffmpeg working you are going to have to find someone that has recompiled it with the VC9 compiler for 64bit and in a thread safe way.
You may find this difficult, I cannot find anything out there yet having just googled around for it.
You would find it easier if you un-install WAMP 64bit and install the WAMP 32bit. There is a php_ffmpeg.dll available in that environment
PS There is no issue with running 32bit WAMP on a 64bit OS.
I have a Qt application that I can compile in Ubuntu 10.04 64-bit and on Windows. However, I would like to avoid switching to Windows every time I want to compile the Windows version.
Is there a way I can compile a Windows Qt executable in Ubuntu with mingw32 or something?
Further, is there a way to integrate that compiler into Qt Creator?
There is a PPA (Personal Package Archive) for some people who are cross-compiling Qt and related software on Ubuntu for Windows. The PPA contains both the cross-compilers and the dependencies you will need to cross-compile Qt programs. If you look at the source packages there, I think you will be able to figure out how to configure your projects and build them.
If you most of your time spend coding with Qt on Linux (for example, Ubuntu), you may produce some experiment: install Wine, install Qt SDK for Windows with Wine and tried to build some simple project!
And if you don't like crazy things, which I wrote above, just use VirtualBox.