RE: solaris compIilation problem
"Jeffrey M. Johnson" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ssl.user |
|---|---|
| Message-ID | <008c01c74184$472d2d20$d5878760$@edu> |
HYPERLINK "http://forum.java.sun.com/thread.jspa?threadID=5089904"http://forum.java.su n.com/thread.jspa?threadID=5089904 My solution is to copy ./mod_ssl-2.8.28-1.3.37/pkg.sslmod/ssl_expr_scan.c to ./apache_1.3.37/src/modules/ssl/ssl_expr_scan.c Additionally I touch all the files in the ./apache_1.3.37/src/modules/ssl/ directory to get the current time and date stamp. Jeff Johnson Sr. Info. Tech. Prof. Central Ops - University Libraries From: [email protected] [mailto:[email protected]] On Behalf Of Michael Smith Sent: Friday, January 26, 2007 1:47 PM To: [email protected] Subject: solaris compIilation problem Good evening (well is is evening in my part of the world), I am just in the process of attempting to upgrade from mod_ssl-2.8.25-1.3.34 to mod_ssl-2.8.28-1.3.37 (along with upgrading openssl to the latest version) on solaris 2.9 with sun cc. I'm getting the following compilation error: cc -c -I../../os/unix -I../../include -DSOLARIS2=290 -DMOD_SSL=208128 -DEAPI -DNO_DL_NEEDED -I/opt/apps/src/apache_perl/solaris/apache_1.3.37/src/modules/ssl -I/opt/apps/rte- 1.1.6/include `../../apaci` -DSSL_COMPAT -DSSL_ENGINE -I/opt/apps/rte-1.1.6/include -DMOD_SSL_VERSION=\"2.8.28\" ssl_expr_scan.c "lex.ssl_expr_yy.c", line 1900: syntax error before or at: 1 " lex.ssl_expr_yy.c", line 1901: warning: parameter mismatch: 1 declared, 0 defined "lex.ssl_expr_yy.c", line 1903: warning: improper pointer/integer combination: arg #1 "lex.ssl_expr_yy.c", line 1903: warning: improper pointer/integer combination: arg #1 "lex.ssl_expr_yy.c", line 1904: cannot recover from previous errors cc: acomp failed for ssl_expr_scan.c make[6]: *** [ssl_expr_scan.o] Error 2 make[5]: *** [all] Error 1 Any advice how to get round this? Many thanks Michael -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.12/653 - Release Date: 1/26/2007 11:11 AM -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.17.12/653 - Release Date: 1/26/2007 11:11 AM