Ubuntu Pastebin

Paste from hubbunny at Sun, 22 Nov 2015 09:11:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
root@root-VirtualBox:/usr/src/firnsy-barnyard2-7254c24$ sudo make
make  all-recursive
make[1]: Entering directory `/usr/src/firnsy-barnyard2-7254c24'
Making all in src
make[2]: Entering directory `/usr/src/firnsy-barnyard2-7254c24/src'
Making all in sfutil
make[3]: Entering directory `/usr/src/firnsy-barnyard2-7254c24/src/sfutil'
gcc -DHAVE_CONFIG_H -I. -I../..  -I.. -I/usr/include/mysql -DENABLE_MYSQL  -g -O2 -fno-strict-aliasing -Wall -c -o sf_iph.o sf_iph.c
In file included from sf_iph.c:29:0:
../decode.h:48:17: fatal error: daq.h: No such file or directory
 #include <daq.h>
                 ^
compilation terminated.
make[3]: *** [sf_iph.o] Error 1
make[3]: Leaving directory `/usr/src/firnsy-barnyard2-7254c24/src/sfutil'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/firnsy-barnyard2-7254c24/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/firnsy-barnyard2-7254c24'
make: *** [all] Error 2
root@root-VirtualBox:/usr/src/firnsy-barnyard2-7254c24$ 
Download as text