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 2004/12/06 11:59:41 UTC

DO NOT REPLY [Bug 32539] New: - [PATCH] configure --enable-shared= brocken on SuSE 8.1

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=32539>.
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=32539

           Summary: [PATCH] configure --enable-shared= brocken on SuSE 8.1
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: seusel73@gmx.de


"--enable-shared=<module>" brocken for older Linux version. Doesn't set up
src/Configuration.apaci correctly. Patch included.

/usr/src/apache_1.3.33 # cat /etc/SuSE-release 
SuSE Linux 8.1 (i386)
VERSION = 8.1
/usr/src/apache_1.3.33 # diff -p configure configure.orig 
*** configure   Mon Dec  6 11:33:23 2004
--- configure.orig      Fri Feb 20 23:40:50 2004
*************** do
*** 813,819 ****
                                 echo "configure:Error: No such module named '${
apc_optarg}'" 1>&2
                                 exit 1
                             fi
-                            eval "module_${apc_optarg}=yes" 
                             eval "shared_${apc_optarg}=yes" 
                             ;;
                      esac
--- 813,818 ----

-- 
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