Re: ct_con_alloc problem

2003-08-29 Thread Michael Peppler
On Thu, 28 Aug 2003 15:16:13 -0400, Hoy, Johnny - eSpeed wrote: Hi, What could be the possible causes for the following error? Any info would be greatly appreciated. Thanks, John OpenClient message: LAYER = (7) ORIGIN = (2) SEVERITY = (6) NUMBER = (6) Message String:

DBD::mysql make test failure - /tmp/mysql.sock

2003-08-29 Thread Ron Ih
Hello, I am trying to install the DBD::mysql driver on my system, but the make test keeps failing. My system: AMD Duron 1.1GHz RedHat 9 Linux MySQL 4.0.14 (installed by rpm and working OK) DBI-1.38 (installed OK) I have tried editing the /etc/my.cnf file which is shown below: [client]

Re: using dbi module

2003-08-29 Thread Michael A Chase
On Thu, 28 Aug 2003 13:37:21 +0200 [EMAIL PROTECTED] wrote: How am i supported by dbi? am i right suggesting, that the following scenario abstracts what it can do (also): Primary sort is through this mail list. There are also fine manuals available, see

Re: DBD::mysql make test failure - /tmp/mysql.sock

2003-08-29 Thread Dan Rowles
You've got two choices :) 1) Create a symlink in /tmp (man ln) 2) Supply the socket as an argument to the DBI-connect method, using:- DBI-connect(DBD:mysql:dbname;mysql_socket=/path/to/mysql.sock,user,pass); perldoc DBD::mysql should give you all the answers you need. Hope this helps, Dan

Re: DBD::mysql make test failure - /tmp/mysql.sock

2003-08-29 Thread Hardy Merrill
Dan Rowles [EMAIL PROTECTED] wrote: You've got two choices :) 1) Create a symlink in /tmp (man ln) 2) Supply the socket as an argument to the DBI-connect method, using:- DBI-connect(DBD:mysql:dbname;mysql_socket=/path/to/mysql.sock,user,pass); One more option would be to install the

install DBI

2003-08-29 Thread Nelson Marisco
I am trying to install I modulate it DBI in mine schemes with Win-2000 system and apache 2.0.47 - PHP and Perl 5.0.8 but I am not having success. It will be that they can help me to decide this problem to it. Yours truly Nelson Marisco -- Universidade Federal de Mato Grosso do Sul - UFMS

ORACLE_HOME environment variable must be set

2003-08-29 Thread PerlDiscuss - Perl Newsgroups and mailing lists
I am getting this error: ORACLE_HOME environment variable must be set but when I type: echo $ORACLE_HOME I get: /opt/oracle/product/9.2.0 Seems the ORACLE_HOME is set. I have Oracle 9i R2 installed on Redhat9 Can anyone help with this error?

DBD::Oracle-1.14 (Linux RedHat9 Oracle9iAS Perl5.8.0) problems

2003-08-29 Thread Dmitriy Kovalev
Hi, I got a problem with 'perl Makefile.PL' 'make make test' commands: perl MakeFile.PL: ...Argument 8.107.0.0 isn't numeric in numeric ge (=) at Makefile.PL line 669... make: .../tmp/ccuDdPOx.s:6520: Error: Unknown pseudo-op: `.loc' /tmp/ccuDdPOx.s:6520: Error: Unknown pseudo-op:

Re: DBD::mysql make test failure - /tmp/mysql.sock

2003-08-29 Thread Keith Keller
On Thu, Aug 28, 2003 at 09:06:59PM -0700, Ron Ih wrote: I have tried editing the /etc/my.cnf file which is shown below: [client] port=3306 socket=/var/lib/mysql/mysql.sock [mysqld] port=3306 socket=/var/lib/mysql/mysql.sock set-variable = key_buffer_size=16M [snip] However, the

Re: ORACLE_HOME environment variable must be set

2003-08-29 Thread Matthew . Persico
Is it exported? Try this real quick at the command line foo=6 bar=9 export bar perl -e 'print qq(foo is $ENV{foo}, bar is $ENV{bar})' See the difference? Now try perl -e 'print qq(ORACLE_HOMEis $ENV{ORACLE_HOME})' If you don't get a value, make sure you export ORACLE_HOME before you build.

Problems with Oracle::DBD, Red Hat 9, Oracle 8.1.7

2003-08-29 Thread Peter Fleck
We are having a terrible time trying to connect from a Linux server to an Oracle database on a Solaris 7 server. I'd first like to confirm that someone has been able to get the following items to work together. Red Hat Linux 9 Apache 2.0.40 Perl 5.8 DBD-Oracle-1.14 perl-DBI-1.32-5

DBI verion mismatch

2003-08-29 Thread Bill Hamilton
GlacierMy Perl programs now issue the following message: DBI object version 1.37 does not match $DBI::VERSION 1.28 at C:/perl/lib/DynaLoader.pm line 22 BEGIN failed--compilation aborted at DBI.pm line 236. Compilation failed in require at execsql.plx line 10. BEGIN failed--compilation aborted

DBI: Insert Cursors

2003-08-29 Thread Konigsberg, Jay
Or, perhaps I should have said a _lack_ of Insert Update cursors in the DBI. This is one item I really miss when working with this package. I'm wondering is anyone has come up with a solution? As many are already aware, just turning AutoCommit off and committing every n rows just doesn't do

Re: ORACLE_HOME environment variable must be set

2003-08-29 Thread Kevin Spencer
PerlDiscuss - Perl Newsgroups and mailing lists wrote: I am getting this error: ORACLE_HOME environment variable must be set but when I type: echo $ORACLE_HOME I get: /opt/oracle/product/9.2.0 Just out of curiosity, what do you get when running 'env | grep ORACLE_HOME'? If ORACLE_HOME shows

Re: Problems with Oracle::DBD, Red Hat 9, Oracle 8.1.7

2003-08-29 Thread Thomas A. Lowery
On Fri, Aug 29, 2003 at 12:16:35PM -0500, Peter Fleck wrote: We seem to get an attempt to connect to the database but then this error: Database connection not made: OR A-06401: NETCMN: invalid driver designator (DBD ERROR: OCIServerAttach) at /var/www/cgi-bin/pftester.cgi line 27. at

Oracle 9i Lite and DBD::Oracle problems

2003-08-29 Thread Brent LaVelle
After some time I got Oracle 9i Lite on my Redhat9 (downloaded .iso images) machine. I can use sqlplus to connect to an off-machine database and get data. However I cannot find the Pro*C package in the installer so I can get DBD::Oracle built. I read the README, README.help, and README.clients.