[Spread-users] Error on compiling secure spread

MacManitou macmanitou at gmx.de
Thu Jul 24 13:52:46 EDT 2003


Hello,

I have some problems building the secure spread package.
It seems that the include pathes aren't set properly.

The documentation I have created for our company hopefully - shows 
where I made the mistake ;)
	1.0 	Spread-SRC
		(download @ http://www.backhand.org/)
		unpack the spread source archive "tar -xzvf  spread-src-3.17.1.tar.gz"
		open new spread folder
		Run "./configure"
		Run "make"
		Run "make install" as a user with rights to write to the selected 
installation location. (/usr/local/		{bin,man,sbin,include,lib} by 
default)

	2.0 	OpenSSL
		(download @ http://www.openssl.org/)
		delete old install "rm -rf /usr/local/ssl/"
		unpack the openssl source archive "tar -xzvf openssl-0.9.7b.tar.gz"
		open new openssl folder
		Run "./configure"
		Run "make"
		Run "make install"

		Pfade nach der Installation:
		/usr/local/ssl/
		/usr/local/ssl/include/
		
	3.0 	Secure-Spread-SRC
		(download @ http://www.backhand.org/)
		
		Define the following environment variables SSL_DIR, SSL_INC, SP_DIR 
and SP_INC. They are used by 		the configure file to find libcrypto.a 
(Openssl) and libsp.a (Spread) libraries:
		
		CSH, TCSH
		setenv  SSL_DIR  /usr/local/ssl
     		setenv  SSL_INC  /usr/local/ssl/include
     		setenv  SP_DIR   /usr/local/lib
     		setenv  SP_INC   /usr/local/include
		
		BASH, KSH, SH
		SSL_DIR=/usr/local/ssl
		SSL_INC=/usr/local/ssl/include
		SP_DIR=/usr/local/lib
		SP_INC=/usr/local/include
		export SSL_DIR SSL_INC SP_DIR SP_INC

		Run "./configure"
		Run "make"

That's the error messages I receive, if I try to compile the ssp source
# make
(cd clq_api-1.0; make);
make[1]: Entering directory `/root/wackamole/ssp-2.1.0/clq_api-1.0'
(cd clq; make);
make[2]: Entering directory `/root/wackamole/ssp-2.1.0/clq_api-1.0/clq'
gcc ./src/clq_api.c  -c -o ./linux/obj/clq_api.o -g -O2 -Wall -L /usr 
-DNO_SANITY_CHECK -I./src -I../common
src/clq_api.c:55:24: openssl/bn.h: No such file or directory
src/clq_api.c:56:25: openssl/bio.h: No such file or directory
src/clq_api.c:57:25: openssl/md5.h: No such file or directory
src/clq_api.c:58:25: openssl/err.h: No such file or directory
src/clq_api.c:59:25: openssl/dsa.h: No such file or directory
.
.
.

Thanks for your help,
Sascha Müllner





More information about the Spread-users mailing list