logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: compile on module
Author
crckr



Joined: 26 Apr 2006
Posts: 18

PostPosted: Wed 14 Jan '09 1:46    Post subject: compile on module Reply with quote

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: 7294
Location: Germany, Next to Hamburg

PostPosted: Fri 23 Jan '09 15:33    Post subject: Reply with quote

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

PostPosted: Sat 24 Jan '09 17:53    Post subject: Reply with quote

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


Reply to topic   Topic: compile on module View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads