problem install - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: problem install (/thread-6694.html) |
problem install - alessandro - 05-10-2009 09:37 PM I followed your guide. I stayed at: sudo rpmbuild -ta courier-authlib-0.62.1.tar.bz2 bunzip2: I/O or other error, bailing out. Possible reason follows. bunzip2: Broken pipe Input file = (stdin), output file = (stdout) errore: Impossibile rinominare ~/rpm/SPECS/rpm-spec.8XtEof in ~/rpm/SPECS/rpm-spec.8XtEof: No such file or directory: No such file or directory [root@www downloads]# Why ask me to create any folder. Thank you all for your help Centos 5.3 RE: problem install - salama - 05-11-2009 11:05 AM Hello I've had the same problem when I do installation on centos 5.3 just install premade RPM's For x86 use Code: # wget http://www.thatfleminggent.com/packages/centos/5/i386/courier-authlib-0.62.2-1.el5.mf.i386.rpm For x64 use Code: # wget http://www.thatfleminggent.com/packages/centos/5/x86_64/courier-authlib-0.62.2-1.el5.mf.x86_64.rpm Code: # sudo rpm -i courier-authlib-*.rpm I hope this helps you |