From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-x112b.google.com (mail-yw1-x112b.google.com [IPv6:2607:f8b0:4864:20::112b]) by sourceware.org (Postfix) with ESMTPS id 04A73385840E for ; Wed, 16 Feb 2022 22:34:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 04A73385840E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-yw1-x112b.google.com with SMTP id 00721157ae682-2d646fffcc2so14289667b3.4 for ; Wed, 16 Feb 2022 14:34:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=2GNxqdiObHJHH9PjHcxGn23MNxpXAVWPZ3draz/cp2s=; b=PxQoPeVP537qNl5VOQm+Zh3cyCyHHEaUxwx1UiE/G1IgspCJO6kIVrBdMh9fV6OBQE Gs1KhluFpWWHD8WH+/Gqy6X7Atxtu0LEUHrEbxmbZ0bQsS3QFxUHwZmvBb+D69Ykqila 96DM+uT1bC6V9QL5QJhN9dmAUxUlea5hX2YBmRbtGL5wWInbp2zs4R0/HV4pgXAnmidq p5+gz7S3o9GN0uckmXCTigfKYUPGQgKdbD1HMMETn1CAP0D3609PbxlzB7C2WXQz+w0Q xlI7TCNIZ10UbEHr7/QpfpQHcvc77Vesy7s7/tQl+sIVhc7y4mHE55G4b/eqagFUCRYn Df+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=2GNxqdiObHJHH9PjHcxGn23MNxpXAVWPZ3draz/cp2s=; b=qVTl2uRm9l9cfnhGx0IGecJuGubQEETAHUxQphCIQCdyz4vh1F5n4lEdHaC/BzL64o Grq1oywjUWLQwDIx/rlQGbMGoQyx/MeZliQ3tfiNb9IuJ+IAFTX98N2lEpg+WFt9rqxN E3mKrW4t33sWMY9723aOHJZ8bmdSnBCo23toeDB761a+qc/zUSf7o0iqcUtaamLadrTF oljyfx1lF6enxx+c0bzGlQOmED+29YS4cueru55byJDJvIb9QZZWiBQsf3CNI6V4s9Mt kzgIf9N1qOD5p77JhGRTVQGZGxuO9Jz7ogBF3pH0XPfr2h9Zzz55qUkvzp0q7BbQ6nUn p0tQ== X-Gm-Message-State: AOAM532GRXUnNtCLskawASivMe9kkaDEKK9ATfTtF4I1J0fhh/++yxMS 7nOzAlhX6z1OLYjGJp0eKJOiiTBt3c6E+gKsmBQlscAvabd50A== X-Google-Smtp-Source: ABdhPJweAYcUgDcdmIiR4yejSgZRan04QobTuOVB1SUMTW+u+tm31kJyFUs2hOxJpaHeAiEiGSG8MgFSWvFB7ETFXO8= X-Received: by 2002:a81:47d4:0:b0:2d0:c9ae:f8b8 with SMTP id u203-20020a8147d4000000b002d0c9aef8b8mr105144ywa.194.1645050898330; Wed, 16 Feb 2022 14:34:58 -0800 (PST) MIME-Version: 1.0 From: Scott Wood Date: Wed, 16 Feb 2022 17:34:47 -0500 Message-ID: Subject: Apache error when enabling ssl To: cygwin@cygwin.com X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2022 22:35:00 -0000 Whenever I try to enable the ssl module in apache2 (original dist version or custom compiled version) I get the following error: $ apachectl -k start [Wed Feb 16 17:29:11.188154 2022] [core:emerg] [pid 47724] (88)Function not implemented: AH00023: Couldn't create the mpm-accept mutex (88)Function not implemented: could not create accept mutex AH00015: Unable to open logs /usr/local/bin/apachectl: line 79: 47724 Segmentation fault (core dumped) $HTTPD "$@" Any help?