Re: Apache module development on Mac OS X

2014-06-21 Thread Hassan Monfared
Hi, first be sure that you've installed apr, then add -lapr-1 to compiler options ! Regards Hassan H. Monfared http://www.linkedin.com/pub/hassan-monfared/55/1b6/33 *I*men *R*ayaneh *S*hargh,+9821-26219590 CEO and technical manager My Public Key : -BEGIN PGP PUBLIC KEY BLOCK- Vers

Re: Apache module development on Mac OS X

2014-06-17 Thread Jeff Trawick
On Tue, Jun 17, 2014 at 8:44 AM, Sindhi Sindhi wrote: > Thankyou Nick. > > Actually I was looking at options to build the Apache module on systems > where Apache server is not installed (and hence apxs is not available), so > that the module can be built on such build machines also. I can do this

Re: Apache module development on Mac OS X

2014-06-17 Thread Sindhi Sindhi
Thankyou Nick. Actually I was looking at options to build the Apache module on systems where Apache server is not installed (and hence apxs is not available), so that the module can be built on such build machines also. I can do this on Windows and Linux, which provide the load-time linking option

Re: Apache module development on Mac OS X

2014-06-17 Thread Nick Kew
On Tue, 17 Jun 2014 17:27:15 +0530 Sindhi Sindhi wrote: > Any help will be highly appreciated. You're trying to build the module as a program. You need to build it as a shared object (think DLL, since you seem to be from a Windows background). Apache provides a tool to do that, with all the rig

Apache module development on Mac OS X

2014-06-17 Thread Sindhi Sindhi
Hi, I have a C++ Apache (v2.2.26) module that I created for Windows 7. I am now supporting this Apache module for Mac OS X Mavericks, and I'm quite new to Mac. This Mac version comes with a pre-installed Apache 2.2.26. In the Apache module code, I have references to the "apr_" calls (like apr_bri