Skip to content

[22.5.0] nasl-cli binary linked agains old libpcap #1390

@tuxmaster5000

Description

@tuxmaster5000

The binary package for nasl-cli will not run on RHEL8 and newer, because it use an old libpcap version.

ldd nasl-cli
        linux-vdso.so.1 (0x00007ffcd39b1000)
        libpcap.so.0.8 => not found
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fc7f3f06000)
        librt.so.1 => /lib64/librt.so.1 (0x00007fc7f3cfe000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fc7f3ade000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fc7f375c000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fc7f3558000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fc7f3193000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fc7f47ce000)

RHEL8 and newer have only libpcap.so.1

Jira tracking (added to this comment by ArnoStiefvater)

SC-806

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions