On Thu, Oct 25, 2001 at 05:35:41AM -0000, p j j wrote:
> 
> Hi,
>   I am trying to call the DBI routines of perl from a C-program. Like this
> 
> eval_pv("use DBI;my $dbh = 
>DBI->connect('DBI:Oracle:mydatabase','scott','tiger')",TRUE);
> 
>       It gives the following error while executing (compilation successful)
> 
> Error:
> 
> ...
> Can't load module DBI, dynamic loading not available in this perl.
>   (You may need to build a new perl executable which either supports
>   dynamic loading or has the DBI module statically linked into it.)

Ah, brings back memorie... I added that message to perl :)

>      How to make a new perl executable supporting dynamic loading or link DBI module 
>statically.

Ask on [EMAIL PROTECTED] if you need more help *AFTER* reading
the INSTALL file in the perl source directory and trying out what it says.

This isn't a DBI question.

Tim.

Reply via email to