[opensuse] Is your clamav 0.101.2 working properly?
Hello, If you have installed clamav 0.101.2 from opensuse's repository, is it working properly? I can't think so. To check this, try; $ ldd /usr/bin/clam* | grep libclamms You will get; libclammspack.so.0 => not found libclammspack.so.0 => not found libclammspack.so.0 => not found libclammspack.so.0 => not found In my case; libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007fa6ac38f000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007ff5cdbdf000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007f1e55793000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007eff03dad000) Because, I made clamav-0.101.2-1.1.src.rpm by my self with the release of clamav-0.101.2.tar.gz, then compile & installed. Regards, --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Bill! You married with Computers. Not with Me!" "No..., with money." -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 06/21/2019 11:09 PM, Masaru Nomiya wrote:
To check this, try;
$ ldd /usr/bin/clam* | grep libclamms
You will get;
libclammspack.so.0 => not found libclammspack.so.0 => not found libclammspack.so.0 => not found libclammspack.so.0 => not found
What release 42.3, 15.0, 15.1 or Tumbleweed?
In my case;
libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007fa6ac38f000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007ff5cdbdf000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007f1e55793000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007eff03dad000)
Because, I made clamav-0.101.2-1.1.src.rpm by my self with the release of clamav-0.101.2.tar.gz, then compile & installed.
How did you include the new source in the current srpm (or are you saying you downloaded the new .src.rpm and used rpmbuild --rebuild clamav-0.101.2-1.1.src.rpm ? -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Hello, In the Message; Subject : Re: [opensuse] Is your clamav 0.101.2 working properly? Message-ID : <10096cc4-1655-5c10-cd35-d771807dd2b0@suddenlinkmail.com> Date & Time: Fri, 21 Jun 2019 23:34:59 -0500 [DCR] == "David C. Rankin" <drankinatty@suddenlinkmail.com> has written: DCR> On 06/21/2019 11:09 PM, Masaru Nomiya wrote: DCR> > To check this, try; DCR> > DCR> > $ ldd /usr/bin/clam* | grep libclamms DCR> > DCR> > You will get; DCR> > DCR> > libclammspack.so.0 => not found DCR> > libclammspack.so.0 => not found DCR> > libclammspack.so.0 => not found DCR> > libclammspack.so.0 => not found DCR> What release 42.3, 15.0, 15.1 or Tumbleweed? DCR> > DCR> > In my case; DCR> > DCR> > libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007fa6ac38f000) DCR> > libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007ff5cdbdf000) DCR> > libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007f1e55793000) DCR> > libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007eff03dad000) DCR> > DCR> > Because, I made clamav-0.101.2-1.1.src.rpm by my self with the release DCR> > of clamav-0.101.2.tar.gz, then compile & installed. DCR> How did you include the new source in the current srpm (or are DCR> you saying you downloaded the new .src.rpm and used rpmbuild DCR> --rebuild clamav-0.101.2-1.1.src.rpm ? I downloaded clamav-0.101.2.tar.gz, then compiled it to see the results. Then, I made clamav.spec file & clamav-0.101.2-1.1.src.rpm file with rpmbuild -bs clamav.spec. Regards, --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ 「eメールや携帯電話に縛られた社会は、自分自身と向き合ったり、 空想にふけったりする自由を奪う。」 -- M. Crichton -- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 06/21/2019 11:54 PM, Masaru Nomiya wrote:
I downloaded clamav-0.101.2.tar.gz, then compiled it to see the results. Then, I made clamav.spec file & clamav-0.101.2-1.1.src.rpm file with rpmbuild -bs clamav.spec.
I suspect there is a problem with your .spec file. Question: did you write the .spec from scratch, or did you pull a .spec from a previous clamav source rpm? I ask, because the SuSE rpms may include customizations that supply the path to the .so libraries so they are found. On 4.23 $ ldd /usr/bin/clamscan | grep libclamms libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007f492c9b4000) On 15.1 $ ldd /usr/bin/clamscan | grep libclamms libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007f9dbab23000) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Hello, In the Message; Subject : Re: [opensuse] Re: Is your clamav 0.101.2 working properly? Message-ID : <1ae02d74-39f5-9597-6792-ae048d31212f@suddenlinkmail.com> Date & Time: Sat, 22 Jun 2019 01:50:18 -0500 [DCR] == "David C. Rankin" <drankinatty@suddenlinkmail.com> has written: DCR> I suspect there is a problem with your .spec file. Comparing with the spec files of clamav-0.101.2-lp151.200.1.src.rpm, I found the difference. DCR> Question: did you write the.spec from scratch, or did you pull a DCR> .spec from a previous clamav source rpm? I wrote it from scratch. DCR> I ask, because the SuSE rpms may include customizations that DCR> supply the path to the .so libraries so they are found. The differece is; %if %{without clammspack} BuildRequires: libmspack-devel %endif DCR> On 4.23 DCR> $ ldd /usr/bin/clamscan | grep libclamms DCR> libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007f492c9b4000) I'm using Leap 42.3, still. Where did you get the packages of clam 0.101.2? I cannot find out. DCR> On 15.1 DCR> $ ldd /usr/bin/clamscan | grep libclamms DCR> libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007f9dbab23000) Strange! clamav-0.101.2-lp151.200.1.src.rpm doen't produce libclammspack.so.0.1.0. Is your system's arch x86_64? Regards, --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ 「先端技術の開発は、優れた頭脳を持つ人間が集中しないと成功しない。 しかし、技術開発と、それが何をもたらすかを考えることは別だ。 一人の人間に二つは望めない。」 -- M. Crichton -- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 06/22/2019 05:39 AM, Masaru Nomiya wrote:
I'm using Leap 42.3, still.
Where did you get the packages of clam 0.101.2? I cannot find out.
I'm still on 100.3, when a openSuSE release comes out, they generally stick to the released versions of packages from the time of the release (through there was a discussion on this list ~6 months ago about updating security related packages like clamav) Yes, I'm on x86_64. openSuSE dropped x86 support with Leap. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 23/06/2019 00.35, David C. Rankin wrote:
On 06/22/2019 05:39 AM, Masaru Nomiya wrote:
I'm using Leap 42.3, still.
Where did you get the packages of clam 0.101.2? I cannot find out.
I'm still on 100.3, when a openSuSE release comes out, they generally stick to the released versions of packages from the time of the release (through there was a discussion on this list ~6 months ago about updating security related packages like clamav)
Leap 15.0 is on 0.101.2 To maintain security clamav itself has to be updated: the database alone is not enough and the program warns about it. There is 0.100.1 for Leap 42.3 from the security repo. -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.0 (Legolas))
Hello,
If you have installed clamav 0.101.2 from opensuse's repository, is it working properly?
I can't think so.
To check this, try;
$ ldd /usr/bin/clam* | grep libclamms
You will get;
libclammspack.so.0 => not found libclammspack.so.0 => not found libclammspack.so.0 => not found libclammspack.so.0 => not found
In my case;
libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007fa6ac38f000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007ff5cdbdf000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007f1e55793000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007eff03dad000)
Because, I made clamav-0.101.2-1.1.src.rpm by my self with the release of clamav-0.101.2.tar.gz, then compile & installed.
Regards,
--- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ Password:
On 6/22/19 12:09 AM, Masaru Nomiya wrote: linux-4qnb:~ # ldd /usr/bin/clam* | grep libclamms ldd: /usr/bin/clam*: No such file or directory linux-4qnb:~ # whatever. . . . -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 22/06/2019 06.09, Masaru Nomiya wrote:
Hello,
If you have installed clamav 0.101.2 from opensuse's repository, is it working properly?
I can't think so.
To check this, try;
$ ldd /usr/bin/clam* | grep libclamms
You will get;
libclammspack.so.0 => not found libclammspack.so.0 => not found libclammspack.so.0 => not found libclammspack.so.0 => not found
In my case;
libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007fa6ac38f000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007ff5cdbdf000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007f1e55793000) libclammspack.so.0 => /usr/lib64/libclammspack.so.0 (0x00007eff03dad000)
Because, I made clamav-0.101.2-1.1.src.rpm by my self with the release of clamav-0.101.2.tar.gz, then compile & installed.
I have cer@Telcontar:~> locate libclammspack.so.0 /usr/lib64/libclammspack.so.0 /usr/lib64/libclammspack.so.0.1.0 cer@Telcontar:~> But cer@Telcontar:~> ldd /usr/bin/clam* | grep libclamms cer@Telcontar:~> Leap 15.0. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)
Hello, In the Message; Subject : Re: [opensuse] Is your clamav 0.101.2 working properly? Message-ID : <6271bed0-8e53-5502-bc0d-7f709880d106@telefonica.net> Date & Time: Sat, 22 Jun 2019 12:50:49 +0200 [CER] == "Carlos E. R." <robin.listas@telefonica.net> has written: [...] CER> I have cer@Telcontar:~> locate libclammspack.so.0 CER> /usr/lib64/libclammspack.so.0 CER> /usr/lib64/libclammspack.so.0.1.0 CER> cer@Telcontar:~> CER> But cer@Telcontar:~> ldd /usr/bin/clam* | grep libclamms CER> cer@Telcontar:~> CER> Leap 15.0. Curious! What porvides libclammspack files? Regards, --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ┃\/彡 ┗━━┛ "Bill! You married with Computers. Not with Me!" "No..., with money." -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday, 2019-06-22 at 22:59 +0900, Masaru Nomiya wrote:
[...] CER> I have
cer@Telcontar:~> locate libclammspack.so.0 CER> /usr/lib64/libclammspack.so.0 CER> /usr/lib64/libclammspack.so.0.1.0 CER> cer@Telcontar:~> ... CER> Leap 15.0.
Curious! What porvides libclammspack files?
cer@Telcontar:~> rpm -qf /usr/lib64/libclammspack.so.0 libclammspack0-0.100.3-lp150.2.10.1.x86_64 cer@Telcontar:~> cer@Telcontar:~> rpm --erase --test libclammspack0 error: Failed dependencies: libclammspack.so.0()(64bit) is needed by (installed) libclamav7-0.100.3-lp150.2.10.1.x86_64 cer@Telcontar:~> - -- Cheers, Carlos E. R. (from openSUSE 15.0 x86_64 at Telcontar) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCXQ41Kxwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfV2i0AnRGWQbeWbRD3tjrbw/Zf 1HAw0HejAJ9iNxYl/H9N81ZEkgBQabSyhqsSfQ== =Vs7j -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Carlos E. R.
-
David C. Rankin
-
Doug McGarrett
-
Masaru Nomiya