./configure --enable-server --with-mysql --with-net-snmp && make install
Results in :
After replacing every reference to sysinfo.h by unistd.h in configure script :
./configure --enable-server --with-mysql --with-net-snmp && make install
Results in :
Results in :
Code:
In file included from /usr/include/arpa/nameser.h:430,
from ../../../include/sysinc.h:101,
from ../../../include/common.h:23,
from md5.c:54:
/usr/include/arpa/nameser_compat.h:134:1: warning: this is the location of the previous definition
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
./configure --enable-server --with-mysql --with-net-snmp && make install
Results in :
Code:
In file included from /usr/include/arpa/nameser.h:430,
from ../../../include/sysinc.h:101,
from ../../../include/common.h:23,
from sms.c:33:
/usr/include/arpa/nameser_compat.h:134:1: warning: this is the location of the previous definition
sms.c: In function 'send_sms':
sms.c:162: error: 'CRTSCTS' undeclared (first use in this function)
sms.c:162: error: (Each undeclared identifier is reported only once
sms.c:162: error: for each function it appears in.)
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Comment