Why db ping doesn't work anymore

2002-05-28 Thread Frank Wu
Hello everyone, I've a perl application, open $dbh and keep it. Here is how i open $dbh, using DBI,DBD::ODBC, and openlink UDBC if ( defined ( $dbh ) && $dbh-ping() ) { #still connected return $dbh; } elsif ( defined ( $dbh ) ) { #

DBD::Oracle 1.12 Install on Redhat Linux - gcc Error: Rest of line ignored

2002-05-28 Thread Kenny Smith
Folks, I'm stuck installing DBD::1.12 on Redhat Linux Error: 2.4.7-10 During the compile, I get these errors: gcc -c -I/oracle/ora817/rdbms/demo -I/oracle/ora817/rdbms/public -I/oracle/ora817/plsql/public -I/oracle/ora817/network/public -I/oracle/ora817/rdbms/demo -I/oracle/ora817/rdbms/demo -I

DBD::Oracle 1.06 Segmentation fault with cursor binding

2002-05-28 Thread Aldo Letellier
Executing a statement to return a cursor throws Segmentation fault, code below... ( same code in a linux box works fine ) environment: SunOS 5.6 Generic_105181-26 sun4u sparc SUNW,Ultra-2 Perl 5.6 Oracle Client 8.1.6 Any feedback will be deeply appreciated Thanks, Aldo Letellier use D

DBD::Oracle 1.06 Segmentation fault with cursor binding

2002-05-28 Thread Aldo Letellier
Executing a statement to return a cursor throws Segmentation fault, code below... Any feedback will be deeply appreciated Thanks, Aldo Letellier use DBI; use DBD::Oracle qw(:ora_types); print 'DBD version ', $DBD::Oracle::VERSION, "\n"; print 'DBI version ', $DBI::VERSION, "\n"; my $dbh = DBI

RE: DBI on Mac OSX?

2002-05-28 Thread Nelson Goforth
You probably need the "Developer Tools" disk for your system. This came initially with OS X 10.1 but was not installed. The Developer Tools disk contains a number of utilities, such as the C compiler, that you'll need in installing some Unix software. The upgrades to 10.1 did not include the

RE: DBI on Mac OSX?

2002-05-28 Thread Stephen Keller
Hi Patrick: You wrote: > I've been looking around, and it appears as though you succeeded > because of two factors in your favor, which are not in mine: > > 1) You probably know what you're doing already Man do I wish that were true! I just stumble around in the dark until I stub my toe on

RE: DBI on Mac OSX?

2002-05-28 Thread Paul DuBois
At 10:03 -0500 5/28/02, Patrick Burke wrote: >Hi, > >Thanks for the reply. > >I've been looking around, and it appears as though you succeeded >because of two factors in your favor, which are not in mine: > >1) You probably know what you're doing already >2) You're not using an iBook. > >The CPAN

RE: DBI on Mac OSX?

2002-05-28 Thread Patrick Burke
Hi, Thanks for the reply. I've been looking around, and it appears as though you succeeded because of two factors in your favor, which are not in mine: 1) You probably know what you're doing already 2) You're not using an iBook. The CPAN modules look for that file, "/System/Library/Perl/darw

ANNOUNCE -- CGI::Application 2.4

2002-05-28 Thread Jesse Erlbaum
Version 2.4 of CGI::Application is now available via CPAN! Download site for CGI::Application: http://www.cpan.org/authors/id/J/JE/JERLBAUM/ CHANGES SINCE VERSION 2.1: - Added new module CGI::Application::Mailform as both an example of how to use CGI::Application and a useful (albeit si

RE: install a module on WINDOWS

2002-05-28 Thread Sterin, Ilya
You must have the nmake utility that comes with Visual C++ in order to do this on windows, as ActivePerl is compiled with it. perl Makefile.PL nmake nmake test nmake install Also, I'd recommend just installing the ppm. In command prompt say... ppm install http://www.xmlproj.com/PPM/DBI.ppd Il

Oracle connection problems fixed!

2002-05-28 Thread Maarten Stolte
Hello, in a sort of reply to my earlier mail, i fixed the public.pm, by loading Apache::DBI instead of DBI, and by reusing the DBH. Thanks goes to Geoff and the rest of #modperl. The code will be released in a very alpha-ish release later this week. Maarten

ANNOUNCE: DBD-Unify-0.24

2002-05-28 Thread H.Merijn Brand
The uploaded file DBD-Unify-0.24.tgz has entered CPAN as file: $CPAN/authors/id/H/HM/HMBRAND/DBD-Unify-0.24.tgz size: 31432 bytes md5: d26584688e74aec653e3b3d0afce89b4 No action is required on your part Request entered by: HMBRAND (H. Merijn Brand) Request entered on: Tue, 28 May 20

Re: DBI-1.23

2002-05-28 Thread Roland Lammel
I suggest installing the GNU Binutils, if you have gcc >= 3, as the default as from Solaris does not suffice for gcc 3.0.3 (which comes with solaris 2.8) Take a look at the FAQ at http://xmlproj.dyndns.org/dbi/faq.html Regards +rl Poremov Mikle wrote: >Hello. >If you are not very busy, pleas

Oracle connections failing after some time

2002-05-28 Thread Maarten Stolte
Hello, I've spent the last few weeks hacking on DAD, a bannermanagement software for modperl/Mysql, and have mostly converted it to Oracle. This has been quite hard, since the code was very MySQL specific, but I seem to have nearly finished the important parts. There is however some weird probl

Re: module test fest

2002-05-28 Thread Lupe Christoph
On Tuesday, 2002-05-28 at 04:33:26 +0300, Jarkko Hietaniemi wrote: > Before taking the RC1 leap I would appreciate if people tried > installing (bleadperl and) these modules. Not necessarily all of them: > libwin32, obviously, is a bit non-portable; installing mod_perl > may not be your cup of t

DBI-1.23

2002-05-28 Thread Poremov Mikle
Hello. If you are not very busy, please help my. During installation of packet DBI-1.23 I had some problems. This is a complete log of build: /usr/local/bin/perl Makefile.PL *** Note: The optional PlRPC-modules (RPC::PlServer etc) are not installed. If you want to use the DBD::Proxy dri

install a module on WINDOWS

2002-05-28 Thread sidi MOHAMED CHEINE
Hello, I have try to install module DBI version 1.21 pennies Windows NT, I launch Perl Makefile.pl, the Makefile file is correctly genere, but while launching make, I have the following error : Makefile:903:*** missing sparator .stop Ps: my compilator is gcc version 2.95.2. Thanks for your help

Re: AnyData-Patch

2002-05-28 Thread Bart Lateur
On Wed, 22 May 2002 19:27:02 +0200, Wolfgang Weisselberg wrote: >BTW, I think zpack could be done better by copying the original >to .bak, generate a new DB .new (as done in zpack) and then >atomically rename .new to be the database. But currently I lack >the time for a patch for that. :-/ (Get