From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 17:58:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4444A1065678 for ; Wed, 10 Sep 2008 17:58:39 +0000 (UTC) (envelope-from freebsd_user@guice.ath.cx) Received: from guice.ath.cx (cpe-72-225-169-69.nyc.res.rr.com [72.225.169.69]) by mx1.freebsd.org (Postfix) with ESMTP id F322E8FC27 for ; Wed, 10 Sep 2008 17:58:38 +0000 (UTC) (envelope-from freebsd_user@guice.ath.cx) Received: from [192.168.1.3] (cpe-72-225-169-69.nyc.res.rr.com [72.225.169.69]) (authenticated bits=0) by guice.ath.cx (8.14.2/8.14.2) with ESMTP id m8AHviEm033091; Wed, 10 Sep 2008 13:57:45 -0400 (EDT) (envelope-from freebsd_user@guice.ath.cx) Message-ID: <48C80AB2.5040701@guice.ath.cx> Date: Wed, 10 Sep 2008 13:58:10 -0400 From: freebsd_user@guice.ath.cx User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Chris Hill , freebsd@edvax.de, freebsd-questions@freebsd.org References: <20080909184749.GA34613@WORKSTATION.guice.ath.cx> <20080910005004.968fcdd4.freebsd@edvax.de> <20080909190013.T46978@tripel.monochrome.org> In-Reply-To: <20080909190013.T46978@tripel.monochrome.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: kldxref: file isn't dynamically-linked^M -- TECRA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2008 17:58:39 -0000 Chris Hill wrote: > On Wed, 10 Sep 2008, Polytropon wrote: > > [snip] > >> I'm sure you noticed the Ctrl-M (^M) at the ends of each line. >> This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10). >> UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13 >> is the CR character which is equivalent to Ctrl-M, if I do >> remember correctly. > > Almost correctly. ASCII CR (Ctrl-M) is 0x0d, which is decimal 13; ASCII > LF (Ctrl-J or newline) is 0x0a, which is decimal 10. > > Sorry for the off-topic pedantry. > > -- > Chris Hill chris@monochrome.org > ** [ Busy Expunging <|> ] > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" While I do appreciate your efforts, both of you gentlemen did not address the issue at hand. I have found what was needed to either fix or work around the topic of discussion at this URL: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2007-10/msg00314.html Unfortunately for me, I'm not subscribed to nor did I search the other FreeBSD mail list for this particular issue as I don't run 'stable' or '-Current'. For anyone else reading this thread and/or bumping in to this problem, use the above URL or link to bring closure.