Compiling DigSig fails: Compiler/Makefile output


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Compiling DigSig fails: Compiler/Makefile output
# 1  
Old 02-25-2011
Compiling DigSig fails: Compiler/Makefile output

Hey,

I'm trying to install DigSig ( disec.sourceforge.net ) on my CentOS5 distro. I was following all the steps in the readme but it didn't work. So here's the output:
Code:
[root@xx digsig-1.4.1]# ./digsig.init compile
make: Entering directory `/usr/src/kernels/2.6.18-194.32.1.el5-i686'
  CC [M]  /home/Chris/digsig-1.4.1/digsig.o
In file included from /home/Chris/digsig-1.4.1/gnupg/mpi/mpi.h:35,
                 from /home/Chris/digsig-1.4.1/dsi_sig_verify.h:22,
                 from /home/Chris/digsig-1.4.1/digsig.c:40:
/home/Chris/digsig-1.4.1/gnupg/mpi/memory.h:41: error: conflicting types for ‘krealloc’
include/linux/slab.h:218: error: previous declaration of ‘krealloc’ was here
/home/Chris/digsig-1.4.1/digsig.c:580: warning: initialization from incompatible pointer type
make[1]: *** [/home/Chris/digsig-1.4.1/digsig.o] Error 1
make: *** [_module_/home/Chris/digsig-1.4.1] Error 2
make: Leaving directory `/usr/src/kernels/2.6.18-194.32.1.el5-i686'
make: Nothing to be done for `all'.

The thing is: I don't understand it. This error looks to me like a wrong include or wrong function definiton or something like that. But how can this be? I mean I downloaded the files of the stable release (so the assumption that they should work isn't too odd), didn't change anything and then run into trouble.
Any ideas? Maybe someone will even try it or has already tried it?
Please note that I already tried the last 3 DigSig releases, all of them produced the same error
# 2  
Old 02-25-2011
I'd rather guess the problem is the fact that the project hasn't been updated since March 2009 (first complete sentence on the projects site), becoming incompatible with current kernels.
# 3  
Old 02-25-2011
Edit: I think you can probably close here Smilie

Last edited by disaster; 02-25-2011 at 09:34 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Compiling libcdio-paranoia, gcc found - C compiler doesnt work

Heyas I'm currently trying to make a fresh build from scratch/source of FFMPEG. This said, it brings quite a tail with it, so the use of a script was very obvious. Anyway, i'm currently stuck at named package. Lets ignore the tarball/download line, as the error is after. Commands... (0 Replies)
Discussion started by: sea
0 Replies

2. UNIX for Dummies Questions & Answers

Problems compiling with Makefile

Hey guys! To avoid :wall: for another 5 hours, I'm posting here to hopefully resolve this silly issue once and for all. I'd appreciate if you could simply provide the full makefile I should use, and then explain what does what. I've been studying dissected examples for hours now and none of it's... (3 Replies)
Discussion started by: Liandri
3 Replies

3. OS X (Apple)

Compiling fails due to space in path to home folder

I seem to have issues compiling software and I think I've narrowed it down to something having to do with having a space in the path name to my Home folder (which contains "Macintosh HD"). The reason I think this is shown here: $ echo $HOME /Volumes/Macintosh HD/Users/Tom $ cd $HOME -sh:... (7 Replies)
Discussion started by: tdgrant1
7 Replies

4. Solaris

Script fails when generated output file reaches a particular size

Hi All, New to unix. Here is the problem. Running a script that extracts data from hyperion essbase and generates a file in unix. This script fails most of the times with a very low success rate. The data has increased a lot in the last few months resulting in the file being more than 2 gb. ... (2 Replies)
Discussion started by: noufalshaw
2 Replies

5. Homework & Coursework Questions

Help with Simple Multi-Level Makefile (Extremely New at Makefile)

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Basically, the prompt is make a makefile with various sub makefiles in their respective subdirectories. All code... (1 Reply)
Discussion started by: Tatl
1 Replies

6. UNIX for Dummies Questions & Answers

compiling a compiler

hey all, could someone explain or at least give me some pointers as to how to compile a compiler. I'm thinking about experimenting with operating systems and the Mach kernel. Now if I get an OS built on the Mach kernel to work how can I compile a compiler for it, because to me this is an... (10 Replies)
Discussion started by: neur0n
10 Replies

7. UNIX for Advanced & Expert Users

Makefile problem - How to run module load in a Makefile

Hi, I'm trying to run the module load command in a Makefile and i'm getting the following error: make: module: command not found Why is this? Is there any way to run this command in a Makefile? NOTE: command - module load msjava/sunjdk/1.5.0 works fine outside of the Makefile (2 Replies)
Discussion started by: hernandinho
2 Replies

8. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

9. UNIX for Dummies Questions & Answers

plz Help How should I configure cc compiler output file plz help???

i.e configuration of C compiler :confused: (4 Replies)
Discussion started by: atiato
4 Replies

10. Programming

C compiling under C++ compiler

I want to compile a c-language source file ( *.c ) under C++ compiler in the UNIX workstation. Is that compatable? (2 Replies)
Discussion started by: nomen
2 Replies
Login or Register to Ask a Question