[spamdyke-users] 3.1.6 Install.txt step 3 fails

2008-04-07 Thread [EMAIL PROTECTED]
I am running Red Hat Enterprise Linux ES release 3 (Taroon Update 9) and
unpacked spamdyke3.1.6.  I get the following:
[EMAIL PROTECTED] 16:12:11 spamdyke]# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for strip... strip spamdyke
checking for RSA_sign in -lcrypto... yes
checking for SSL_library_init in -lssl... yes
checking for OpenSSL libraries (for TLS support)... yes
checking for res_search in -lresolv... yes
checking for bind in -lsocket... no
checking for __bind in -lsocket... no
checking for inet_ntoa in -lnsl... yes
checking whether anonymous inner functions are supported by default... yes
checking whether nameserver constants are defined in arpa/nameser.h... yes
checking whether readdir() returns the file type... yes
checking whether readdir() and stat() understand whiteout files... no
checking whether pid_t is an unsigned int or an unsigned long...
unsigned int
checking whether uid_t is an unsigned int or an unsigned long...
unsigned int
checking whether gid_t is an unsigned int or an unsigned long...
unsigned int
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged


Then the following happens:
[EMAIL PROTECTED] 16:12:23 spamdyke]# make
gcc -Wall -O2 -funsigned-char  -c spamdyke.c
In file included from /usr/include/openssl/ssl.h:179,
 from spamdyke.h:26,
 from spamdyke.c:33:
/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 spamdyke.h:26,
 from spamdyke.c:33:
/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
/usr/include/openssl/kssl.h:155: syntax error before '*' token
/usr/include/openssl/kssl.h:157: syntax error before kssl_sget_tkt
/usr/include/openssl/kssl.h:157: syntax error before '*' token
/usr/include/openssl/kssl.h:159: syntax error before kssl_ctx_setkey
/usr/include/openssl/kssl.h:159: syntax error before '*' token
/usr/include/openssl/kssl.h:161: syntax error before context
/usr/include/openssl/kssl.h:162: syntax error before
kssl_build_principal_2
/usr/include/openssl/kssl.h:162: syntax error before context
/usr/include/openssl/kssl.h:165: syntax error before kssl_validate_times
/usr/include/openssl/kssl.h:165: syntax error before atime
/usr/include/openssl/kssl.h:167: syntax error before kssl_check_authent
/usr/include/openssl/kssl.h:167: syntax error before '*' token
/usr/include/openssl/kssl.h:169: syntax error before enctype
In file included from spamdyke.h:26,
 from spamdyke.c:33:
/usr/include/openssl/ssl.h:909: syntax error before KSSL_CTX
/usr/include/openssl/ssl.h:931: syntax error before '}' token
make: *** [spamdyke.o] Error 1

The document says you shouldn't see any errors or warnings.

Obviously I have a disconnect here.  Can someone offer some suggestions.
I am running a patched Qmail with TLS enabled.

Bruce

___

.mdEmail and .mdSecureIM allow tramsmission of PHI in compliance with HIPAA.
Each is included when you register a .md Domain Name.
http://www.max.md/register.php?affid=footer1
___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users


Re: [spamdyke-users] 3.1.6 Install.txt step 3 fails

2008-04-07 Thread Sam Clippinger
It looks like you're missing a header file named krb5.h.  On my Fedora 
system, that file is part of the krb5-devel package.  Is that package 
installed on your server?

-- Sam Clippinger

[EMAIL PROTECTED] wrote:
 I am running Red Hat Enterprise Linux ES release 3 (Taroon Update 9) and
 unpacked spamdyke3.1.6.  I get the following:
 [EMAIL PROTECTED] 16:12:11 spamdyke]# ./configure
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking for strip... strip spamdyke
 checking for RSA_sign in -lcrypto... yes
 checking for SSL_library_init in -lssl... yes
 checking for OpenSSL libraries (for TLS support)... yes
 checking for res_search in -lresolv... yes
 checking for bind in -lsocket... no
 checking for __bind in -lsocket... no
 checking for inet_ntoa in -lnsl... yes
 checking whether anonymous inner functions are supported by default... yes
 checking whether nameserver constants are defined in arpa/nameser.h... yes
 checking whether readdir() returns the file type... yes
 checking whether readdir() and stat() understand whiteout files... no
 checking whether pid_t is an unsigned int or an unsigned long...
 unsigned int
 checking whether uid_t is an unsigned int or an unsigned long...
 unsigned int
 checking whether gid_t is an unsigned int or an unsigned long...
 unsigned int
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating config.h
 config.status: config.h is unchanged
 
 
 Then the following happens:
 [EMAIL PROTECTED] 16:12:23 spamdyke]# make
 gcc -Wall -O2 -funsigned-char  -c spamdyke.c
 In file included from /usr/include/openssl/ssl.h:179,
  from spamdyke.h:26,
  from spamdyke.c:33:
 /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 spamdyke.h:26,
  from spamdyke.c:33:
 /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
 /usr/include/openssl/kssl.h:155: syntax error before '*' token
 /usr/include/openssl/kssl.h:157: syntax error before kssl_sget_tkt
 /usr/include/openssl/kssl.h:157: syntax error before '*' token
 /usr/include/openssl/kssl.h:159: syntax error before kssl_ctx_setkey
 /usr/include/openssl/kssl.h:159: syntax error before '*' token
 /usr/include/openssl/kssl.h:161: syntax error before context
 /usr/include/openssl/kssl.h:162: syntax error before
 kssl_build_principal_2
 /usr/include/openssl/kssl.h:162: syntax error before context
 /usr/include/openssl/kssl.h:165: syntax error before kssl_validate_times
 /usr/include/openssl/kssl.h:165: syntax error before atime
 /usr/include/openssl/kssl.h:167: syntax error before kssl_check_authent
 /usr/include/openssl/kssl.h:167: syntax error before '*' token
 /usr/include/openssl/kssl.h:169: syntax error before enctype
 In file included from spamdyke.h:26,
  from spamdyke.c:33:
 /usr/include/openssl/ssl.h:909: syntax error before KSSL_CTX
 /usr/include/openssl/ssl.h:931: syntax error before '}' token
 make: *** [spamdyke.o] Error 1
 
 The document says you shouldn't see any errors or warnings.
 
 Obviously I have a disconnect here.  Can someone offer some suggestions.
 I am running a patched Qmail with TLS enabled.
 
 Bruce
 
 ___
 
 .mdEmail and .mdSecureIM allow tramsmission of PHI in compliance with HIPAA.
 Each is included when you register a .md Domain Name.
 http://www.max.md/register.php?affid=footer1
 ___
 spamdyke-users mailing list
 spamdyke-users@spamdyke.org
 http://www.spamdyke.org/mailman/listinfo/spamdyke-users
