2007/10/4, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> 2. When I use the query command: select * from Lengths where Taxon_ID
> =1
> It gives the following:
> 18-1-16
> 23-1-17
> 23-1-15
> 23-1-14
> 24-1-15
> Segmentation fault
> 3. When I use the query command: select * from Lengths where
> Sample_I
That should be: PERL_DL_NONLAZY=1
(fat fingers or a slow brain, quite possibly both, cause me to make those
kinds of mistakes)
On 10/5/07, Rob Coops <[EMAIL PROTECTED]> wrote:
>
> Here is one solution that seems to work for me.
>
> Set the following environment variable: PERL_DL_NOnLAZY=1
>
> Th