Есть проблема - при попытки компиляции после команды make получаю ошибку:
Код: Выделить всё
root@yasen:~/barnyard2-1.7# make
make all-recursive
make[1]: Entering directory `/root/barnyard2-1.7'
Making all in src
make[2]: Entering directory `/root/barnyard2-1.7/src'
Making all in sfutil
make[3]: Entering directory `/root/barnyard2-1.7/src/sfutil'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/barnyard2-1.7/src/sfutil'
Making all in output-plugins
make[3]: Entering directory `/root/barnyard2-1.7/src/output-plugins'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/barnyard2-1.7/src/output-plugins'
Making all in input-plugins
make[3]: Entering directory `/root/barnyard2-1.7/src/input-plugins'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/barnyard2-1.7/src/input-plugins'
make[3]: Entering directory `/root/barnyard2-1.7/src'
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fno-strict-aliasing -Wall -L/usr/lib/oracle/11.1/client/lib -o barnyard2 barnyard2.o debug.o decode.o log.o log_text.o map.o mstring.o parser.o plugbase.o spooler.o strlcatu.o strlcpyu.o util.o output-plugins/libspo.a input-plugins/libspi.a sfutil/libsfutil.a -lpcap -lnsl -lm -lm -lclntsh
libtool: link: gcc -g -O2 -fno-strict-aliasing -Wall -o barnyard2 barnyard2.o debug.o decode.o log.o log_text.o map.o mstring.o parser.o plugbase.o spooler.o strlcatu.o strlcpyu.o util.o -L/usr/lib/oracle/11.1/client/lib output-plugins/libspo.a input-plugins/libspi.a sfutil/libsfutil.a -lpcap -lnsl -lm -lclntsh
/usr/bin/ld: cannot find -lclntsh
collect2: ld returned 1 exit status
make[3]: *** [barnyard2] Error 1
make[3]: Leaving directory `/root/barnyard2-1.7/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/barnyard2-1.7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/barnyard2-1.7'
make: *** [all] Error 2поставил
Код: Выделить всё
root@yasen:~/barnyard2-1.7# apt-get install libqt4-devне помогло...
Посоветуйте чего не хватает?))
Код: Выделить всё
root@yasen:~/barnyard2-1.7# uname -a
Linux yasen 2.6.31-14-server #48-Ubuntu SMP Fri Oct 16 15:07:34 UTC 2009 x86_64 GNU/LinuxЗаранее благодарю!