You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2001/04/28 02:21:14 UTC

Re: cvs commit: httpd-2.0/support apxs.in

How does this change impact the INCLUDEDIR thing? The change below deals
with bin/sbin.

Confused...

Cheers,
-g

On Fri, Apr 27, 2001 at 08:57:38PM -0000, dougm@apache.org wrote:
> dougm       01/04/27 13:57:38
> 
>   Modified:    support  apxs.in
>   Log:
>   backing out this part of the recent apxs change
>   otherwise `apxs -q INCLUDEDIR' is broken using the default layout
>   
>   Revision  Changes    Path
>   1.19      +1 -1      httpd-2.0/support/apxs.in
>   
>   Index: apxs.in
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/support/apxs.in,v
>   retrieving revision 1.18
>   retrieving revision 1.19
>   diff -u -r1.18 -r1.19
>   --- apxs.in	2001/04/27 15:30:21	1.18
>   +++ apxs.in	2001/04/27 20:57:38	1.19
>   @@ -73,7 +73,7 @@
>    my $prefix            = "$CFG_PREFIX";
>    my $CFG_EXEC_PREFIX   = "@exec_prefix@";
>    my $exec_prefix       = "$CFG_EXEC_PREFIX";
>   -my $CFG_SBINDIR       = "@sbindir@";
>   +my $CFG_SBINDIR       = "@bindir@";
>    my $CFG_INCLUDEDIR    = "@includedir@";
>    my $CFG_LIBEXECDIR    = "@libexecdir@";
>    my $CFG_SYSCONFDIR    = "@sysconfdir@";
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0/support apxs.in

Posted by Doug MacEachern <do...@covalent.net>.
On Fri, 27 Apr 2001, Greg Stein wrote:

> How does this change impact the INCLUDEDIR thing? The change below deals
> with bin/sbin.

sorry, my comment should have said it breaks everything, -q INCLUDEDIR is
just where i noticed it.  it dies when checking that httpd exists and has
mod_so enabled:

apxs:Error: /home/dougm/apache-2.0/sbin/httpd not found or not executable


Apache 1.3: apxs: patch for .cpp modules

Posted by rf...@on-the-net.com.
The current (1.3) apxs will not handle C++ files, even though the commands
are the same as .c compiles.

Attached is a patch to allow .cpp mod's to compile.
(Not sure who should handle checking it and commiting it.)

--
Later ...
Rich Roth --- On-the-Net
      Direct:  PO Box 550, Greenfield, MA 01302
      Voice: 413-773-5270    cel:   413-222-5376

Email: rich@on-the-net.com               Url: http://east.on-the-net.com
Tools: Global database for Apache: http://www.apache-tools.org