http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1688

           Summary: Bind needs a change to prevent a warning
           Product: Beyond LinuxFromScratch
           Version: a-SVN
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: BOOK
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]


Andrew Benton wrote:

>> When the named daemon is running it generates some annoying messages in
>> the logs such as
>> 
>> kernel: process `named' is using obsolete setsockopt SO_BSDCOMPAT
>> 
>> According to google, the solution is to comment out references to
>> SO_BSDCOMPAT in the BIND source. 

This is best accomplished with:

sed -i -e '247a #undef SO_BSDCOMPAT\n' lib/isc/unix/socket.c



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to