Monday, June 13, 2005

Apache 2.0.54 on Tiger

Apache2 only returns first 74k on Tiger. To fix this problem,
curl -O http://golem.ph.utexas.edu/~distler/blog/files/sendrecv.c.patch
patch < sendrecv.c.patch (when asked for the file name to patch, use srclib/apr/network_io/unix/sendrecv.c)
./configure --prefix=/usr/local/software/apache2
make
sudo make install

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home