Hello, I wonder if is advisable to install kannel from cvs if command: 'make test' fails in these two checks: Check: checks/check_headers.sh... FAILURE! Check: checks/check_sendsms.sh... FAILURE!
also this one hangs and never finishes: Check: checks/check_smpp.sh... About a year ago I installed version 1.4.1 (downloaded as tar.bz2), and issuing 'make check' passed all tests. Here I reproduce checks_headers.log current content: -------------- checks_headers.log content -------------------------- 2008-02-25 01:43:23 [4176] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0 2008-02-25 01:43:23 [4176] [0] WARNING: Cannot encode q-value in Accept-Encoding. 2008-02-25 01:43:23 [4176] [0] WARNING: Cannot encode q-value in Accept-Encoding. 2008-02-25 01:43:23 [4176] [0] WARNING: Cannot encode q=0 in Accept-Encoding; skipping this encoding. 2008-02-25 01:43:23 [4176] [0] ERROR: Exp: Etag: "floop" 2008-02-25 01:43:23 [4176] [0] ERROR: Got: Etag: floop" 2008-02-25 01:43:23 [4176] [0] ERROR: Exp: Etag: "" 2008-02-25 01:43:23 [4176] [0] ERROR: Got: Etag: " 2008-02-25 01:43:23 [4176] [0] ERROR: Exp: If-Match: "foobar" 2008-02-25 01:43:23 [4176] [0] ERROR: Got: If-Match: foobar" 2008-02-25 01:43:23 [4176] [0] ERROR: Exp: If-None-Match: "foobar" 2008-02-25 01:43:23 [4176] [0] ERROR: Got: If-None-Match: foobar" 2008-02-25 01:43:23 [4176] [0] ERROR: Exp: If-Range: "foobar" 2008-02-25 01:43:23 [4176] [0] ERROR: Got: If-Range: foobar" -------------------------------------------------------------------------- check_sendsms.log show no error message, neither check_sendsms_sms.log, check_sendsms_smsc.log, but check.log says: -------------- check.log content -------------------------- Check: checks/check_headers.sh check_headers failed See check_headers.log or run test/test_headers for info Check: checks/check_sendsms.sh check_sendsms.sh failed with empty message See check_sendsms_bb.log check_sendsms.log check_sendsms_smsc.log check_sendsms_sms.log for info ------------------------------------------------------------ I need to upgrade to more recent version in order to use third party library, so I kindly ask for some advise about safeness of ignoring those checks or otherwise insight about what could be done to my system in order to pass those checks. regards, Gerardo
