Re: osql error
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Apr 13, 2010 at 05:11:56PM -0700, Lee Hughes wrote: > > osql: error: no potential directory strings in "/usr/local/bin/isql" > isql strings are: > + /lib/ld-linux.so.2 The current version of osql does not produce that error. Instead of grepping the strings in the binary to decide which directories to check, it uses ldd(1). It's just a Bourne shell script. Download it from CVS or extract it from the nightly tarball, and overwrite your installed copy. I want osql to be a good diagnostic tool. If it doesn't work for you, I'd like to fix it so it does. --jkl