problem with installing dbi module

2007-02-10 Thread Jai chandru
iam using pxperl 5.8.1 on windows and when i tried to install following error 
was reported .
  nmake
  gcc cannot be recoganised as a internal command.
  fatal error...
   
  plese help me


-
 Here’s a new way to find what you're looking for - Yahoo! Answers 

Re: problem with installing dbi module

2007-02-10 Thread Jonathan Leffler

On 2/9/07, Jai chandru [EMAIL PROTECTED] wrote:


iam using pxperl 5.8.1 on windows and when i tried to install following
error was reported .
  nmake
  gcc cannot be recoganised as a internal command.
  fatal error...




Why Perl 5.8.1?  Use 5.8.8!

It appears that your Perl was built with GCC but you don't have GCC on your
machine.

Install GCC - and then the fun continues...

--
Jonathan Leffler [EMAIL PROTECTED]  #include disclaimer.h
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
I don't suffer from insanity - I enjoy every minute of it.


Re: problem with installing dbi module

2007-02-10 Thread Bart Lateur
On Sat, 10 Feb 2007 05:30:40 + (GMT), Jai chandru wrote:

iam using pxperl 5.8.1 on windows and when i tried to install following error 
was reported .
  nmake
  gcc cannot be recoganised as a internal command.
  fatal error...

PXPerl works well with MinGW, Minimalist GNU for Windows, which is GCC
+ tools. You should install that. You can start by getting and running
the installer from
http://prdownloads.sf.net/mingw/MinGW-5.0.2.exe?download, which will
fetch and install everything else for you.

-- 
Bart.


Problem While Installing DBI module

2001-06-19 Thread Monika Sharma

WE are having a problem in the installation of DBI module  DBI-1.18
ON :
detail of platform sun solaris 2.8 version. 

the error that is coming is that the module is unable to search perl.o

pl. let us know weather the perl.o is part of default installation or weather
we have to download it separately


the details are as under :


THIS IS HOW THE LISTING FOR THE INSTALLATION WAS IN THE README :

 perl Makefile.PL
make
make test
make install



I MADE THE MAKEFILE :

$ perl Makefile.PL
*** 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::PlClient,
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://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

Checking if your kit is complete...
Looks good
Writing Makefile for DBI

Remember to actually *read* the README file!
Use  'make' to build the software (dmake or nmake on Windows).
Then 'make test' to execute self tests.
Then 'make install' to install the DBI and then delete this working
directory before unpacking and building any DBD::* drivers.


THEN THE MAKE COMMAND RESULTED IN AN ERROR:

$ /usr/ccs/bin/make
cc -c   -xO3 -xdepend -DVERSION=\1.18\  -DXS_VERSION=\1.18\ -KPIC -I
/usr
/perl5/5.00503/sun4-solaris/CORE -DDBI_NO_THREADS Perl.c
/usr/ucb/cc:  language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `Perl.o'






Re: Problem While Installing DBI module

2001-06-19 Thread Michael A. Chase

The problem is exactly what it says: language optional software package not
installed
.  You appear to be using a pre-built perl binary that was created using
/usr/ucb/cc which you have not installed in this host.

You need to either install the optional C compiler or install gcc and build
perl yourself.  I generally prefer the second option because then I _know_
everything needed on the Perl side is present when I build modules.
--
Mac :})
** I normally forward private database questions to the DBI mail lists. **
Give a hobbit a fish and he'll eat fish for a day.
Give a hobbit a ring and he'll eat fish for an age.
- Original Message -
From: Monika Sharma [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 20, 2001 04:13
Subject: Problem While Installing DBI module


WE are having a problem in the installation of DBI module  DBI-1.18
ON :
detail of platform sun solaris 2.8 version.

the error that is coming is that the module is unable to search perl.o

pl. let us know weather the perl.o is part of default installation or
weather
we have to download it separately


the details are as under :


THIS IS HOW THE LISTING FOR THE INSTALLATION WAS IN THE README :

 perl Makefile.PL
make
make test
make install



I MADE THE MAKEFILE :

$ perl Makefile.PL
*** 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::PlClient,
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://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

Checking if your kit is complete...
Looks good
Writing Makefile for DBI

Remember to actually *read* the README file!
Use  'make' to build the software (dmake or nmake on Windows).
Then 'make test' to execute self tests.
Then 'make install' to install the DBI and then delete this working
directory before unpacking and building any DBD::* drivers.


THEN THE MAKE COMMAND RESULTED IN AN ERROR:

$ /usr/ccs/bin/make
cc -c   -xO3 -xdepend -DVERSION=\1.18\  -DXS_VERSION=\1.18\ -KPIC -I
/usr
/perl5/5.00503/sun4-solaris/CORE -DDBI_NO_THREADS Perl.c
/usr/ucb/cc:  language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `Perl.o'








