Thread: Re: [Netdude-help] Error while building libnetdude-plugin-essentials-0.10
Status: Alpha
Brought to you by:
cpk
From: Teo <te...@et...> - 2009-07-26 15:08:27
|
I have the same problem :( I installed libnetdude but when i type: lndtool --plugin-dir result: NONE/share/libnetdude/0.11/plugins I think that is the problem. it's hardcoded inside the lndtool.c else if (! strcmp(argv[i], "--plugin-dir")) { printf("NONE/share/libnetdude/0.11/plugins\n"); } Any ideas how to solve this ? Hi, I am new to this mailing list. While building libnetdude-plugin-essentials-0.10 i am getting the following error. libtool: link: only absolute run-paths are allowed make[2]: *** [libnd_conntrack.la] Error 1 make[2]: Leaving directory `/root/netdude/libnetdude-plugin-essentials-0.10/plugins/conntrack' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/root/netdude/libnetdude-plugin-essentials-0.10/plugins' make: *** [install-recursive] Error 1 I have followed the folowing steps. 1-first I ran ./configure 2-Then I ran make make gives the following output Plugin Essentials Configuration Summary ==================================================== lndtool used: /usr/local/bin/lndtool Plugin directory: NONE/share/libnetdude/0.11/plugins Header directory: /usr/local/include/libnetdude/0.11 Setup finished. Now run: $ make # make install 3- I ran make install. The step fails with the above error. please help me out |
From: Teo <te...@et...> - 2009-07-26 15:15:51
|
in /libnetdude-plugin-essentials-0.10 i changed the 20772th line of configure to LIBNETDUDE_DIR=/usr/local/share/libnetdude/0.11/plugins now it "make"'s :) On Sun, Jul 26, 2009 at 5:08 PM, Teo <te...@et...> wrote: > I have the same problem :( > I installed libnetdude but when i type: > lndtool --plugin-dir > result: > NONE/share/libnetdude/0.11/plugins > > I think that is the problem. it's hardcoded inside the lndtool.c > else if (! strcmp(argv[i], "--plugin-dir")) > { > printf("NONE/share/libnetdude/0.11/plugins\n"); > } > > Any ideas how to solve this ? > > Hi, > > I am new to this mailing list. > While building libnetdude-plugin-essentials-0.10 i am getting the > following error. > > libtool: link: only absolute run-paths are allowed > make[2]: *** [libnd_conntrack.la] Error 1 > make[2]: Leaving directory > `/root/netdude/libnetdude-plugin-essentials-0.10/plugins/conntrack' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory > `/root/netdude/libnetdude-plugin-essentials-0.10/plugins' > make: *** [install-recursive] Error 1 > > I have followed the folowing steps. > > 1-first I ran ./configure > 2-Then I ran make > make gives the following output > Plugin Essentials Configuration Summary > ==================================================== > lndtool used: > /usr/local/bin/lndtool > Plugin directory: > NONE/share/libnetdude/0.11/plugins > Header directory: > /usr/local/include/libnetdude/0.11 > Setup finished. Now run: > $ make > # make install > > 3- I ran make install. > > The step fails with the above error. > please help me out > > |
From: Glenn W. <gle...@gm...> - 2009-07-26 15:22:53
|
Ah nicely done. Do you get the "error" message of "Trace-Set plugin not found" whenever using lndtool? I put the word error in quotes as nothing seems to break, and the Trace-Set plugin is present when issuing the "lndtool -p" command. Maybe it's just my system? [...] $ lndtool -p | grep "Trace-Set" Trace-Set plugin not found Trace-Set 0.10 [..] On Sun, Jul 26, 2009 at 4:15 PM, Teo<te...@et...> wrote: > in /libnetdude-plugin-essentials-0.10 i changed the 20772th line of > configure to > > LIBNETDUDE_DIR=/usr/local/share/libnetdude/0.11/plugins > > now it "make"'s :) > > > On Sun, Jul 26, 2009 at 5:08 PM, Teo <te...@et...> wrote: >> >> I have the same problem :( >> I installed libnetdude but when i type: >> lndtool --plugin-dir >> result: >> NONE/share/libnetdude/0.11/plugins >> >> I think that is the problem. it's hardcoded inside the lndtool.c >> else if (! strcmp(argv[i], "--plugin-dir")) >> { >> printf("NONE/share/libnetdude/0.11/plugins\n"); >> } >> >> Any ideas how to solve this ? >> >> Hi, >> >> I am new to this mailing list. >> While building libnetdude-plugin-essentials-0.10 i am getting the >> following error. >> >> libtool: link: only absolute run-paths are allowed >> make[2]: *** [libnd_conntrack.la] Error 1 >> make[2]: Leaving directory >> `/root/netdude/libnetdude-plugin-essentials-0.10/plugins/conntrack' >> make[1]: *** [install-recursive] Error 1 >> make[1]: Leaving directory >> `/root/netdude/libnetdude-plugin-essentials-0.10/plugins' >> make: *** [install-recursive] Error 1 >> >> I have followed the folowing steps. >> >> 1-first I ran ./configure >> 2-Then I ran make >> make gives the following output >> Plugin Essentials Configuration Summary >> ==================================================== >> lndtool used: >> /usr/local/bin/lndtool >> Plugin directory: >> NONE/share/libnetdude/0.11/plugins >> Header directory: >> /usr/local/include/libnetdude/0.11 >> Setup finished. Now run: >> $ make >> # make install >> >> 3- I ran make install. >> >> The step fails with the above error. >> please help me out > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Netdude-help mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netdude-help > > |