At 05:25 PM 12/28/00 -0600, Craig A. Berry wrote:
>At 6:14 PM -0500 12/28/00, Dan Sugalski wrote:
>>  Just set the environment variable PERL_DL_DEBUG to some integer--the 
>> larger it is the more data you get dumped out.
>
>Although Patrick incorrectly referred to it as PERL_DL_TRACE in his last 
>message, he did have it set correctly and posted the output.  It is in 
>fact finding INGRES.EXE, so the logical name problem doesn't seem to be 
>it.  It's finding version 6 of the file, which led to my previous question 
>about whether he was sure he was getting the shareable image he wanted and 
>that had been built against the same version of Perl he's testing with.

Well, damn. That's what I get for not reading carefully.

Anyway, just because the debugging messages say it's loading in 
ingres.exe;6 that doesn't mean that's what's getting loaded. 
LIB$FIND_IMAGE_SYMBOL does clever things for you, and might well be using 
an installed INGRES.EXE, or vectoring off an INGRES logical. (Though it's 
unlikely to be one from another version of perl)

Just out of curiosity, was the Ingres library the one that required IEEE 
floats rather than the default Alpha floats? I can't tell if that option 
was set for the main perl build. (Though I doubt it'd cause this error, you 
never know...)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to