Compilation with Netceiver Support

Support forum for minisatip
Post Reply
vento
Posts: 41
Joined: Wed Mar 09, 2016 4:52 pm

Compilation with Netceiver Support

Post by vento »

Hi cata,
im compiling minisatip with netceiver support (Ubuntu 14.04 32 bits), downloaded the latest commit, downloaded libxml2, vdr-plugin-mcli git cloned into the minisatip directory. also dvbapi:

Code: Select all

./config –-enable netceiver=yes –-enable dvbcsa=yes
But Makefile is created with Netceiver disabled?

Code: Select all

minisatip configuration
checking openssl/aes.h usability... yes
checking openssl/aes.h presence... yes
checking for openssl/aes.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
configure:  == Checking DVBCSA ==
checking dvbcsa/dvbcsa.h usability... yes
checking dvbcsa/dvbcsa.h presence... yes
checking for dvbcsa/dvbcsa.h... yes
configure:  == Checking NETCVCLIENT ==
checking netceiver.h usability... no
checking netceiver.h presence... no
checking for netceiver.h... no
configure: creating ./config.status
config.status: creating Makefile
Linux DVB:                                enabled
Common Interface (needs DVBEN50221):      enabled
OpenSSL (AES as part of DVBAPI):          enabled
Embedded system:                          disabled
DVBCSA (needs libdvbcsa):                 enabled
Netceiver support:                        disabled
SatIP Client:                             enabled
Static:                                   disabled
Why do i still get Netceiver as disabled in MAKEFILE?
Also tried

Code: Select all

./configure --with-mcli --with-xml2
but still getting Makefile without netceiver support
Well i have enabled it manually in MAKEFILE setting NETCEIVER: 1. Then MAKEFILE :

Code: Select all

root@BM2LTSR66MSvex:/opt/minisatip# make
gcc -ggdb -fPIC   -c adapter.c -o adapter.o
In file included from headers.h:12:0,
                 from netceiver.h:8,
                 from adapter.c:43:
defs.h:232:29: fatal error: libxml/encoding.h: Datei oder Verzeichnis nicht gefunden
 #include <libxml/encoding.h>
It says libxml/enconding.h is missing, but i hve it in the default directory /usr/include/libxml2/libxml
also copied encoding.h into minisatip directory an a copy to /usr/include/libxml with this file
But still getting the same error:
-Why im getting a makefile without netceiver support and when i edit makefile why does it miss libxml/encoding.h if it is actually there?
Thanks
Vento
cata
Site Admin
Posts: 770
Joined: Tue May 12, 2015 1:01 am

Re: Compilation with Netceiver Support

Post by cata »

Try this

./configure --with-mcli=<path_to_mcli> --with-xml2=/usr/include/libxml2

Thanks
vento
Posts: 41
Joined: Wed Mar 09, 2016 4:52 pm

Re: Compilation with Netceiver Support

Post by vento »

Hi cata already made this, but shouldn't i have to put :

Code: Select all

./configure --enable-netceiver=yes --with-mcli=/opt/minisatip/vdr-mcli-plugin --with-xml2=/usr/include/libxml2
but it seems the command enabele-netceiver=yes is ignored or not needed, it says that it is a wrong parameter but compiles normaly and the file works. Is it wrong tu put --enable-netceiver=yes ?

Thanks
Vento
cata
Site Admin
Posts: 770
Joined: Tue May 12, 2015 1:01 am

Re: Compilation with Netceiver Support

Post by cata »

Hi,

Can u send me the log?

Also send me config.log.

Thanks
vento
Posts: 41
Joined: Wed Mar 09, 2016 4:52 pm

Re: Compilation with Netceiver Support

Post by vento »

Hi Cata, here the log

Code: Select all

root@BM2LTSR66MSvex:/opt/minisatip# ./configure --enable-netceiver=yes --with-mcli=/opt/minisatip/vdr-mcli-plugin --with-xml2=/usr/include/libxml2
configure: WARNING: unrecognized options: --enable-netceiver
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for main in -lrt... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for int16_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for bzero... yes
checking for clock_gettime... yes
checking for dup2... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for munmap... yes
checking for socket... yes
checking for strchr... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
configure:  == Checking LINUX DVB ==
checking linux/dvb/frontend.h usability... yes
checking linux/dvb/frontend.h presence... yes
checking for linux/dvb/frontend.h... yes
configure:  == Checking DVBEN50221 ==
checking libdvben50221/en50221_app_dvb.h usability... yes
checking libdvben50221/en50221_app_dvb.h presence... yes
checking for libdvben50221/en50221_app_dvb.h... yes
configure:  == Checking OpenSSL ==
checking openssl/aes.h usability... yes
checking openssl/aes.h presence... yes
checking for openssl/aes.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
configure:  == Checking DVBCSA ==
checking dvbcsa/dvbcsa.h usability... yes
checking dvbcsa/dvbcsa.h presence... yes
checking for dvbcsa/dvbcsa.h... yes
configure:  == Checking NETCVCLIENT ==
checking netceiver.h usability... yes
checking netceiver.h presence... yes
checking for netceiver.h... yes
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --enable-netceiver

minisatip configuration


Linux DVB:                                enabled
Common Interface (needs DVBEN50221):      enabled
OpenSSL (AES as part of DVBAPI):          enabled
Embedded system:                          disabled
DVBCSA (needs libdvbcsa):                 enabled
Netceiver support:                        enabled
SatIP Client:                             enabled
Static:                                   disabled
Also my config.log please rename to config.log from .zip since neither .txt nor .log file extensions were accepted.

Kindly
Vento
Attachments
configlog.zip
(32.21 KiB) Downloaded 448 times
Post Reply