Re: Problem While Installing DBI module

2001-06-19 Thread Michael A. Chase

Then unless you can get pre-built copies of DBI and the necessary DBD
modules from the same source you got Perl from, you won't be able to use
DBI.

__Someone__ has to use a C compiler to build DBI and most of the DBD
modules.

I am not your private consultant.  Please reply to the dbi-users list.
--
Mac :})
** I normally forward private database questions to the DBI mail lists. **
Give a hobbit a fish and he'll eat fish for a day.
Give a hobbit a ring and he'll eat fish for an age.
- Original Message -
From: Monika Sharma [EMAIL PROTECTED]
To: Michael A. Chase [EMAIL PROTECTED]
Sent: Wednesday, June 20, 2001 04:36
Subject: Re: Problem While Installing DBI module


 thanks,
 but we don't wan't to install the additional (optional) packages. neither
do
 we want to change the default perl binary (our PL will not agree to it),

 could you please suggest any DBI module, that will work with the default
 installation.

 - Original Message -
 From: Michael A. Chase [EMAIL PROTECTED]
 To: Monika Sharma [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, June 19, 2001 4:21 PM
 Subject: Re: Problem While Installing DBI module


  The problem is exactly what it says: language optional software package
 not
  installed
  .  You appear to be using a pre-built perl binary that was created
using
  /usr/ucb/cc which you have not installed in this host.
 
  You need to either install the optional C compiler or install gcc and
 build
  perl yourself.  I generally prefer the second option because then I
_know_
  everything needed on the Perl side is present when I build modules.
  --
  Mac :})
  ** I normally forward private database questions to the DBI mail lists.
**
  Give a hobbit a fish and he'll eat fish for a day.
  Give a hobbit a ring and he'll eat fish for an age.
  - Original Message -
  From: Monika Sharma [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, June 20, 2001 04:13
  Subject: Problem While Installing DBI module
 
 
  WE are having a problem in the installation of DBI module  DBI-1.18
  ON :
  detail of platform sun solaris 2.8 version.
 
  the error that is coming is that the module is unable to search perl.o
 
  pl. let us know weather the perl.o is part of default installation or
  weather
  we have to download it separately
 
 
  the details are as under :
 
 
  THIS IS HOW THE LISTING FOR THE INSTALLATION WAS IN THE README :
 
   perl Makefile.PL
  make
  make test
  make install
 
 
 
  I MADE THE MAKEFILE :
 
  $ perl Makefile.PL
  *** 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::PlClient,
  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://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
 
  Checking if your kit is complete...
  Looks good
  Writing Makefile for DBI
 
  Remember to actually *read* the README file!
  Use  'make' to build the software (dmake or nmake on Windows).
  Then 'make test' to execute self tests.
  Then 'make install' to install the DBI and then delete this working
  directory before unpacking and building any DBD::* drivers.
 
 
  THEN THE MAKE COMMAND RESULTED IN AN ERROR:
 
  $ /usr/ccs/bin/make
 
 cc -c   -xO3 -xdepend -DVERSION=\1.18\  -DXS_VERSION=\1.18\ -KPIC
-I
  /usr
  /perl5/5.00503/sun4-solaris/CORE -DDBI_NO_THREADS Perl.c
  /usr/ucb/cc:  language optional software package not installed
  *** Error code 1
  make: Fatal error: Command failed for target `Perl.o'