Thread: Debian Lenny
View Single Post
  #18  
Old 12-20-2008, 03:17 AM
Kobaz
Hill Giant
 
Join Date: Nov 2008
Location: Gold Coast, Oz
Posts: 119
Default Finally

Well I've got my Lenny based system to work.

I used the debootstrap command to make a chrooted Etch environment. I made sure that the proc system was mounted, and pretty much followed the Debian guide. I also added a line to /etc/inittab so that the Etch environment booted on tty8.

It seems that the biggest problem was in zone.h where a member named map is declared. This conflicts with map in the stl, and the library for gcc 4.3 seemed to ignore the declaration in Zone in favour of the one in <map>. Someone who understands c++ could probably do something with namespaces and make it work. As it was it segfaulted badly trying to send the spawns to the client.
Reply With Quote