RE: installing DBI on HPUX

2004-05-10 Thread NYIMI Jose (BMB)
-Original Message- From: Christian Stalp [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 2:51 PM To: NYIMI Jose (BMB) Cc: [EMAIL PROTECTED] Subject: Re: installing DBI on HPUX You either need the HP ANSI C compiler or GCC. Since you seem to use a perl which

Re: installing DBI on HPUX

2004-05-10 Thread Peter Scott
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Christian Stalp) writes: Hello, I allready installed gcc but the Makefile calls the HPUX-cc compiler. (CC = cc ) How can I tell the system to use the gcc instead of the cc? perl Makefile.PL CC=/usr/local/bin/gcc -- Peter Scott

RE: installing DBI on HPUX

2004-05-10 Thread NYIMI Jose (BMB)
-Original Message- From: Peter Scott [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 3:31 PM To: [EMAIL PROTECTED] Subject: Re: installing DBI on HPUX In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Christian Stalp) writes: Hello, I allready installed gcc

Re: installing DBI on HPUX

2004-05-10 Thread David Dorward
On 10 May 2004, at 11:44, Christian Stalp wrote: I just tried to install the DBI-module for Perl. Can't locate Test/More.pm After that the make dosn't work either! What can I do? Install Test::More first. (You might want to check out the CPAN module, which can be configured to auto-install

Re: installing DBI on HPUX

2004-05-10 Thread Christian Stalp
I tryed it at another way. I got an older version: DBI-1.21 because I still use perl 5.6 not 5.6.1! perl Makefile.pl works, all is fine. But now I get this: (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored. (Bundled) cc: warning 480: The -O option

RE: installing DBI on HPUX

2004-05-10 Thread NYIMI Jose (BMB)
-Original Message- From: Christian Stalp [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 12:44 PM To: [EMAIL PROTECTED] Subject: installing DBI on HPUX Hello together, I have a problem! I use a HP-PaRisc Server with HPUX 10.20 and I just tried to install the DBI-module

RE: installing DBI on HPUX

2004-05-10 Thread NYIMI Jose (BMB)
-Original Message- From: Christian Stalp [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 1:27 PM To: [EMAIL PROTECTED] Cc: David Dorward Subject: Re: installing DBI on HPUX I tryed it at another way. I got an older version: DBI-1.21 because I still use perl 5.6

Re: installing DBI on HPUX

2004-05-10 Thread Christian Stalp
You either need the HP ANSI C compiler or GCC. Since you seem to use a perl which was build using the HP ANSI C compiler it's easiest to install that compiler on the system you're trying to get DBI to work. However, you need to PAY for that compiler so you might want to switch to GCC. I'm

Re: Installing DBI

2004-03-09 Thread Wiggins d Anconia
Hi I am trying to install DBI on AIX 5. Perl is working great. I also had no problem installing PERL on my own windows laptop. I have found the DBI-1.41.tar.gz file and have successfully downloaded it. (I need to download it to windows and then transfer the file to unix because of network

Re: Installing DBI

2004-03-09 Thread Adam Jacobson
I thought about the binary vs. alpha option. Which is correct? - Original Message - From: Wiggins d Anconia [EMAIL PROTECTED] To: Adam Jacobson [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 5:35 PM Subject: Re: Installing DBI Hi I am trying to install DBI

Re: Installing DBI

2004-03-09 Thread Daniel T. Staal
--As of Tuesday, March 9, 2004 6:05 PM -0500, Adam Jacobson is alleged to have said: I thought about the binary vs. alpha option. Which is correct? --As for the rest, it is mine. Well, since you aren't transferring a plain text file, I would choose the binary option... Daniel T. Staal

Re: Installing DBI

2004-03-09 Thread Adam Jacobson
Thanks. I thought I checked this. it works now. - Original Message - From: Daniel T. Staal [EMAIL PROTECTED] To: Perl Beginners [EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 6:44 PM Subject: Re: Installing DBI --As of Tuesday, March 9, 2004 6:05 PM -0500, Adam Jacobson is alleged

RE: installing DBI

2002-10-10 Thread NYIMI Jose (BMB)
That's mainly because you are using Perl interpreter that has been installed with cc. One solution is to re-install your Perl using gcc (doesn't take much time ) then install DBI. José. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: installing DBI

2002-10-10 Thread NYIMI Jose (BMB)
This problem has been dicussed in the dbi-users maillist. Perl mail list database: http://lists.perl.org/ Search: http://groups.google.com/advanced_group_search Seach on gcc gives : http://groups.google.com/groups?as_q=gccsafe=imagesie=UTF-8oe=UTF-8as_ugroup=*dbi-userslr=hl=en José.