https://issues.apache.org/bugzilla/show_bug.cgi?id=54452
Bug ID: 54452 Summary: Build Failure of mod_ssl.c using apxs Product: Apache httpd-2 Version: 2.2.23 Hardware: PC OS: Linux Status: NEW Severity: blocker Priority: P2 Component: mod_ssl Assignee: bugs@httpd.apache.org Reporter: shashi.kumar...@gmail.com Classification: Unclassified Created attachment 29869 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29869&action=edit Log Hi I have installed Apache 2.2.23 server on a RHEL 64 bit. At the time of configuring Apache i didnt enable SSL. But now i want to enable it, So i am trying to build it using apxs feature. But my build is failing with the below error: I am using commands : /usr/local/apache2/bin/apxs -c *.c in the source directory: #httpd-2.2.23/modules/ssl#/usr/local/apache2/bin/apxs -c *.c . I do have open ssl installed on the server: Below is the version: openssl-0.9.8e-22.el5_8.4 Error: /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -I/usr/local/apache2/include -I/usr/local/apache2/include -I/usr/local/apache2/include -c -o mod_ssl.lo mod_ssl.c && touch mod_ssl.slo In file included from ssl_private.h:60, from mod_ssl.c:27: mod_ssl.c:567: error: expected â{â at end of input apxs:Error: Command failed with rc=65536 Please help me out here. Many Thanks, Shashi. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org