473,412 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Not able to install Bundle::DBI on windows machine

shrek123
Hi,
I am trying to install DBI bundle on my windows machine.
It is giving me following error while i am running Makefile.pl.

####################Error######################### ##########

*** You are using a perl configured with threading enabled.
*** You should be aware that using multiple threads is
*** not recommended for production environments.

*** Note:
The optional PlRPC-modules (RPC::PlServer etc) are not installed.
If you want to use the DBD::Proxy driver and DBI::ProxyServer
modules, then you'll need to install the RPC::PlServer, RPC::PlClie
Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you
You can install them any time after installing the DBI.
You do *not* need these modules for typical DBI usage.

Optional modules are available from any CPAN mirror, in particular
http://search.cpan.org/
http://www.perl.com/CPAN/modules/by-module
http://www.perl.org/CPAN/modules/by-module
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module

*** You're using Microsoft Visual C++ compiler or similar but
the LIB and INCLUDE environment variables are not both set.

You need to run the VCVARS32.BAT batch file that was supplied
with the compiler before you can use it.

A copy of vcvars32.bat can typically be found in the following
directories under your Visual Studio install directory:
Visual C++ 6.0: vc98\bin
Visual Studio .NET: vc7\bin

Find it, run it, then retry this.

If you think this error is not correct then just set the LIB and
INCLUDE environment variables to some value to disable the check.
################################################## ###############

Please let me know, what I need to do.
I didn't have visual c++ or vsual studio installed on my machine.

Thanks for looking into the issue.
Dec 6 '07 #1
3 3109
numberwhun
3,509 Expert Mod 2GB
Hi,
I am trying to install DBI bundle on my windows machine.
It is giving me following error while i am running Makefile.pl.

####################Error######################### ##########

*** You are using a perl configured with threading enabled.
*** You should be aware that using multiple threads is
*** not recommended for production environments.

*** Note:
The optional PlRPC-modules (RPC::PlServer etc) are not installed.
If you want to use the DBD::Proxy driver and DBI::ProxyServer
modules, then you'll need to install the RPC::PlServer, RPC::PlClie
Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you
You can install them any time after installing the DBI.
You do *not* need these modules for typical DBI usage.

Optional modules are available from any CPAN mirror, in particular
http://search.cpan.org/
http://www.perl.com/CPAN/modules/by-module
http://www.perl.org/CPAN/modules/by-module
ftp://ftp.funet.fi/pub/languages/per...ules/by-module

*** You're using Microsoft Visual C++ compiler or similar but
the LIB and INCLUDE environment variables are not both set.

You need to run the VCVARS32.BAT batch file that was supplied
with the compiler before you can use it.

A copy of vcvars32.bat can typically be found in the following
directories under your Visual Studio install directory:
Visual C++ 6.0: vc98\bin
Visual Studio .NET: vc7\bin

Find it, run it, then retry this.

If you think this error is not correct then just set the LIB and
INCLUDE environment variables to some value to disable the check.
################################################## ###############

Please let me know, what I need to do.
I didn't have visual c++ or vsual studio installed on my machine.

Thanks for looking into the issue.
Well, sometimes you can never tell what Micro$oft puts in their software. Out of curiosity, did you search and see if you could find the mentioned file, "VCVARS32.BAT"? If it is there, run it, then try re-running the installation.

BTW, what version of Perl on Windows are you using? Active State or Strawberry Perl? Just curious. I noticed you are actually building the modules from scratch. If you are using Active State, why not just install the Bundle::DBI from the PPM? It would be much easier. If you are using Strawberry Perl, you could use the standard CPAN interface to install the modules.



Regards,

Jeff
Dec 6 '07 #2
[quote=numberwhun]Well, sometimes you can never tell what Micro$oft puts in their software. Out of curiosity, did you search and see if you could find the mentioned file, "VCVARS32.BAT"? If it is there, run it, then try re-running the installation./QUOTE]

I didn't find "VCVARS32.BAT" anywhere on my machine. (strange)

BTW, what version of Perl on Windows are you using? Active State or Strawberry Perl? Just curious. I noticed you are actually building the modules from scratch. If you are using Active State, why not just install the Bundle::DBI from the PPM? It would be much easier. If you are using Strawberry Perl, you could use the standard CPAN interface to install the modules.
I have Active state perl installed on my machine.I tried ppm but with failure :(



Regards,

Jeff[/
Dec 7 '07 #3
numberwhun
3,509 Expert Mod 2GB
What were the errors when you tried to install via PPM?
Dec 7 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: James Hull | last post by:
Hi All: I am new in the Perl world. So far I have installed cygwin and Perl 5.8.0 along with Perl DBI and DBD::Oracle modules. NowI am trying to install Perl Tk on my PC (Windows 2K). I have...
0
by: Marina | last post by:
Hi, The windows service has reference to some custom DLL's, which are located in "subfolder/anotherfolder" relative to the service exe. There is a configuration file for the .exe which...
1
by: csheng | last post by:
I have a application to deliver now, and I am stuck. I developed a windows service, and I use intallutil to install. It works fine in development machine, when I copy the file to a windows 2003...
2
by: Shani | last post by:
Could someone suggest me as to how to install an Windows Service in C#? I do not want to use InstallUtil as I need to pass a parameter, which is not possible. I do not want to use write an...
3
by: Jeremy S. | last post by:
On my dev machine (XP/Pro with VS.NET 2003) I have been developing a Windows Service and installing it on the local machine by opening the Visual Studio Command Prompt and then executing . Now I...
1
by: bluesteel | last post by:
Hi everyone! Ok, i will provide all the important details: 1) I have a laptop and i want to reinstall windows 2) I do not install windows using a windows cd, it's a dvd that came with the...
7
amitpatel66
by: amitpatel66 | last post by:
Hi, I have formatted my C: drive in which WIN98 was installed. I have a bootable floppy and I booted my machine using this floppy. When I run SETUP (EXE) from WINXP CD, it says: "The SETUP...
2
by: =?Utf-8?B?TG9yZW4=?= | last post by:
I have a brand new Dell computer right out of the box. It was purchased with Windows Vista Basic. I have also separately purchased Windows Vista Ultimate and I want to install it on this new...
5
hsriat
by: hsriat | last post by:
Is it possible that I install windows XP home from one CD (original one) and use genuine key code to activate it which actually didn't come with the same CD, but another one?
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.