Snort mailing list archives

Re: [Snort-sigs] snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No such file or directory


From: "Joel Esler \(jesler\) via Snort-users" <snort-users () lists snort org>
Date: Wed, 16 Oct 2019 21:12:48 +0000

Dorian,

This outpouring of 20 emails a day with disjointed questions and incoherent thoughts have got to stop.

Before you ask a question, please make sure you've exhausted your other avenues.  While it's great that you're asking 
questions, this rapid fire approach to asking partial questions to partial problems needs to come to an end.

On Oct 16, 2019, at 6:35 AM, Dorian ROSSE via Snort-users <snort-users () lists snort org<mailto:snort-users () lists 
snort org>> wrote:

I have run all this command line :

ln -sf /usr/local/lib/libdnet.so.1.0.1 /usr/local/lib/libdnet.1
ln -sf /usr/local/lib/libdnet.1 /usr/local/lib/libdnet.so.1.0.1

What should I do now ?

the error happen :

/opt/snort-2.9.15# snort
snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No such file or directory


Thank you in advance to help me,

Regards.


Dorian ROSSE.

De : Dorian ROSSE
Envoyé : mercredi 16 octobre 2019 15:23
À : 'Alan Knox' <alan2308a () gmail com<mailto:alan2308a () gmail com>>; 'snort-users () lists snort 
org<mailto:snort-users () lists snort org>' <snort-users () lists snort org<mailto:snort-users () lists snort org>>
Objet : RE: [Snort-sigs] snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No 
such file or directory

It move the problem now the problem is here :

/opt/snort-2.9.15# snort
snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No such file or directory

I don’t know why I keep the error !

Anybody has a repair ?

Thank you in advance,

Regards.


Dorian ROSSE.

De : Dorian ROSSE
Envoyé : mercredi 16 octobre 2019 15:15
À : 'Alan Knox' <alan2308a () gmail com<mailto:alan2308a () gmail com>>; 'snort-users () lists snort 
org<mailto:snort-users () lists snort org>' <snort-users () lists snort org<mailto:snort-users () lists snort org>>
Objet : RE: [Snort-sigs] snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No 
such file or directory

The shell were ask : ‘libtool --finish usr/local/lib/snort_dynamicpreprocessor
libtool --finish /usr/local/lib/snort/dynamic_preproc’

I install the program then I launch the two command line

De : Dorian ROSSE
Envoyé : mercredi 16 octobre 2019 15:06
À : 'Alan Knox' <alan2308a () gmail com<mailto:alan2308a () gmail com>>; 'snort-users () lists snort 
org<mailto:snort-users () lists snort org>' <snort-users () lists snort org<mailto:snort-users () lists snort org>>
Objet : RE: [Snort-sigs] snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No 
such file or directory

It is repaired I am under install the lastest snort 😊

De : Dorian ROSSE
Envoyé : dimanche 13 octobre 2019 18:36
À : Alan Knox <alan2308a () gmail com<mailto:alan2308a () gmail com>>; snort-sigs () lists snort org<mailto:snort-sigs 
() lists snort org>
Objet : RE: [Snort-sigs] snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No 
such file or directory

I knew by your first e-mail to myself because my first command line weren’t enought

De : Alan Knox <alan2308a () gmail com<mailto:alan2308a () gmail com>>
Envoyé : dimanche 13 octobre 2019 17:24
À : Dorian ROSSE <dorianbrice () hotmail fr<mailto:dorianbrice () hotmail fr>>; snort-sigs () lists snort 
org<mailto:snort-sigs () lists snort org>
Objet : Re: [Snort-sigs] snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No 
such file or directory

Hello Dorian,

You’ll need to put libdnet.1 in the same directory as libdnet.so.1.0.1 (or whatever you currently have on your system). 
Be mindful that if you’re compiling for 64-bit, you’ll need to do this for the 64-bit libdnet. On Redhat derived 
systems (CentOS, Fedora, Oracle, etc.) this will be /usr/lib64, not /usr/lib.


Alan

From: Dorian ROSSE <dorianbrice () hotmail fr<mailto:dorianbrice () hotmail fr>>
Date: Sunday, October 13, 2019 at 3:30 AM
To: Alan Knox <alan2308a () gmail com<mailto:alan2308a () gmail com>>, "snort-sigs () lists snort org<mailto:snort-sigs 
() lists snort org>" <snort-sigs () lists snort org<mailto:snort-sigs () lists snort org>>
Subject: Re: [Snort-sigs] snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No 
such file or directory

Hello Alan,


I was dis this :

export LD_LIBRARY_PATH=/usr/local/lib/'
'sudo ln -s /usr/local/lib/libdnet.1.0.1 libdnet.1'
'sudo ln -s /usr/local/lib/libdnet.1.11 libdnet.1'

I have good for the road?

