Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: compile on module |
|
Author |
|
crckr
Joined: 26 Apr 2006 Posts: 18
|
Posted: Wed 14 Jan '09 1:46 Post subject: compile on module |
|
|
I've been testing a module on my windows installation of apache. I wanted to just drop it over my current version to overwrite it on my linux installation but that doesn't work. Is there a way to make that work? when i try restarting apache i get
Quote: | apachectl: Configuration syntax error, will not run "restart":Syntax error on line 151 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_auth_digest.so into server: /etc/httpd/modules/mod_auth_digest.so: invalid ELF header
|
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 23 Jan '09 15:33 Post subject: |
|
|
You can't use windows compiled modules on linux. If you want to use the newest module version you should compile it on your linux. |
|
Back to top |
|
jimmydu3
Joined: 24 Jan 2009 Posts: 1
|
Posted: Sat 24 Jan '09 17:53 Post subject: |
|
|
Hi I'm confused about getting a module working on Apache2 for Windows. I do not have a Windows compiling environment, but do have a linux system and cygwin for compiling. Would it be possible to compile in these environments and then copy the files over to the module directory and modify http.conf. I don't understand about linking and I think when I compile in my other environments it links to that environment's apache libs. How can I create a portable module (? dll) that could be used in another environment (windows). If it's not possible I was wondering if someone could precompile the module I'm trying to compile on their Visual C++ Windows environment. Thanks so much.
I am trying to compile h264_streaming_module from http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Apache-Version2 |
|
Back to top |
|
|
|
|
|
|