Re: cc: language depend not recognized

2002-08-02 Thread Jonathan Leffler
Aruneesh Salhotra wrote: > Finding help for a particular problem on solaris box, on which started > working on few days back. Basically i am trying to build a perl module > for BerkeleyDB on solaris. It works on cygwin i have for windows. > > On solaris, it complained about cc: optional langua

Mod_Perl and DBI Problem Revised

2002-08-02 Thread Soheil Shaghaghi
Hello everone, I was running Peerl 5.6.0, Apache 1.3.4, and mod_perl 1.27 on a FreeBSD server. I upgraded to Perl 5.6.1, and since then I have been having a few problems with DBI: 1. If I add mod_perl to a site, the httpd server will not start. PerlModule Apache::Registry

Mod_Perl and DBI

2002-08-02 Thread Soheil Shaghaghi
Hello everone, I was running Peerl 5.6.0, Apache 1.3.4, and mod_perl 1.27 on a FreeBSD server. I upgraded to Perl 5.6.1, and since then I have been having a few problems with DBI: 1. If I add mod_perl to a site, the httpd server will not start. PerlModule Apache::Registry

Re: Oracle::OCI

2002-08-02 Thread Tim Bunce
On Fri, Aug 02, 2002 at 10:24:19AM -0500, Timothy Knox wrote: > Tim, > > I have recently been forced to do some Oracle OCI work for my employer, > and I have been doing it in C. However, for testing, prototyping, and > one offs, I'd just as soon use Perl. What is the status of your module? I've

cc: language depend not recognized

2002-08-02 Thread Aruneesh Salhotra
Hi, Finding help for a particular problem on solaris box, on which started working on few days back. Basically i am trying to build a perl module for BerkeleyDB on solaris. It works on cygwin i have for windows. On solaris, it complained about cc: optional language software package not instal

Oracle::OCI

2002-08-02 Thread Timothy Knox
Tim, I have recently been forced to do some Oracle OCI work for my employer, and I have been doing it in C. However, for testing, prototyping, and one offs, I'd just as soon use Perl. What is the status of your module? Thanks. -- Timothy Knox The Chicago Cubs tragic n

Accessing the BASIS dataserver with the DBI

2002-08-02 Thread Moritz von Schweinitz
good morning, everybody. does anybody have any experience with connecting to this BASIS DataServer thingy? I have a server here running BASIS visualPro/5 with that dataserver (even though nobody seems to know what exactly the dataserver's supposed to be good for, since they're doing it all vi

RE: oracle access w/o local db [solution?]

2002-08-02 Thread Kipp, James
Are you able to install the Oracle client on the local system? > -Original Message- > From: Paul [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 02, 2002 9:40 AM > To: [EMAIL PROTECTED] > Subject: oracle access w/o local db [solution?] > > > I recently posted to this list a question:

oracle access w/o local db [solution?]

2002-08-02 Thread Paul
I recently posted to this list a question: to paraphrase, how could I access a remote Oracle DB if I can't install Oracle on the local system? The Oracle website wasn't very helpful about this, apparently assuming you'd always install the entire DB, though I may have merely missed the correct lin

Re: Oraperl.pm and Perl 5.8.0 for Solaris/SPARC

2002-08-02 Thread Tim Bunce
Thanks. Tim. On Fri, Aug 02, 2002 at 12:33:35PM +1100, Ilya V.Rachkov wrote: > Hello! > I has install DBD::Oracle 1.12 on my Sparc with Perl 5.8.0 and I got > warning message when I has run my own script > > dump() better written as CORE::dump() at > /usr/local/lib/perl5/site_perl/5.8.0/s

Oraperl.pm and Perl 5.8.0 for Solaris/SPARC

2002-08-02 Thread Ilya V.Rachkov
Hello! I has install DBD::Oracle 1.12 on my Sparc with Perl 5.8.0 and I got warning message when I has run my own script dump() better written as CORE::dump() at /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/Oraperl.pm line 80. I replace dump; on CORE::dump; and it working. best reg

Re: sql output from dbi as an xml file

2002-08-02 Thread David Dooling
On Wed, 31 Jul 2002 14:54:59 -0400 Kairam, Raj wrote: > How can I ouput sql query results as xml ? The easiest way is probably using XML::Generator::DBI. The docs have a very simple example. > Is there something like xsql to use on the command line or put in a > perl program that currently conn