00001 00285 /* @section faqRunning Running (obsolete) 00286 @subsection faqRunning1 On connecting to the datasource ... 00287 ... I get the following error-message: 00288 <EM>'/usr/lib/libmyodbc.so.2' : /usr/lib/libmyodbc.so.2: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference</EM>. 00289 00290 The odbc-library was probably compiled in a different environment. Set 00291 the environment-variable <EM>LD_ASSUME_KERNEL</EM> and start 00292 <B>anyMeal</B> from the command-line: 00293 \verbatim 00294 export LD_ASSUME_KERNEL=2.4.1 00295 anyMeal 00296 \endverbatim 00297 I know that this is unpleasant, but this is not the only project 00298 encountering this problem! */ 00299 00300 /* 00301 To only filter the CTRL-LF-sequences, there's another possibility: 00302 \verbatim 00303 sed -e "s/^M//" filename > newfilename 00304 \endverbatim 00305 To enter <EM>^M</EM>, type CTRL-V, then CTRL-M. That is, hold down the 00306 CTRL key, then press V and M in succession. 00307 00308 */