I’ve just upgraded a development server and I’ve found myself with this issue:
Starting Varnish
Internal error: cc(1) complained:
/usr/bin/ld: crti.o: No such file: No such file or directory
collect2: ld returned 1 exit status
Yes, this is a plone-farm using varnish, and I’ve just upgraded from etch to lenny. So theoretically should not be a big deal.
Thinking a bit I just remembered that 15 minutes ago I’ve also upgraded the kernel, so, my be the headers…. no they are ok.
So I google a bit , and voila.
apt-get install libc6-dev
And that’s all folks, just a group of libraries changing it’s version.
libc6-dev linux-libc-dev
Hope you find it useful.