You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/02/05 21:07:39 UTC

DO NOT REPLY [Bug 38522] New: - apxs:Error: Command failed with rc=65536

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38522>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38522

           Summary: apxs:Error: Command failed with rc=65536
           Product: Apache httpd-2
           Version: 2.0.55
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: MikeDawg@gmail.com


I have problems building any module as a dso.  More specifically, I've had this
problem building mod_gzip (1.3.26.1a) and mod_security (1.9.2).  I tried
building mod_security with: /usr/sbin/apxs -cia mod_security.c  and configured
the Makefile of mod_gzip (changed the location of apxs) and ran make.  Each
time, I received the following error:  

apxs:Error: Command failed with rc=65536

I'm filing this bug report with apache, because I believe it is an apxs error,
as opposed to being an error with a specific module.

--- Apache Configuration ---
<Layout Personal>
   prefix:        /usr
   exec_prefix:   /usr
   bindir:        /usr/bin
   sbindir:       /usr/sbin
   libexecdir:    /usr/libexec/apache
   mandir:        /usr/man
   infodir:       /usr/info
   sysconfdir:    /etc/apache
   datadir:       /var/www
   iconsdir:      /var/www/icons
   htdocsdir:     /var/www/htdocs
   cgidir:        /var/www/cgi-bin
   includedir:    /usr/include/apache
   localstatedir: /var
   runtimedir:    /var/run
   logfiledir:    /var/log/
   proxycachedir: /var/cache/proxy
   manualdir:     /var/www/manual
   libdir:        /usr/lib
   installbuilddir: ${datadir}/build
</Layout> 

Apache compile time options:

./configure --enable-layout=Personal --enable-module=most --enable-shared=max
--with-suexec-uidmin=500 --with-suexec-gidmin=100 --with-suexec-umask=022
--enable-rewrite --enable-speling

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 38522] - apxs:Error: Command failed with rc=65536

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38522>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38522


nick@webthing.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From nick@webthing.com  2006-02-05 21:33 -------
This doesn't make sense.  You report a "bug" for Apache 2 about building a 
third-party module for Apache 1.  Furthermore, you have a layout labelled 
"personal": how did you get that without knowing what you were doing? 
 
Please use a user support forum to get help. 
 
 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 38522] - apxs:Error: Command failed with rc=65536

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38522>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38522


MikeDawg@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |




------- Additional Comments From MikeDawg@gmail.com  2006-02-05 21:48 -------
(In reply to comment #3)
> This doesn't make sense.  You report a "bug" for Apache 2 about building a 
> third-party module for Apache 1.  Furthermore, you have a layout labelled 
> "personal": how did you get that without knowing what you were doing? 
>  
> Please use a user support forum to get help. 
>  
>  

(In reply to comment #3)
> This doesn't make sense.  You report a "bug" for Apache 2 about building a 
> third-party module for Apache 1.  Furthermore, you have a layout labelled 
> "personal": how did you get that without knowing what you were doing? 
>  
> Please use a user support forum to get help. 
>  
>  

My fault about the mod_gzip, I forgot about mod_deflate for the 2.x series of
apache.  I'm still having problems with mod_security apache2 build with apxs.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 38522] - apxs:Error: Command failed with rc=65536

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38522>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38522





------- Additional Comments From MikeDawg@gmail.com  2006-02-05 21:10 -------
Created an attachment (id=17597)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17597&action=view)
config.layout that I'm using on my machine

config.layout that I'm using to build Apache.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 38522] - apxs:Error: Command failed with rc=65536

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38522>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38522





------- Additional Comments From MikeDawg@gmail.com  2006-02-05 21:11 -------
Created an attachment (id=17598)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17598&action=view)
Configure line that I'm using to configure Apache

Configure line that I'm using to configure Apache.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 38522] - apxs:Error: Command failed with rc=65536

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38522>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38522


MikeDawg@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org