Hello centos users, I download the bash 3.0 and compile it in CentOS 4.0 with or withiut all patchs. But when I execute the comand ls -l it freezes. Any idea? -- :) cumprimentos -------------------------- Jos? Lu?s Faria -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20050530/77c5f945/attachment-0004.html>
Centos comes with Bash 3.0 by default you don't need to download and compile anything.... Regards Pete jose luis faria wrote:> Hello centos users, > > I download the bash 3.0 and compile it in CentOS 4.0 with or withiut > all patchs. > > But when I execute the comand ls -l it freezes. > > Any idea? > > -- > > :) cumprimentos > -------------------------- > Jos? Lu?s Faria > >------------------------------------------------------------------------ > >_______________________________________________ >CentOS mailing list >CentOS at centos.org >http://lists.centos.org/mailman/listinfo/centos > >
On my Centos4 system: $ rpm -q bash bash-3.0-19.2 bash is version 3.0 and it's from base or dag/dries. Everything works as expected (though you might want to install bash-completion). Why are you trying to compile it? Can't you just download the src rpm and rpmbuild --rebuild that (possibly first unpacking the rpm and adding any wanted patches)? Cheers, MaZe. On Mon, 30 May 2005, jose luis faria wrote:> Hello centos users, > > I download the bash 3.0 and compile it in CentOS 4.0 with or withiut all > patchs. > > But when I execute the comand ls -l it freezes. > > Any idea? > >