On 29-Sep-09, at 1:24 PM, Muzer wrote: > Ken Moffat wrote: >> 2009/9/29 Chris Rice <malcomosx.ch...@gmail.com>: >> >>> yes >>> >>> Chris >>> >> >> [...] >> >>>> Is there: >>>> sh -> bash >>>> in /bin? >>>> >> >> First, please don't top-post, it makes it extremely hard >> to follow the flow of the conversation. Second, please >> trim what you are replying to. >> >> And yes, I know that other lists, and even gmail, do >> things differently. >> >> Anyway, your error means a library is missing. Bruce's >> request to you (the last item in his reply) will probably >> be key to determining the problem. >> >> ĸen >> > Also remember to check permissions on the library, as well as the /lib > directory. > > /lib should be drwxr-xr-x (755) > /lib/* should be either -rw-r--r-- (644) or -rwxr-xr-x (755) depending > on which lib - for test purposes, if you can't find a missing lib and > all other permissions appear to be OK, you could try setting them > all to > 755. > > -- > -----BEGIN GEEK CODE BLOCK----- > Version: 3.1 > GCS/CM/IT d>++ s+:- a---- C+++ UL+++>++++ P+>+++ L+++>+++++ E---- > >--- W+++ N o? K? w--- O+ M-- V- PS PE? Y-- PGP- t+ 5? X- R-- tv+ b+ > + DI D G++ e- h! !r y > ------END GEEK CODE BLOCK------ > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page
Hello I checked the /lib folder, it had the permissions mentioned above (755), however some of the libraries didn't have write permission for the owner including libreadline and libhistory. So I entered chown 755 -R /lib/*, but i am still have the same problem. Chris -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page