Posts: 6,482
	Threads: 176
	Joined: Jan 2012
	
Thanks: 131
	Given 1085 thank(s) in 857 post(s)
	 
	
	
		I'm re-checking stuff with Valgrind again, seems like we have some issues again. Already fixed two minor bugs, who knows what an extended debugging session will bring up.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,469
	Threads: 57
	Joined: Jul 2012
	
Thanks: 66
	Given 133 thank(s) in 112 post(s)
	 
	
	
		Looks like you need to install linux-headers (assuming debian). If you're on debian 6, it might be a good idea to upgrade to 7, as it's debain stable now. Maybe even 8, if it's a development box.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,469
	Threads: 57
	Joined: Jul 2012
	
Thanks: 66
	Given 133 thank(s) in 112 post(s)
	 
	
	
		For the package you need to get, it should be linux-headers-generic.
For how I think you need linux-headers, it's because it's a header file inside a linux folder and valgrind probably needs the linux headers for hooking into processes and stuff, so I thought that linux headers seemed quite likely.