
8 Nov
2018
8 Nov
'18
9:23 a.m.
On Thu, 8 Nov 2018 09:13:14 +0100 Giorgio Cittadini <giocitta@gmail.com> wrote:
cmake: error while loading shared libraries: /usr/lib/libcurl.so.4: file too short.
Hi Giorgio! First, have you checked your system with revdep? It will list ports with broken libs (due to prior updates). You should rebuild the output of revdep. At least, I would try to rebuild curl and then update cmake again. Next, maybe there is a missing dep? Try "prt-get depends cmake" to see if you have everything you need. A little bit much, but you could try "prt-get update -fr `prt-get quickdep cmake`" - this will update and force rebuild all packages cmake depends on. No expert, but hope that helps! Best regards, Tim