[Pound Mailing List] Pound Compiled with Openssl1.1
Emilio Campos <[email protected]> Thu, 4 Jan 2018 16:52:51 +0100
| Newsgroups | gmane.comp.web.pound.general |
|---|---|
| Message-ID | <[email protected]> |
--001a113fd47e0814f80561f5535c
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Hi guys, we would like to compile pound 2.7 with latest openssl version
1.1, but at the moment of the compilation it fails. It seems like pound2.7
uses some macros not used anymore in Openssl1.1.
For example:
config.c: In function =E2=80=98parse_service=E2=80=99:
config.c:723:25: warning: implicit declaration of function =E2=80=98LHM_lh_=
new=E2=80=99;
did you mean =E2=80=98lh_new=E2=80=99? [-Wimplicit-function-declaration]
if((res->sessions =3D LHM_lh_new(TABNODE, t)) =3D=3D NULL)
^~~~~~~~~~
lh_new
config.c:723:36: error: expected expression before =E2=80=98TABNODE=E2=80=
=99
if((res->sessions =3D LHM_lh_new(TABNODE, t)) =3D=3D NULL)
^~~~~~~
<builtin>: recipe for target 'config.o' failed
make: *** [config.o] Error 1
Someone got it, if not, is there some plan to support this?
BTW it seems like we are not the only ones with this problem?
http://www.apsis.ch/pound/pound_list/archive/2017/2017-02/1485991957000#148=
5991957000
Thanks!
--001a113fd47e0814f80561f5535c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Hi guys, we would like to compile pound 2.7 with latest op=
enssl version 1.1, but at the moment of the compilation it fails. It seems =
like pound2.7 uses some macros not used anymore in Openssl1.1.<div><br></di=
v><div>For example:</div><div><span style=3D"color:rgb(38,50,56);font-size:=
13px">config.c: In function =E2=80=98parse_service=E2=80=99:</span><br styl=
e=3D"color:rgb(38,50,56);font-size:13px"><span style=3D"color:rgb(38,50,56)=
;font-size:13px">config.c:723:25: warning: implicit declaration of function=
=E2=80=98LHM_lh_new=E2=80=99; did you mean =E2=80=98lh_new=E2=80=99? [-Wim=
plicit-function-declaration]</span><br style=3D"color:rgb(38,50,56);font-si=
ze:13px"><span style=3D"color:rgb(38,50,56);font-size:13px">=C2=A0=C2=A0=C2=
=A0=C2=A0 if((res->sessions =3D LHM_lh_new(TABNODE, t)) =3D=3D NULL)</sp=
an><br style=3D"color:rgb(38,50,56);font-size:13px"><span style=3D"color:rg=
b(38,50,56);font-size:13px">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~</span><br style=3D"color:rgb(38,50,56);=
font-size:13px"><span style=3D"color:rgb(38,50,56);font-size:13px">=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 lh_new</spa=
n><br style=3D"color:rgb(38,50,56);font-size:13px"><span style=3D"color:rgb=
(38,50,56);font-size:13px">config.c:723:36: error: expected expression befo=
re =E2=80=98TABNODE=E2=80=99</span><br style=3D"color:rgb(38,50,56);font-si=
ze:13px"><span style=3D"color:rgb(38,50,56);font-size:13px">=C2=A0=C2=A0=C2=
=A0=C2=A0 if((res->sessions =3D LHM_lh_new(TABNODE, t)) =3D=3D NULL)</sp=
an><br style=3D"color:rgb(38,50,56);font-size:13px"><span style=3D"color:rg=
b(38,50,56);font-size:13px">=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 ^~~~~~~</span><br style=3D"color:rgb(38,50,56);font-size:13=
px"><span style=3D"color:rgb(38,50,56);font-size:13px"><builtin>: rec=
ipe for target 'config.o' failed</span><br style=3D"color:rgb(38,50=
,56);font-size:13px"><span style=3D"color:rgb(38,50,56);font-size:13px">mak=
e: *** [config.o] Error 1</span><br></div><div><span style=3D"color:rgb(38,=
50,56);font-size:13px"><br></span></div><div><br></div><div>Someone got it,=
if not, is there some plan to support this?=C2=A0</div><div><br></div><div=
>BTW it seems like we are not the only ones with this problem?=C2=A0</div><=
div><a href=3D"http://www.apsis.ch/pound/pound_list/archive/2017/2017-02/14=
85991957000#1485991957000">http://www.apsis.ch/pound/pound_list/archive/201=
7/2017-02/1485991957000#1485991957000</a><br></div><div><br></div><div>Than=
ks!</div><div><br clear=3D"all"><div><br></div><div class=3D"gmail_signatur=
e"><br></div>
</div></div>
--001a113fd47e0814f80561f5535c--
--
To unsubscribe send an email with subject unsubscribe to [email protected]
Please contact [email protected] for questions.