alex1818 / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

Compilation error on RHEL 5 #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure --with-apr=<path_to_apache_install_directory> 
--with-apr-util=<path_to_apache_install_directory> 
2. make

What is the expected output? What do you see instead?
Expected output is serf lib whereas compilation error is observed. Following is 
the error:

/home/kartik/serf_testing/serf-0.6.1->make
/home/http/FCGI_ADSERVER/Install/Apache2/build/libtool --silent --tag=CC 
--mode=compile gcc -g -O2 -pthread  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE  -I.  -I/home/http/FCGI_ADSERVER/Install/Apache2/include  
 -I/home/http/FCGI_ADSERVER/Install/Apache2/include   -c -o outgoing.lo 
outgoing.c && touch outgoing.lo
outgoing.c: In function 'socket_writev':
outgoing.c:473: error: invalid lvalue in assignment
make: *** [outgoing.lo] Error 1

What version of the product are you using? On what operating system?
0.6.1 version of serf library on RHEL5 Linux(2.6.18 kernel version)

Original issue reported on code.google.com by ghayalco...@gmail.com on 16 Aug 2010 at 9:43

GoogleCodeExporter commented 9 years ago
See issue 57.

Original comment by justin.e...@gmail.com on 20 Aug 2010 at 6:13