I'm going to try that.  I think I have MSVC 6.0 with no Service Packs installed.

What are the problems with higher Service Packs?

Can it compile under the Visual Studio NET version of VC?


Thanks for the info.  I'll let you know the status....

Regards,

Rick


-----Original Message-----
From: jurlwin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 22, 2003 6:14 PM
To: Richard M. Michaud; dbi-users
Cc: jurlwin
Subject: RE: Signal SEGV on Windows 2000


> 
> I installed the DBI and DBD::Oracle modules on a server by 
> copying all the 
> required files from my workstation.  I had originally used 
> the files that I had 
> pulled from ActiveState via ppm.  When I encountered issues 
> (DBD::Oracle is old 
> on ActiveState), I downloaded the latest from CPAN and 
> compiled it manually 
> with nmake.
> 
> I can connect to the database and issue request through 
> dbish, but when I try 
> to execute fetchrow_hashref in the script, it just quits 
> without any error 
> message.  I found out that I  am geting a Signal SEGV on NT 
> through the Perl 
> debugger. 
> 
> I couldn't find anything meaningful with DBI tracing on, but 
> can supply a trace 
> dump if necessary.
> 
> Note that I am using Oracle 9.2.0.1 on Windows 2000 Server.

You didn't mention it, but:
        Are you using MSVC 6.0 SP3 to compile?

If you are using a different compiler or even SP4 (or above), you will
have significant problems.

You need to backup to SP3 or use pre-compiled modules which were
compiled with the correct compiler.

Jeff


Reply via email to