[users@httpd] apxs tool for Windows x64

2018-02-05 Thread Alona Rossen
Hi All, Is there apxs tool for Windows x64? I could only find a very old version for Win32 at https://www.apachelounge.com/download/additional/ . Thanks

Re: [users@httpd] apxs

2012-07-29 Thread Tom Browder
On Sun, Jul 29, 2012 at 10:16 AM, Eric Covener wrote: >> Yet the link I cited says if I have mod_so it should be there?? ... > If someone else packaged your apache build, consult the doc specific > to that packaging. At the command line try "locate apxs" and that should be a start. Note that som

Re: [users@httpd] apxs

2012-07-29 Thread Eric Covener
> Yet the link I cited says if I have mod_so it should be there?? No, the link means if your apache is built with mod_so, you can load modules dynamically. apxs helps you build such modules. If someone else packaged your apache build, consult the doc specific to that packaging.

Re: [users@httpd] apxs

2012-07-29 Thread John Raines
Thanks. I'm using ssh from my mac to connect to the RPi. Being unable to find apxs with some groping about, I typed pi@raspberrypi / $ ls -R and, of course, got a huge listing of files in various directories. Then using the Terminal's 'find' command I searched for apxs. That was not found. Yet

Re: [users@httpd] apxs

2012-07-29 Thread Nick Kew
On 29 Jul 2012, at 12:19, John Raines wrote: > The installation instructions require me to reference apxs. I could not find > that on the installation on the RPi but looking at > http://httpd.apache.org/docs/2.2/programs/apxs.html it still seems to exist. > The instructions there say I should

Re: [users@httpd] apxs

2012-07-29 Thread Igor Cicimov
It is not a system binary it is located under bin directory of your apache install location. On my system (apache compiled from source) for example is under /usr/local/apache2/bin/apxs. Use the full path to apxs when using it. On Jul 29, 2012 9:19 PM, "John Raines" wrote: > years ago I built a l

[users@httpd] apxs

2012-07-29 Thread John Raines
years ago I built a little website using mod_python. Recently I got a Raspberry pi and have been looking at redoing that website. My expectation is that I won't be able to make mod_python work but since it would be a lot less work to use it I thought I should take a look. The installation instr

Re: [users@httpd] APXS/Libtool confusion

2005-05-14 Thread Dan Mahoney, System Admin
On Sat, 14 May 2005, Nick Kew wrote: Dan Mahoney, System Admin wrote: Hey all... I'm having some difficulty compiling a module with apxs -- I get a .o file, and a .la and a .lo file -- but no shared object. Did you try "apxs -i mod_whatever.la" ? Of course, I've been dealing with apxs under apache

Re: [users@httpd] APXS/Libtool confusion

2005-05-14 Thread Nick Kew
Dan Mahoney, System Admin wrote: > Hey all... > > I'm having some difficulty compiling a module with apxs -- I get a .o > file, and a .la and a .lo file -- but no shared object. Did you try "apxs -i mod_whatever.la" ? > Apache 2.0.54 under FreeBSD 4.10. Can't help with platform issues - sorry.

[users@httpd] APXS/Libtool confusion

2005-05-14 Thread Dan Mahoney, System Admin
Hey all... I'm having some difficulty compiling a module with apxs -- I get a .o file, and a .la and a .lo file -- but no shared object. Apache 2.0.54 under FreeBSD 4.10. I found something in README.platforms that gives me a hint, that the current autoconf2.53 is somewhat broken under FreeBSD, a