On Sun, May 8, 2016, at 23:41, Theo de Raadt wrote: > Ignore faq/current.html at your own risk.
I am not quite sure which part of it you mean here. I have built a new ld.so like current.html said: cd /usr/src make obj make cleandir make includes cd /usr/src/libexec/ld.so make SUBDIR= obj make SUBDIR= depend make SUBDIR= make SUBDIR= install I emptied /usr/obj before this. Your comment made me insecure so I went ahead and did the PowerPC stuff too: cd /usr/src/lib/libc make depend make make install NOMAN=1 cd /usr/src/lib/librthread make depend make make install NOMAN=1 cd /usr/src/gnu/usr.bin/perl make -f Makefile.bsd-wrapper depend make -f Makefile.bsd-wrapper make -f Makefile.bsd-wrapper NOMAN=1 install What I also did was to go into /dev and run ./MAKEDEV bpf. But I still get the SIGSEGV when I run make build. Is there anything in particular I am missing?
