Astra (Advanced Streamer) на FreeBSD (only httprelay)

echo 'linux_enable="YES"' >> /etc/rc.conf
kldload linux.ko
pkg install linux_base-f10-10_9 linux-f10-devtools-10_2
cd /compat/linux/usr/bin/
wget http://dev.cesbo.com/download/astra/4.4.182/free/x86/linux-32bit/astra
chmod +x astra
brandelf -t Linux astra
./astra
Jan 26 20:17:04: ERROR: core/event.c:109: failed assertion `event_observer.fd != -1'
Jan 26 20:17:04: ERROR: [core/event epoll] failed to init event observer [Function not implemented]
Jan 26 20:17:04: ERROR: [main] abort execution
Abort (core dumped)
ldd astra
astra:
        libdl.so.2 => /lib/libdl.so.2 (0x2818a000)
        libm.so.6 => /lib/libm.so.6 (0x28190000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x281b9000)
        librt.so.1 => /lib/librt.so.1 (0x281d3000)
        libc.so.6 => /lib/libc.so.6 (0x281dd000)
        /lib/ld-linux.so.2 (0x28166000)
cd /opt
git clone https://bitbucket.org/cesbo/astra.git
cd  astra
mkdir nocompile
mv modules/asi modules/dvb modules/mixaudio/ modules/softcam/ modules/postgres/ modules/biss_encrypt/  \nocompile/
добовляем в astra.h:
#include "netinet/in.h"
./configure.sh
gmake
gmake install


Комментарии

Популярные сообщения