hi joe,

thx for your reply, but aleix suggested this yesterday.

i have ...

openssl-0.9.7a-33.12
openssl-devel-0.9.7a-33.12

however, krb5.h appears to be in the wrong place? instead of
/usr/include, its in /usr/include/kerberos.

attempting to force the issue with --with-ssl fails too.

he also suggested that i try export CFLAGS += -I/usr/include/kerberos, 
but sadly  that too fails. when i do the config with --with-ssl, i get
....

configure:15659: checking for openssl pkg-config data
configure:15670: result: no
configure:15686: checking for library containing RSA_new
configure:15715: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccwiab2U.o(.text+0xa): In function `main':
/home/jackc/src/subversion-1.2.3/neon/conftest.c:84: undefined reference
to `RSA_new'
collect2: ld returned 1 exit status
configure:15721: $? = 1
configure: failed program was:

and 

| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char SSL_library_init ();
| int
| main ()
| {
| SSL_library_init ();
|   ;
|   return 0;
| }
configure:15953: gcc -o conftest -g -O2   conftest.c  -lssl -lcrypto 
-lz >&5
configure:15959: $? = 0
configure:15963: test -z
             || test ! -s conftest.err
configure:15966: $? = 0
configure:15969: test -s conftest
configure:15972: $? = 0
configure:15989: result: -lssl
configure:16018: checking openssl/ssl.h usability
configure:16030: gcc -c -g -O2  conftest.c >&5
In file included from /usr/include/openssl/ssl.h:179,
                 from conftest.c:107:
/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 conftest.c:107:
/usr/include/openssl/kssl.h:134: syntax error before "krb5_enctype"
/usr/include/openssl/kssl.h:136: syntax error before '*' token
/usr/include/openssl/kssl.h:137: syntax error before '}' token
/usr/include/openssl/kssl.h:149: syntax error before
"kssl_ctx_setstring"
/usr/include/openssl/kssl.h:149: syntax error before '*' token
/usr/include/openssl/kssl.h:150: syntax error before '*' token
/usr/include/openssl/kssl.h:151: syntax error before '*' token
/usr/include/openssl/kssl.h:151: syntax error before '*' token
/usr/include/openssl/kssl.h:152: syntax error before '*' token
/usr/include/openssl/kssl.h:153: syntax error before "kssl_ctx_setprinc"
/usr/include/openssl/kssl.h:153: syntax error before '*' token
/usr/include/openssl/kssl.h:155: syntax error before "kssl_cget_tkt"


any of this provide a clue?

tia, jackc...


On Thu, 2005-10-06 at 01:28, Joe Orton wrote:
> On Thu, Sep 29, 2005 at 11:19:04AM -0700, Jack Craig wrote:
> > i have /usr/bin/openssl on my redhat linux WS 3.0, but the configure is
> > reporting no ssl support, any idea how to fix this on subversion 1.2.3 ?
> 
> Install the "openssl-devel" package if you don't already have that 
> installed, and pass "--with-ssl" to the configure script.
> 
> Regards,
> 
> joe
-- 

Jack Craig

SAS Team 
Brocade Communications Systems, Inc.
6C16
1600 Technology Dr.
San Jose, CA  95110
408.333.7478 Direct

E-mail:  [EMAIL PROTECTED]
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to