Mailing List Archive

[clamav-users] Install error on Fedora 30
Hello,

I am using same clam install checklist I have used for the last decade
to build a Fedora server but now am getting a new error installing clam
0.101.2 on Fedora 30.

openssl and openssl-devel and libxml2 are installed, yet when I do ...

./configure --with-xml=/usr/lib64 --with-libncurses-prefix=/lib64
--without-libpdcurses-prefix --with-libcurl=/usr/lib64
--with-libbz2-prefix=/lib64

... the configure aborts with ...

checking for libxml2 installation... not found
configure: ****** libxml2 support unavailable
checking for OpenSSL installation... /usr
configure: error: Your OpenSSL installation is misconfigured or missing

But as far as I can tell, openssl and libxml2 are installed.

I also tried adding --with-openssl=/usr/bin

... got this result ...

checking for libxml2 installation... not found
configure: ****** libxml2 support unavailable
checking for OpenSSL installation... configure: error: OpenSSL not found.

Thanks in advance for any help.

_______________________________________________

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml
Re: [clamav-users] Install error on Fedora 30 [ In reply to ]
Have you tried building without specifying the paths to see what it does?

There is a 0.101.2 RPM for FC30... Why not just modify the .src.rpm if
you want to enable some custom options?

I believe you also need libxml2-devel last time I looked at the .SPEC
for EPEL...

You can also try the following, though unless your openssl is
installed in a custom directory it should find it in the standard
paths...

CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
LDFLAGS="-Wl,-O1 `pkg-config --libs openssl`"; export LDFLAGS

_______________________________________________

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml
Re: [clamav-users] Install error on Fedora 30 [ In reply to ]
I took advice given and used dnf to install clamd and clamav.
But now I am getting the errors:

WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.101.2 Recommended version: 0.101.3

I have tried dnf update clamd and dnf update clamav daily and there are
no updates.

I looked at https://www.clamav.net/documents/upgrading-clamav
but there is no advice about this particular problem.

How do I get updates for a dnf installed clam?

On 7/23/2019 2:33 PM, J.R. via clamav-users wrote:
> Have you tried building without specifying the paths to see what it does?
>
> There is a 0.101.2 RPM for FC30... Why not just modify the .src.rpm if
> you want to enable some custom options?
>
> I believe you also need libxml2-devel last time I looked at the .SPEC
> for EPEL...
>
> You can also try the following, though unless your openssl is
> installed in a custom directory it should find it in the standard
> paths...
>
> CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
> LDFLAGS="-Wl,-O1 `pkg-config --libs openssl`"; export LDFLAGS

_______________________________________________

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml
Re: [clamav-users] Install error on Fedora 30 [ In reply to ]
You have to wait for the Fedora maintainers to update it, usually takes a
week or so.

On Fri, Aug 9, 2019, 11:41 AM Cliff Hayes via clamav-users <
clamav-users@lists.clamav.net> wrote:

> I took advice given and used dnf to install clamd and clamav.
> But now I am getting the errors:
>
> WARNING: Your ClamAV installation is OUTDATED!
> WARNING: Local version: 0.101.2 Recommended version: 0.101.3
>
> I have tried dnf update clamd and dnf update clamav daily and there are
> no updates.
>
> I looked at
> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.clamav.net_documents_upgrading-2Dclamav&d=DwICAg&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=qUbw_RYWRJBLl8pu_MXS7pH1ul71yyWamnmB1frkLw4&s=WPEYRcogl30kOwNnEXhHOXZsFguDoIOjYg0JSrijwzA&e=
> but there is no advice about this particular problem.
>
> How do I get updates for a dnf installed clam?
>
> On 7/23/2019 2:33 PM, J.R. via clamav-users wrote:
> > Have you tried building without specifying the paths to see what it does?
> >
> > There is a 0.101.2 RPM for FC30... Why not just modify the .src.rpm if
> > you want to enable some custom options?
> >
> > I believe you also need libxml2-devel last time I looked at the .SPEC
> > for EPEL...
> >
> > You can also try the following, though unless your openssl is
> > installed in a custom directory it should find it in the standard
> > paths...
> >
> > CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
> > LDFLAGS="-Wl,-O1 `pkg-config --libs openssl`"; export LDFLAGS
>
> _______________________________________________
>
> clamav-users mailing list
> clamav-users@lists.clamav.net
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.clamav.net_mailman_listinfo_clamav-2Dusers&d=DwICAg&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=qUbw_RYWRJBLl8pu_MXS7pH1ul71yyWamnmB1frkLw4&s=IcEo9HeWT8Vn-JK8rK6m40Tz4c7t-yrhfwKHEO6zvxo&e=
>
>
> Help us build a comprehensive ClamAV guide:
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_vrtadmin_clamav-2Dfaq&d=DwICAg&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=qUbw_RYWRJBLl8pu_MXS7pH1ul71yyWamnmB1frkLw4&s=ARoAuO0qo9thIdarwK4SErql6gOceFD7unqMdoM219M&e=
>
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.clamav.net_contact.html-23ml&d=DwICAg&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=qUbw_RYWRJBLl8pu_MXS7pH1ul71yyWamnmB1frkLw4&s=7i_-McY9YcItJPWXIQkmgoQkEMo8b77kbSNVzJhtV20&e=
>