Re: Web hosting companies that offer Perl and MySQL or Postgres?

2005-11-30 Thread Randall Perry
andard" and > "Premium" packages both offer Perl and MySQL. > > Are there some web hosting companies that offer Perl and Postgres? We do: http://systame.com/html/macwebhosting/ -- Randall Perry sysTame Xserve Web Hosting/Co-location/Leasing QuickTime Streaming Mac Consulting/Sales http://www.systame.com/

DBD::Pg + SSL on Mac OS 10.3, undefined symbols

2003-11-28 Thread Randall Perry
instead of /sw? I'd appreciate any help with this. I'm about to just give up on SSL support in postgres -- this issue is holding up the 10.3 upgrade to my production server. -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development

Re: DBD::Pg for PostreSQL 7.4?

2003-11-28 Thread Randall Perry
Oh, didn't notice that it was asking for major and minor version #s. Got it. It worked. Now, on to the next issue... Thanks > On Fri, 28 Nov 2003 09:14:11 -0500 > Randall Perry <[EMAIL PROTECTED]> wrote: > >>> Randall, >>> >>> The major version

Re: DBD::Pg for PostreSQL 7.4?

2003-11-28 Thread Randall Perry
ue: '7.4' > > Doing this on Mac OS 10.3.1, perl 5.8.2. > -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales http://www.systame.com/

Re: DBD::Pg for PostreSQL 7.4?

2003-11-28 Thread Randall Perry
maybe the problem is with Mac OS 10.3. I take it you're using FreeBSD? -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales http://www.systame.com/

Re: DBD::Pg for PostreSQL 7.4?

2003-11-27 Thread Randall Perry
lso get last DBD-Pg version, and diff them |grep VERSION to > hunt for clues > how it was previously handled - iff there are differences. > > hth -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales http://www.systame.com/

DBD::Pg for PostreSQL 7.4?

2003-11-27 Thread Randall Perry
Just installed PgSQL 7.4 and tried to configure DBD::Pg. Get the error: Configuring Pg Remember to actually read the README file! Enter a valid PostgreSQL major version number 7.4 Invalid value: '7.4' Doing this on Mac OS 10.3.1, perl 5.8.2. -- Randall Perry sysTame

Re: Can't compile Pg on Mac OS 10.2.2

2002-12-09 Thread Randall Perry
RES_LIB "/usr/local/pgsql/lib" > > to > > setenv POSTGRES_LIB "/usr/local/pgsql/lib -lssl' > > so the trick is to include the flag -lssl during the dbd build. -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales http://www.systame.com/

Re: How to get array of hashes?

2002-12-09 Thread Randall Perry
H' Thanks, didn't realize {Columns=>{}} needed to be inserted 'as is'. -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales http://www.systame.com/

Re: Can't compile Pg on Mac OS 10.2.2

2002-12-08 Thread Randall Perry
on 12/8/02 1:05 AM, David Wheeler at [EMAIL PROTECTED] wrote: > But yes, PostgreSQL > with SSL isn't supported by DBD::Pg at this time. > Any timeline for including ssl support? -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulti

How to get array of hashes?

2002-12-08 Thread Randall Perry
but I think this is an important regularization of the API. To get previous selectall_hashref() behaviour (an array of hash refs) change $ary_ref = $dbh->selectall_hashref( $statement, undef, @bind); to $ary_ref = $dbh->selectall_arrayref($statement, { Columns=>{} }, @bind)

Re: Can't compile Pg on Mac OS 10.2.2

2002-12-07 Thread Randall Perry
without SSL support and the tests succeeded. Since I installed Pg from a binary pkg I don't have that option. Anyone know the answer? Errors are below: > On Friday, December 6, 2002, at 08:51 AM, Randall Perry wrote: > >> dbdimp.c: In function `dbd_bind_ph': >> d

Re: Can't compile Pg on Mac OS 10.2.2

2002-12-06 Thread Randall Perry
> On Friday, December 6, 2002, at 06:24 AM, Randall Perry wrote: > >> Note (probably harmless): No library found for -lpq >> Writing Makefile for DBD::Pg > > This is your problem. Unset POSTGRES_LIB and POSTGRES_INCLUDE and try > again. If Makefile.PL can't

Re: Can't compile Pg on Mac OS 10.2.2

2002-12-06 Thread Randall Perry
rce if appropriate. See http://developer.apple.com/bugreporter> for instructions. {standard input}:1405:FATAL:.abort detected. Assembly stopping. make: *** [dbdimp.o] Error 1 -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales http://www.systame.com/

Re: Can't compile Pg on Mac OS 10.2.2

2002-12-05 Thread Randall Perry
> On Thursday, December 5, 2002, at 03:12 PM, Randall Perry wrote: > >> Anyone have a clue (I'm no expert with gcc) ? >> >> >> Checking if your kit is complete... >> Looks good >> Note (probably harmless): No library found for -lpq > >

Can't compile Pg on Mac OS 10.2.2

2002-12-05 Thread Randall Perry
ryTuples _PQclear _PQcmdStatus _PQcmdTuples _lo_tell _lo_unlink _lo_write make: *** [test_dynamic] Trace/BPT trap /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales http://www.systame.com/

Re: Upgrade to 1.27 causes script failure

2002-06-14 Thread Randall Perry
> > Read the Changes file (or perldoc DBI::Changes). > > Tim. > > On Fri, Jun 14, 2002 at 11:14:23AM -0400, Randall Perry wrote: >> Seems to be an error with selectall_hashref method. Anyone know what the >> problem is? >> >> >> Here are the

Re: Upgrade to 1.27 causes script failure

2002-06-14 Thread Randall Perry
Whoops, marked wrong line as #124, here's corrected version > Seems to be an error with selectall_hashref method. Anyone know what the > problem is? > > > Here are the errors: > > [Fri Jun 14 11:00:00 2002] confirm_warning_1.0.7c.pl: DBI selectall_hashref: > invalid number of parameters: handl

Upgrade to 1.27 causes script failure

2002-06-14 Thread Randall Perry
Seems to be an error with selectall_hashref method. Anyone know what the problem is? Here are the errors: [Fri Jun 14 11:00:00 2002] confirm_warning_1.0.7c.pl: DBI selectall_hashref: invalid number of parameters: handle + 1 [Fri Jun 14 11:00:00 2002] confirm_warning_1.0.7c.pl: Usage: $h->select