Tony Mountifield wrote:
In article1303912604.9834.12.camel@reylinux.saf.com, Reynolds McClatcheyrey@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_...
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 .