scottwilliambeasley / debian-from-scratch

An instruction manual for teaching Linux From Scratch users how to make a fully-fledged Debian system based on LFS.
244 stars 49 forks source link

Segmentation fault in tar #13

Open tcreek opened 4 years ago

tcreek commented 4 years ago

I have made it quit far now in installing those .deb packages.

So, in my folder, I have some other than those initial packages, so I was unable to perform the "dpkg -i *" command.

With that, I have been figuring out the order in which I must install them.

I am now on the tar package.

As as I enter the dpkg install command, I get "Segmentation fault" as output.

tcreek commented 4 years ago

Update: I went ahead and used the LFS method to install tar via source. Now the dpkg package is now returning "Segmentation Fault" when attempting to install it

minhtricute69 commented 3 years ago

try running ldconfig and install again :))

tcreek commented 3 years ago

I have given up a bit on this