Giter Site home page Giter Site logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
This occurs when you have not installed the js [spidermonkey binary] although 
jsunpack could be changed to say as much

Original comment by [email protected] on 28 Jan 2011 at 1:07

from jsunpack-n.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024

When I build using phython setup.py build it gives me the following error

gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
build/temp.linux-x86_64-2.6/nidsmodule.o libnids-1.24/src/libnids.a 
-L/usr/local/lib -L/opt/local/lib -lpcap -lnet -lglib-2.0 -lgthread-2.0 -o 
build/lib.linux-x86_64-2.6/nidsmodule.so
gcc: libnids-1.24/src/libnids.a: No such file or directory


My os+machine(VM) --> Linux ubuntu 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 
17:40:44 UTC 2011 x86_64 
GNU/Linux

Original comment by [email protected] on 28 Feb 2011 at 12:39

from jsunpack-n.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
The error message now suggests that the user check that 'js' is in the path.

Original comment by [email protected] on 26 May 2011 at 3:21

  • Changed state: Fixed

from jsunpack-n.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
in regards to the "libnids-1.24/src/libnids.a: No such file or directory" 
error, I suggest changing into the ./depends/pynids-0.6.1/libnids-1.24/src/ 
directory, type "make" then try the python setup.py build, and python setup.py 
install again.

Original comment by [email protected] on 26 May 2011 at 3:25

from jsunpack-n.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
[deleted comment]

from jsunpack-n.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Adding on to the libnids compiling issue. Make sure you installed the glib 
library.

Original comment by [email protected] on 8 Sep 2011 at 4:10

from jsunpack-n.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
same problem when building the pynids on ubuntu 10.04:

gcc: libnids-1.21/src/libnids.a: No such file or directory

follow suggestion to make in libnids-1.24/src/ but gives error:

killtcp.c:121:6: error: #elif with no expression
make[1]: *** [killtcp.o] Error 1

Original comment by [email protected] on 27 Feb 2012 at 8:09

from jsunpack-n.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
In case this helps, you need to run
configure
make
make install

from the libnids directory

Additionally, if you were building on a 64-bit Ubuntu system like BackTrack 5, 
you may encounter "relocation R_X86_64_32 from .rodata" error. If so, set 
environment variable CC to "gcc -fPIC" while running configure for libnids.

Original comment by [email protected] on 17 Jul 2012 at 8:03

from jsunpack-n.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.