Re: cannot install DBD::Pg

2006-08-01 Thread Fred Moyer
LLC wrote: > Hi List; > > I'm trying to install DBD::Pg on a RedHat EL4 (64bit) box. > > I used CPAN to install DBI > > then I downloaded DBD::Pg and ran the make. When I run make test I get this. > Any suggestions/help would be greatly appreciated... It's been a while since I've played wi

RE: Perl DBI Installation error

2006-08-01 Thread Reidy, Ron
BTW - 1.51 is the latest release. You might consider using that release. -Original Message- From: Reidy, Ron [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 1:03 PM To: Gautam Dutta; [EMAIL PROTECTED]; dbi-users@perl.org Subject: RE: Perl DBI Installation error 'gcc not found'

RE: Invalid authorization specification (SQL-28000)

2006-08-01 Thread Loo, Peter # PHX
Hi Martin, I don't have this utility odbconfig on my server. Is there anyway that I can output the list of all the .pm that the program is using when it runs? Peter Loo -Original Message- From: Martin J. Evans [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 11:38 AM To: DBI-U

RE: Perl DBI Installation error

2006-08-01 Thread Reidy, Ron
'gcc not found' is your problem. No gcc, no install. Read these docs: http://www.cpan.org/modules/INSTALL.html http://lso.gmu.edu/OSCR/howtoDBIonLinux.html -Original Message- From: Gautam Dutta [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 3:39 AM To: [EMAIL PROTECTED]; db

Perl DBI Installation error

2006-08-01 Thread Gautam Dutta
Dear All, I am facing problem in installing the Perl Database Interface (DBI-1.21). Pls. help out. The following log is as follows: perl Makefile.PL *** You are using a perl with experimental threading enabled! *** You should be aware that using multiple threads is unstable *** are

Re: Invalid authorization specification (SQL-28000)

2006-08-01 Thread Martin J. Evans
Loo, Peter # PHX wrote: Hi Martin, The only way that I know that unixODBC is involved is by the indication within the error message. As soon as I create a .odbc.ini file in my home directory, the program spits out the following error: DBI connect('INSTANCE','userid',...) failed: [unixODBC]Inva

RE: Invalid authorization specification (SQL-28000)

2006-08-01 Thread Loo, Peter # PHX
Hi Martin, The only way that I know that unixODBC is involved is by the indication within the error message. As soon as I create a .odbc.ini file in my home directory, the program spits out the following error: DBI connect('INSTANCE','userid',...) failed: [unixODBC]Invalid authorization specifi

Re: Invalid authorization specification (SQL-28000)

2006-08-01 Thread Martin J. Evans
Loo, Peter # PHX wrote: Hi Rob, It turns out that the IDs that would fail had an empty .odbc.ini file within their respective home directories. That in turn was overriding the file /usr/local/etc/odbc.ini. Once we removed the file from the home directories of each of the Unix IDs, the program

RE: Invalid authorization specification (SQL-28000)

2006-08-01 Thread Loo, Peter # PHX
Hi Rob, It turns out that the IDs that would fail had an empty .odbc.ini file within their respective home directories. That in turn was overriding the file /usr/local/etc/odbc.ini. Once we removed the file from the home directories of each of the Unix IDs, the program runs and successfully com

RE: Invalid authorization specification (SQL-28000)

2006-08-01 Thread Loo, Peter # PHX
Hi Rob, I had changed the password to an invalid password and now id that worked does not. I am sure that there is something within the id that is forcing the id to use authentication within the OS instead of what I am passing for the database connection. I am going to check with admins. Pet

DBI Ocassionally hangs

2006-08-01 Thread Stephen Carville
I'm having weird problem with DBI and DBD::Oracle and DBD::Sqlrelay. SQL statements that normally complete in milliseconds will suddenly hang until an alarm interrupts them. For example The following will get run about 20,000 times in a normal day: select count(*) from webuserparm where user

RE: Invalid authorization specification (SQL-28000)

2006-08-01 Thread Reidy, Ron
No, permissions on some file at the OS level. You never make it into the DB. -Original Message- From: Loo, Peter # PHX [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 3:46 PM To: Reidy, Ron; DBI-Users Subject: RE: Invalid authorization specification (SQL-28000) Do you mean in the