From owner-freebsd-questions@freebsd.org Mon Jul 3 06:25:10 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F5E9DF2F0 for ; Mon, 3 Jul 2017 06:25:10 +0000 (UTC) (envelope-from mehdizadeh.fatemeh@gmail.com) Received: from mail-ua0-x236.google.com (mail-ua0-x236.google.com [IPv6:2607:f8b0:400c:c08::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AB5584554 for ; Mon, 3 Jul 2017 06:25:10 +0000 (UTC) (envelope-from mehdizadeh.fatemeh@gmail.com) Received: by mail-ua0-x236.google.com with SMTP id z22so103596746uah.1 for ; Sun, 02 Jul 2017 23:25:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=D3t9vAP5Z2e4JkBvSSzH93OtJjaEDaW+G6wU5cAr8Oc=; b=vDZgg44GjFRuyqmpUZ3H/NbPJn/OkUWVE+dgSsMFPcwow3wBXoRuqkR1gxvNeqvuaO +rkKfNtvWPwxNKt6dXYpY8xFk4VISFYb9zSwvhFVf0VekuleOUVmC5gtukoCBxsmF/Il EpIVSBMNasIGX7iVm6/VKVJov6ZQdJwYMRNCEBijTkHG2wsilbjp6pvjhpe9qVczCpUS nyT1Hq9WqX3mTJziwXyaArz1t2qAzilYCCc3B9XQT8LSj7ILbrVwz6UMO1AWDiQJcC3v cJm4nlXheVhRzQtglCjA0JbSExD8aRnUNCt0Hw/tAPVk7iAezUT0oIEiCMpMAXA8EK8F AG9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=D3t9vAP5Z2e4JkBvSSzH93OtJjaEDaW+G6wU5cAr8Oc=; b=QEBwya0MLKxuiI4kZeeeu0/Pp5nMc3wGSntUPQjd4yuIgdlpOcIQC5oS0E/HCR2q6C LKpLBkbyiKV1Wy94tQ+jw7khDtlrH36msUWPit+6IyfgZvngi9ZYCH22WCMS9r8vVlKJ moGRvMo5LfbTJPYaLp4ot1X06L5UXEucLGejjQ8rqBkmIqucltdLo7M99eUyEqi0XTqH sdJG6vL8EtQme+cWPgF229tAm3GLelj4LA8fW422/ZzCZmEw08Hkf+RSYQ6VPGQ9fwGm b5JZ4PIyqCadGD9KQ/o+XsD4EmsUlPnUwiCuRk06IC3lzDcso9vPmpRIlxwlnJ3mVEYZ cPeA== X-Gm-Message-State: AKS2vOz12Y5UkQKS4Vej1ueiu/4brT1GjIOvO+yvCsdalVs9RxZA+qkC 0dmpamWSZ4j+NNjuWmr9/+G9Gq2qmj1y X-Received: by 10.159.51.97 with SMTP id a33mr20010090uac.44.1499063109352; Sun, 02 Jul 2017 23:25:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.24.149 with HTTP; Sun, 2 Jul 2017 23:25:09 -0700 (PDT) From: Fatemeh Mehdizadeh Date: Mon, 3 Jul 2017 10:55:09 +0430 Message-ID: Subject: apache error during iRedmil installation To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 06:25:11 -0000 Hi all, I want to install Iredmail 0.9.7 on my FreeBSD 11. I do the steps from iRedmail's manual and now I encounter with this error during installation: *ab.c:2518:5: warning: implicit declaration of function 'SSL_CTX_set_max_proto_version' is invalid in C99 [-Wimplicit-function-declaration] SSL_CTX_set_max_proto_version(ssl_ctx, max_prot); ^ab.c:2519:5: warning: implicit declaration of function 'SSL_CTX_set_min_proto_version' is invalid in C99 [-Wimplicit-function-declaration] SSL_CTX_set_min_proto_version(ssl_ctx, min_prot); ^2 warnings generated./usr/local/share/apr/build-1/libtool --silent --mode=link cc -O2 -pipe -I/usr/local/include -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -L/usr/local/lib -lssl -lcrypto -lcrypt -lpthread -L/usr/local/lib/db5 -L/usr/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -fstack-protector -o ab ab.lo -L/usr/local/lib -R/usr/local/lib -laprutil-1 -ldb-5.3 -lexpat -L/usr/local/lib -R/usr/local/lib -lapr-1 -lcrypt -lpthread -lmab.o: In function `main':ab.c:(.text+0xbd9): undefined reference to `SSL_CTX_set_max_proto_version'ab.c:(.text+0xbea): undefined reference to `SSL_CTX_set_min_proto_version'cc: error: linker command failed with exit code 1 (use -v to see invocation)* Please help me to solve the problem. Thanks for sharing your knowledge.