jbremer / honeyd

Automatically exported from code.google.com/p/honeyd
0 stars 0 forks source link

linking fails #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure --with-python
2. make
3. make install

What is the expected output? What do you see instead?

usr/local/lib -ldnet -lz -lm -Wl,-rpath,/usr/local/lib
-Wl,-rpath,/usr/local/lib
/usr/local/lib/python2.5/config/libpython2.5.so.0.0: warning: tmpnam()
possibly used unsafely; consider using mkstemp()
/usr/local/lib/python2.5/config/libpython2.5.so.0.0: warning: tempnam()
possibly used unsafely; consider using mkstemp()
/usr/local/lib/python2.5/config/libpython2.5.so.0.0: warning: strcpy() is
almost always misused, please use strlcpy()
/usr/local/lib/python2.5/config/libpython2.5.so.0.0: warning: sprintf() is
often misused, please use snprintf()
/usr/local/lib/python2.5/config/libpython2.5.so.0.0: warning: strcat() is
almost always misused, please use strlcat()
honeyd.o(.data+0x144): undefined reference to `pydataprocessing_test'
honeyd.o(.data+0x14c): undefined reference to `pydatahoneyd_test'
collect2: ld returned 1 exit status
*** Error code 1

What version of the product are you using? On what operating system?

honeyd-1.5c

Please provide any additional information below.

Original issue reported on code.google.com by jak.ja...@gmail.com on 28 Jun 2007 at 9:32

GoogleCodeExporter commented 8 years ago
On which platform did you try to compile this?

Original comment by pro...@gmail.com on 31 Jul 2007 at 1:59