Do I should put the road for libdnet.1?

I have another rpm error for snort3 I am on install a new rpm should I ask to snort sig again?

If I have understand your repair I should success to repair myself :)

I feel this good,

Thank you in advance to answer my questions,

Regards.


Dorian rosse.

Télécharger Outlook pour Android<https://aka.ms/ghei36>
________________________________
From: Alan Knox <alan2308a () gmail com<mailto:alan2308a () gmail com>>
Sent: Sunday, October 13, 2019 3:33:40 AM
To: Dorian ROSSE <dorianbrice () hotmail fr<mailto:dorianbrice () hotmail fr>>; snort-sigs () lists snort 
org<mailto:snort-sigs () lists snort org> <snort-sigs () lists snort org<mailto:snort-sigs () lists snort org>>
Subject: Re: [Snort-sigs] snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No 
such file or directory

Hello Dorian,

I had this same error on CentOS 8. For whatever reason, the system just was not finding the symlink libdnet.so.1 so I 
did a “ln -sf /usr/lib64/libdnet.so.1.0.1 /usr/lib64/libdnet.1”

Now why it’s looking for libnet.1 rather than libnet.so.1 is interesting, but you should be able to set a symlink to 
libdnet.1 and see if that works.



From: Snort-sigs <snort-sigs-bounces () lists snort org<mailto:snort-sigs-bounces () lists snort org>> on behalf of 
Dorian ROSSE via Snort-sigs <snort-sigs () lists snort org<mailto:snort-sigs () lists snort org>>
Reply-To: Dorian ROSSE <dorianbrice () hotmail fr<mailto:dorianbrice () hotmail fr>>
Date: Saturday, October 12, 2019 at 4:16 AM
To: "snort-sigs () lists snort org<mailto:snort-sigs () lists snort org>" <snort-sigs () lists snort 
org<mailto:snort-sigs () lists snort org>>
Subject: Re: [Snort-sigs] snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No 
such file or directory

Hello I have the same error with snort 3

/opt/snort-3.0.0# snort ./configure --enable-sourcefire --enable-gre --enable-mpls --enable-targetbased --enable-ppm 
--enable-perfprofiling --enable-zlib --enable-active-response --enable-normalizer --enable-reload --enable-react 
--enable-flexresp3
snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No such file or directory

I will try to compile and install with cmake !!

De : Dorian ROSSE
Envoyé : dimanche 22 septembre 2019 09:12
À : Dorian ROSSE <dorianbrice () hotmail fr<mailto:dorianbrice () hotmail fr>>; snort-sigs () lists snort 
org<mailto:snort-sigs () lists snort org>
Objet : Re: snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No such file or 
directory

My error happen when I want to launch a test with the snort.conf file and the nic

Anybody has a repair?

Thank you in advance,

Regards.


Dorian rosse.

Télécharger Outlook pour Android<https://aka.ms/ghei36>
________________________________
From: Dorian ROSSE
Sent: Saturday, September 21, 2019 1:17:56 PM
To: snort-sigs () lists snort org<mailto:snort-sigs () lists snort org> <snort-sigs () lists snort 
org<mailto:snort-sigs () lists snort org>>
Subject: snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No such file or 
directory

Hello,


Have you a repair ?

Thank you in advance to help myself repair the errors,

Regards.


Dorian ROSSE.
_______________________________________________ Snort-sigs mailing list Snort-sigs () lists snort org<mailto:Snort-sigs 
() lists snort org>https://lists.snort.org/mailman/listinfo/snort-sigs Please visit 
http://blog.snort.org<http://blog.snort.org/> for the latest news about Snort! Please follow these rules: 
https://snort.org/faq/what-is-the-mailing-list-etiquette Visit the Snort.org<http://Snort.org> to subscribe to the 
official Snort ruleset, make sure to stay up to date to catch the most emerging 
threats<x-msg://4/%20https:/snort.org/downloads/#rule-downloads>!
_______________________________________________
Snort-users mailing list
Snort-users () lists snort org<mailto:Snort-users () lists snort org>
Go to this URL to change user options or unsubscribe:
https://lists.snort.org/mailman/listinfo/snort-users

To unsubscribe, send an email to:
snort-users-leave () lists snort org<mailto:snort-users-leave () lists snort org>

Please visit http://blog.snort.org to stay current on all the latest Snort news!

Please follow these rules: https://snort.org/faq/what-is-the-mailing-list-etiquette

_______________________________________________
Snort-users mailing list
Snort-users () lists snort org
Go to this URL to change user options or unsubscribe:
https://lists.snort.org/mailman/listinfo/snort-users

        To unsubscribe, send an email to:
        snort-users-leave () lists snort org

Please visit http://blog.snort.org to stay current on all the latest Snort news!

Please follow these rules: https://snort.org/faq/what-is-the-mailing-list-etiquette

Current thread: