Link to home
Start Free TrialLog in
Avatar of ronan_40060
ronan_40060Flag for United States of America

asked on

Does ActivePerl come with DBI inbuilt?

Hello everyone
Thanks for the help, I have been getting from you all.
I have a small doubt and that is , Does ActiveState Perl come with DBI preinstalled ????
if yes then I only need to download DBD::oracle
I have been using Perl 5.8.2 and to establish a connection betwenn Perl and oracle I tried downloading DBD::Oracle but I got an error message like

Error: No Valid reposatories
Error: 500 cant connect to ppm.activestate.com:80<connect: unknown error>

what kind of error is this ?
Any help is gretly appriciated
Thanks in an advanced
Ronan
 

Avatar of jmcg
jmcg
Flag of United States of America image

Are you behind a firewall? Do you have a proxy that you must go through to get access to the web? The ppm application may need to be told about your proxies before it will be able to access the package repositories.
Avatar of ronan_40060

ASKER

Thanks for the reply sohow do I make ppm module understand my Proxy ?
pls let me know
Thanks for the reply sohow do I make ppm module understand my Proxy ?
pls let me know
Did you get your proxy set up so it allowed PPM to access the repositories?
I installed it without using Proxy setting
Thanks for the help
Now im trying to run Perl scrips thr apache with DBD and DBI modules installed
do u have any idea about how to run perl scripts on  web server
I put my scripts in C:\Apache\apache2\cgi-bin\ view.pl
when I run it from http://127.0.0.1/cgi-bin/viw.pl I get an internal Server error message and in Apache log I get a message like
[error] [client 127.0.0.1] (9)Bad file descriptor: don't know how to spawn child process: C:/Apache/Apache2/cgi-bin/view.pl
pls let me know what u think
Regards
Amit
ASKER CERTIFIED SOLUTION
Avatar of jmcg
jmcg
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial