Apache 2.2.8 | 2.0.63 | 1.3.41 Released

AleSSaNDRo:
Code:
./build update
./build pcre
./build apache
I still get the "configure: error: Size of "void *" is less than size of "long"
*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file" error when updating apache from 2.2.6 to 2.2.8. PCRE build was succesfully.

Debian OS btw.

Found this in another thread:
Remove this directive from the file: configure/ap2/configure.apache

"--with-pcre=/usr/local" \

and update Apache. See if that helps.

That solution worked, don't know what function PCRE has?
 
Last edited:
Fix:
Code:
touch /etc/ld.so.conf
echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig

It's already included into setup.sh script.
 
Back
Top