Re: CIPE 1.6 compile on SUSE linux

Roberto Nibali <[email protected]> Wed, 20 Oct 2004 09:43:58 +0200
Newsgroups gmane.comp.encryption.cipe
Organization terreActive.ch
Message-ID <[email protected]>
Hello,

> can anyone give me a hint as to what I need to do to fix the following make? 
> I'm using the 2.6.5-7.108 source from SUSE.
> Thanks for any help
> Dave
> 
> linux:/home/dlusty/cipe/cipe-1.6.0 # make
> gmake -C lib all
> gmake[1]: Entering directory `/home/dlusty/cipe/cipe-1.6.0/lib'
> gmake[1]: Nothing to be done for `all'.
> gmake[1]: Leaving directory `/home/dlusty/cipe/cipe-1.6.0/lib'
> gmake -C 2.6.5-7.108-default-i386-cb all
> gmake[1]: Entering directory 
> `/home/dlusty/cipe/cipe-1.6.0/2.6.5-7.108-default-i386-cb'
> ln -sf ../cipe/*.[chS] .
> ln -sf crc32.c ucrc32.c
> gmake -C /usr/src/linux-2.6.5-7.108 
> SUBDIRS=/home/dlusty/cipe/cipe-1.6.0/2.6.5-7.108-default-i386-cb modules
> gmake[2]: Entering directory `/usr/src/linux-2.6.5-7.108'
> Makefile:438: .config: No such file or directory
> 
> WARNING: Symbol version dump /usr/src/linux-2.6.5-7.108/Module.symvers is  
> missing, modules will have CONFIG_MODVERSIONS disabled.

Looks like there's no config file which describes your kernel configuration in 
the /usr/src/linux tree. The following is completely untested but could fix your 
problems:

cd /usr/src/linux-2.6.5-7*/
make cloneconfig
make dep

cd /home/dlusty/cipe/cipe-1.6.0
make distclean
make config
make

Best regards,
Roberto Nibali, ratz
-- 
-------------------------------------------------------------
addr://Rathausgasse 31, CH-5001 Aarau  tel://++41 62 823 9355
http://www.terreactive.com             fax://++41 62 823 9356
-------------------------------------------------------------
terreActive AG                       Wir sichern Ihren Erfolg
-------------------------------------------------------------

--
Message sent by the [email protected] mailing list.
Unsubscribe: mail [email protected], "unsubscribe cipe-l" in body
Other commands available with "help" in body to the same address.
CIPE info and list archive: <URL:http://sites.inka.de/~bigred/devel/cipe.html>