Date: Sun, 27 Aug 2017 09:49:54 -0400 (EDT) From: Fongaboo <freebsd@fongaboo.com> To: freebsd-questions@freebsd.org Subject: Re: apache error during iRedmil installation Message-ID: <alpine.BSF.2.20.1708270948530.50226@h4lix.wtfayla.net> In-Reply-To: <alpine.BSF.2.20.1708270913350.50226@h4lix.wtfayla.net> References: <CAJjCBpMY8nb%2BZHcHCWj5QPnWOxEcMnNmApi58gGdZ2-Cm9-cgQ@mail.gmail.com> <3d5040ff-d2d2-d0e4-43c7-91ab8ee90c25@mailman-hosting.com> <alpine.BSF.2.20.1708270913350.50226@h4lix.wtfayla.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Good news. Apparently they've already fixed it in ports, so a portsnap update/extract did the trick. But it would be good to know what I was doing wrong with the patch for future reference. On Sun, 27 Aug 2017, Fongaboo wrote: > > What is the proper way to apply this patch? > > I placed it in /usr/ports/www/apache24/files/. Initially I named it > patch-libressl, but still got the same errors. I tried naming it > patch-modules_ssl_mod__ssl.c as hunch, based on the head of the file, > but no dice. > > NOTE: I am not trying to install iRedmil, just Apache 24 with libressl. > > > On Mon, 3 Jul 2017, Jim Ohlstein wrote: > >> >> >> On 07/03/2017 02:25 AM, Fatemeh Mehdizadeh wrote: >>> 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. >> >> Looks like iRedMail is using libressl. Since the latest libressl >> update >> apache24 won't build. There is a patch at >> https://bz.apache.org/bugzilla/show_bug.cgi?id=61184, but it hasn't >> filtered into the ports tree. >> >> >> -- >> Jim Ohlstein >> Professional Mailman Hosting >> https://mailman-hosting.com >> >> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1708270948530.50226>