___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users


Re: [spamdyke-users] 3.1.6 Install.txt step 3 fails

2008-04-07 Thread Ataliba Teixeira
You need to install all packages of kerberus. 
I don't remember what the names of this packages. 
Install too, the kerberus-devel packages. 

Ataliba Teixeira


[EMAIL PROTECTED] [EMAIL PROTECTED] escreveu:
 I am running Red Hat Enterprise Linux ES release 3 (Taroon Update 9) and
 unpacked spamdyke3.1.6.  I get the following:
 [EMAIL PROTECTED] 16:12:11 spamdyke]# ./configure
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking for strip... strip spamdyke
 checking for RSA_sign in -lcrypto... yes
 checking for SSL_library_init in -lssl... yes
 checking for OpenSSL libraries (for TLS support)... yes
 checking for res_search in -lresolv... yes
 checking for bind in -lsocket... no
 checking for __bind in -lsocket... no
 checking for inet_ntoa in -lnsl... yes
 checking whether anonymous inner functions are supported by default...
yes
 checking whether nameserver constants are defined in arpa/nameser.h...
yes
 checking whether readdir() returns the file type... yes
 checking whether readdir() and stat() understand whiteout files... no
 checking whether pid_t is an unsigned int or an unsigned long...
 unsigned int
 checking whether uid_t is an unsigned int or an unsigned long...
 unsigned int
 checking whether gid_t is an unsigned int or an unsigned long...
 unsigned int
 configure: creating ./config.status
 config.status: creating Makefile
 config.status: creating config.h
 config.status: config.h is unchanged
 
 
 Then the following happens:
 [EMAIL PROTECTED] 16:12:23 spamdyke]# make
 gcc -Wall -O2 -funsigned-char  -c spamdyke.c
 In file included from /usr/include/openssl/ssl.h:179,
  from spamdyke.h:26,
  from spamdyke.c:33:
 /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 spamdyke.h:26,
  from spamdyke.c:33:
 /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
 /usr/include/openssl/kssl.h:155: syntax error before '*' token
 /usr/include/openssl/kssl.h:157: syntax error before kssl_sget_tkt
 /usr/include/openssl/kssl.h:157: syntax error before '*' token
 /usr/include/openssl/kssl.h:159: syntax error before kssl_ctx_setkey
 /usr/include/openssl/kssl.h:159: syntax error before '*' token
 /usr/include/openssl/kssl.h:161: syntax error before context
 /usr/include/openssl/kssl.h:162: syntax error before
 kssl_build_principal_2
 /usr/include/openssl/kssl.h:162: syntax error before context
 /usr/include/openssl/kssl.h:165: syntax error before
kssl_validate_times
 /usr/include/openssl/kssl.h:165: syntax error before atime
 /usr/include/openssl/kssl.h:167: syntax error before kssl_check_authent
 /usr/include/openssl/kssl.h:167: syntax error before '*' token
 /usr/include/openssl/kssl.h:169: syntax error before enctype
 In file included from spamdyke.h:26,
  from spamdyke.c:33:
 /usr/include/openssl/ssl.h:909: syntax error before KSSL_CTX
 /usr/include/openssl/ssl.h:931: syntax error before '}' token
 make: *** [spamdyke.o] Error 1
 
 The document says you shouldn't see any errors or warnings.
 
 Obviously I have a disconnect here.  Can someone offer some suggestions.
 I am running a patched Qmail with TLS enabled.
 
 Bruce
 
 ___
 
 .mdEmail and .mdSecureIM allow tramsmission of PHI in compliance with
HIPAA.
 Each is included when you register a .md Domain Name.
 http://www.max.md/register.php?affid=footer1
 ___
 spamdyke-users mailing list
 spamdyke-users@spamdyke.org
 http://www.spamdyke.org/mailman/listinfo/spamdyke-users
 


--
--
Ataliba Teixeira
mailto: [EMAIL PROTECTED]
WWW :
http://www.ataliba.eti.br


___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users