Hello!
I'm trying to build apr 1.5.1 on centos 6.5 x64 but the test fails.
Do you guys understands whats going on?
Best regards,
Olivier.
[root@ apr-1.5.1]# cat /etc/redhat-release
CentOS release 6.5 (Final)
[root@ apr-1.5.1]# uname -a
Linux 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64
x86_64 x86_64 GNU/Linux
Output of make test:
testlock : SUCCESS
testcond : SUCCESS
testlfs : |Line 345: Large Files not
supported
SUCCESS
testmmap : SUCCESS
testnames : SUCCESS
testoc : SUCCESS
testpath : SUCCESS
testpipe : SUCCESS
testpoll : SUCCESS
testpools : SUCCESS
testproc : SUCCESS
testprocmutex : SUCCESS
testrand : SUCCESS
testsleep : SUCCESS
testshm : SUCCESS
testsock : SUCCESS
testsockets : /Line 131: Could not bind socket (99): Cannot assign
requested address
-Line 189: Condition is false, but expected
true
FAILED 1 of 7
testsockopt : SUCCESS
teststr : SUCCESS
teststrnatcmp : SUCCESS
testtable : SUCCESS
testtemp : SUCCESS
testthread : SUCCESS
testtime : SUCCESS
testud : SUCCESS
testuser : SUCCESS
testvsn : SUCCESS
Failed Tests Total Fail Failed %
===================================================
testsockets 7 1 14.29%
Creating a test file...
Sending the file...
apr_socket_sendfile() updated offset with 0
apr_socket_sendfile() updated len with 370049
bytes really sent: 370049
After apr_socket_sendfile(), the kernel file pointer is at offset 0.
client: apr_socket_sendfile() worked as expected!
Waiting for a client to connect...
Processing a client...
etc
etc
etc
Processing a client...
server: apr_socket_sendfile() worked as expected!
Programs failed: testall
make[1]: *** [check] Error 1
make[1]: Leaving directory `/root/apr-1.5.1/test'
make: *** [check] Error 2