You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by dan frost <da...@danfrost.co.uk> on 2003/06/17 17:40:28 UTC

Re: [users@httpd] Apache 2.0.46 Build Problems with SSL on RH9

Any more details? I've got Apache 2.0.45 running ok on RH9 - haven't 
tried ~.46 though.

Charles Heizer wrote:

> Hello,
> I hope someone can help me out on this. I have RH9 installed and I'm 
> trying to install Apache 2.0.46 with SSL support. The configure syntax 
> I used was --
>
> ./configure --prefix=/opt/apache2 --enable-ssl --enable-module=so
>
> The configure completes with out error, but when I run make it errors 
> out on ssl
>
> Something to do with /usr/include/openssl/kssl.h
>
> Thanks,
>
> - Charles
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server 
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.0.46 Build Problems with SSL on RH9

Posted by Charles Heizer <he...@llnl.gov>.
This is the exact error I'm getting after running make. The RH9 system, 
I just installed the server packages w/o apache and I also included the 
development packages.

Thanks,
- Charles

In file included from /usr/include/openssl/ssl.h:179,
                  from mod_ssl.h:125,
                  from mod_ssl.c:60:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
                  from mod_ssl.h:125,
                  from mod_ssl.c:60:
/usr/include/openssl/kssl.h:132: parse error before "krb5_enctype"
/usr/include/openssl/kssl.h:134: parse error before "FAR"
/usr/include/openssl/kssl.h:135: parse error before '}' token
/usr/include/openssl/kssl.h:147: parse error before "kssl_ctx_setstring"
/usr/include/openssl/kssl.h:147: parse error before '*' token
/usr/include/openssl/kssl.h:148: parse error before '*' token
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:150: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before "kssl_ctx_setprinc"
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:153: parse error before "kssl_cget_tkt"
/usr/include/openssl/kssl.h:153: parse error before '*' token
/usr/include/openssl/kssl.h:155: parse error before "kssl_sget_tkt"
/usr/include/openssl/kssl.h:155: parse error before '*' token
/usr/include/openssl/kssl.h:157: parse error before "kssl_ctx_setkey"
/usr/include/openssl/kssl.h:157: parse error before '*' token
/usr/include/openssl/kssl.h:159: parse error before "context"
/usr/include/openssl/kssl.h:160: parse error before 
"kssl_build_principal_2"
/usr/include/openssl/kssl.h:160: parse error before "context"
/usr/include/openssl/kssl.h:163: parse error before 
"kssl_validate_times"
/usr/include/openssl/kssl.h:163: parse error before "atime"
/usr/include/openssl/kssl.h:165: parse error before "kssl_check_authent"
/usr/include/openssl/kssl.h:165: parse error before '*' token
/usr/include/openssl/kssl.h:167: parse error before "enctype"
In file included from mod_ssl.h:125,
                  from mod_ssl.c:60:
/usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX"
/usr/include/openssl/ssl.h:909: warning: no semicolon at end of struct 
or union
/usr/include/openssl/ssl.h:931: parse error before '}' token
make[3]: *** [mod_ssl.lo] Error 1
make[3]: Leaving directory `/var/tmp/sandbox/httpd-2.0.46/modules/ssl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/sandbox/httpd-2.0.46/modules/ssl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/sandbox/httpd-2.0.46/modules'
make: *** [all-recursive] Error 1




On Tuesday, June 17, 2003, at 08:40 AM, dan frost wrote:

> Any more details? I've got Apache 2.0.45 running ok on RH9 - haven't 
> tried ~.46 though.
>
> Charles Heizer wrote:
>
>> Hello,
>> I hope someone can help me out on this. I have RH9 installed and I'm 
>> trying to install Apache 2.0.46 with SSL support. The configure 
>> syntax I used was --
>>
>> ./configure --prefix=/opt/apache2 --enable-ssl --enable-module=so
>>
>> The configure completes with out error, but when I run make it errors 
>> out on ssl
>>
>> Something to do with /usr/include/openssl/kssl.h
>>
>> Thanks,
>>
>> - Charles
>>
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server 
>> Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server 
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org