<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Aug 12, 2008 at 9:31 AM, Mark Haney <span dir="ltr"><<a href="mailto:mhaney@ercbroadband.org">mhaney@ercbroadband.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">John Smith wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Do you mean build the source and install it overtop the RPM or do you mean<br>
uninstall the RPM then build and install from source...<br>
<br>
</blockquote>
<br></div>
Please, don't top post, it's hard to keep track of what I've said.<br>
<br>
No, it means get the latest source RPM for bind:<br>
<br>
<a href="http://download.fedora.redhat.com/pub/fedora/linux/updates/9/SRPMS/bind-9.5.0-33.P1.fc9.src.rpm" target="_blank">http://download.fedora.redhat.com/pub/fedora/linux/updates/9/SRPMS/bind-9.5.0-33.P1.fc9.src.rpm</a><br>

<br>
rpm -Uvh the source RPM.<br>
<br>
That should get you a setup in /usr/src/redhat/ for the build to a binary RPM.<br>
<br>
Then, cd to the specs directory and issue<br>
<br>
rpmbuild -bb bind.spec (or whatever the .spec filename is)<br>
<br>
And see if any dependencies need to be addressed.  Once the dependencies are done, you should be able to issue that command and get the updated RPM in /usr/src/redhat/RPMS/i386 (or whatever your arch is).<br>
<br>
Then you can install that RPM just like any other.<br>
<br>
This gets you an RPM managed version of BIND on your system.  Instead of compiling from a tarball.<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
<br>
<br>
-- <br>
Libenter homines id quod volunt credunt -- Caius Julius Caesar<br>
<br>
<br>
Mark Haney<br>
Sr. Systems Administrator<br>
ERC Broadband<br>
(828) 350-2415<br>
<br>
Call (866) ERC-7110 for after hours support<br>
<br>
-- <br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com" target="_blank">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
</div></div></blockquote></div><br><br>Thanks Mark<br></div>