Sunday, October 31, 2021

Re: make: don't know how to make /usr/lib/crt0.o (prerequisite of: httpd)

> Does /usr/lib/crt0.o exist? If it doesn't did tar complete successfully?

I've since scrubbed that install, but I did check before for the file and noted that it was not present. Interestingly, the file is in the TGZ, so something happened…

$ tar -tzvf comp70.tgz | grep /usr/lib/crt0.o
-r--r--r-- 0 root bin 2544 Sep 30 16:00 ./usr/lib/crt0.o


> Maybe try:
>
> # tar -C / -xzphf comp70.tgz || echo "somethings broken"
>
> You may have run out of disk space or something similar and just didn't notice. Thats my best guess.

It was a 4GB partition, so unlikely an out of disk issue. That said, there's a chance that the extraction terminated prematurely for other reasons, which your suggestion would help catch - thanks for the suggestion!



Kent

No comments:

Post a Comment