Re: [apache-ssl] compilation problems...still
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-ssl] compilation problems...still



> >
> >Any more ideas why compiling ssl_module.c gives syntax and parsing errors?
> >(I'm using Solaris 2.6, and gcc 2.7.2.3)
>
> I don't have your original post as I've only just joined the list.
> Apologies if this is insulting, but are you sure you are running ./Configure
> _after_ editing the SSL_BASE in Configuration?
> 

Not at all, I did every step as the instructions said.  This is the first
time I get stuck compiling software from the net and have no clue what's
wrong even following all the fixes suggested by other people.

This is just a few of the errors I'm seeing:

 /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.7.2.3/cc1 /var/tmp/cc0x10yX.i 
-quiet -dumpbase apache_ssl.c -g -version -o /var/tmp/cc0x10yX.s
GNU C version 2.7.2.3 (sparc) compiled by GNU C version 2.7.2.3.
apache_ssl.c:142: parse error before `BOOL'
apache_ssl.c:142: warning: no semicolon at end of struct or union
apache_ssl.c:159: parse error before `bFakeBasicAuth'
apache_ssl.c:159: warning: data definition has no type or storage class
apache_ssl.c:162: parse error before `}'
apache_ssl.c:162: warning: data definition has no type or storage class
apache_ssl.c:172: parse error before `BOOL'
apache_ssl.c:172: warning: no semicolon at end of struct or union
apache_ssl.c:173: warning: data definition has no type or storage class
apache_ssl.c:179: parse error before `SSLDirConfigRec'
apache_ssl.c: In function `SSLRequireCipher':
apache_ssl.c:182: `rec' undeclared (first use this function)
apache_ssl.c:182: (Each undeclared identifier is reported only once
apache_ssl.c:182: for each function it appears in.)
apache_ssl.c:182: `cipher' undeclared (first use this function)
apache_ssl.c: At top level:
apache_ssl.c:186: parse error before `SSLDirConfigRec'
apache_ssl.c: In function `SSLBanCipher':
apache_ssl.c:189: `rec' undeclared (first use this function)
apache_ssl.c:189: `cipher' undeclared (first use this function)
apache_ssl.c: At top level:
apache_ssl.c:193: parse error before `SSLDirConfigRec'
apache_ssl.c: In function `SSLRequireSSL':
apache_ssl.c:196: `rec' undeclared (first use this function)
apache_ssl.c:196: `TRUE' undeclared (first use this function)
apache_ssl.c: In function `SSLCheckCipher':
...
...

Ideas?

-juan