[CentOS] INN removed from CentOS 6

Wed Apr 27 16:44:03 UTC 2011
Nicolas Thierry-Mieg <Nicolas.Thierry-Mieg at imag.fr>

Tony Mountifield wrote:
> In article<1303912604.9834.12.camel at reylinux.saf.com>,
> Reynolds McClatchey<rey at saf.com>  wrote:
>> I use inn to make internal company announcements and
>>   discussions available to remote offices.
>>   I note inn is removed form RHEL 6. What replaces inn?
>>
>> http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Technical_Notes/apc.html
>>
>> Will inn be available from elsewhere? Will I have to compile
>>   it?
>
> The first thing I would try is to install the inn SRPM from either
> the latest CentOS 5 or Fedora 14 and try rebuilding it:
>
> Either:
> # rpm -ivh inn-2.4.3-9.el5.src.rpm
> Or:
> # rpm -ivh inn-2.5.2-4.fc14.src.rpm
> Then:
> # cd /usr/src/redhat/SPECS
> # rpmbuild -ba inn.spec
>
> Then the RPM should be in /usr/src/redhat/RPMS/i386

For the record, you shouldn't build as root. Instead follow these 
instructions:
http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment

Also, if you're not changing the SRPM you can simply rpmbuild --rebuild .