Re: Just a note...

2013-06-22 Thread Brian Manning
On Sat, Jun 22, 2013 at 8:39 AM, Bruce Johnson wrote: > Updated my home box to 10.8 at last, and installed the latest Developer tools > from the App store, which no longer install the various command-line tools in > /Developer/usr/bin but straight up in /usr/bin . > > My first attempt at re-inst

Re: problem getting DBD::mysql working in OS X 10.7

2012-01-03 Thread Brian Manning
On Tue, Jan 3, 2012 at 1:59 PM, Bruce Johnson wrote: > > On Dec 30, 2011, at 9:57 PM, Bruce Johnson wrote: > >>> >>> otool still shows the dylib file sans path, but the original script now >>> works... >> >> But python is still broken, which is another part of my toolchain. >> >> Gonna rip it all

Re: problem getting DBD::mysql working in OS X 10.7

2011-12-29 Thread Brian Manning
On Thu, Dec 29, 2011 at 3:26 PM, Bruce Johnson wrote: >> Does the output of: >> >> otool -L >> /Library/Perl/5.12/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle >> >> list your custom MySQL libraries anywhere?  If the linker can't find >> your MySQL libraries, then you'll need to give the

Re: problem getting DBD::mysql working in OS X 10.7

2011-12-29 Thread Brian Manning
On Thu, Dec 29, 2011 at 2:40 PM, Bruce Johnson wrote: > > On Dec 29, 2011, at 3:36 PM, Bruce Johnson wrote: > >> I tried installing Bundle::DBD::mysql via cpan, but got errors about how it >> couldn't find mysql_config, so I downloaded the DBD::mysql package manually >> and used perl Makefile.pl

Re: Missing Dependency: perl(Win32::ODBC)

2011-08-25 Thread Brian Manning
On Tue, Aug 2, 2011 at 9:24 AM, adonath wrote: > Hi, > > I am trying to install perl-DBI-1.616-0.x86_64 on a rocks cluster > (CentOS 5) using cpan2dist to create an RPM which can then be used for > an installation with yum from a local repository. Creating the RPM > works like a charm. However, yu

Re: DBD::db2 initialisation failed

2011-04-14 Thread Brian Manning
On Thu, Apr 14, 2011 at 10:04 AM, Ritesh wrote: > I am on an XP machine with ActivePerl installed along with DBI driver, > DBD::DB2 driver > I am following instructions per this webpage: > http://www.ibm.com/developerworks/data/library/techarticle/dm-0512greenstein/ > > I am running a simple scri

Re: failed: ERROR OCIEnvNlsCreate. Check (everything)

2010-04-07 Thread Brian Manning
On Wed, Apr 7, 2010 at 1:45 AM, Martin Evans wrote: > Perl Diety wrote: >> We're trying to run a Perl program to connect to an Oracle 10 instance, on a >> RH box. From the xterm it runs fine- connects, R/W, everything is ducky. no >> issues whatsoever. >> >> Then we tried it from a browser (apache

Re: a question on using DBI

2009-09-15 Thread Brian Manning
On Tue, Sep 15, 2009 at 1:51 PM, zhihua zhang wrote: > I was trying to load a local data file into a mysql table using DBI, > this is how I did > > my $st = "load data local infile \'datafile.dat\' into talbe $table"; > my $sth = $dbh->do($st); > > it looks good, however, it was not. > > in datafi

Re: dbi::mysqlsimple package for debian

2009-06-29 Thread Brian Manning
On Mon, Jun 29, 2009 at 2:09 AM, Jannis Kafkoulas wrote: > I'm looking for a debian package including dbi::mysqlsimple, > but it seems to me that it doesn't exist (yet). > > Does anyone know more about it? You can either install it yourself via CPAN, or use 'dh-make-perl' to create a Debian packag

Re: unable to write from a select into outfile

2009-05-12 Thread Brian Manning
On Tue, May 12, 2009 at 5:40 PM, Bruce Ferrell wrote: > Given the following code: > > $sql="SELECT convert_tz( a.stamp,'GMT','$tz' ) as ts, a.status, >             a.reason, a.tl >      INTO OUTFILE  '/tmp/result.csv' > Can you tell me why I'm getting this error: > > DBD::mysql::st execute failed

Re: DBD::ODBC and 64-bit Windows

2009-05-11 Thread Brian Manning
On Mon, May 11, 2009 at 9:22 AM, Brian H. Oak wrote: > Brian, > > It took quite a while before I was able to again gain access to the server in > question...but when I did, your instructions solved the problem.  I just > wanted to send you a delayed but very sincere "THANK YOU!" Just so others

Re: DBD::ODBC and 64-bit Windows

2009-03-06 Thread Brian Manning
On Fri, Mar 6, 2009 at 2:35 PM, Brian H. Oak wrote: [snip] > This morning I installed this program on a 64-bit server running MSSQL 2005, > and got this message on STDERR for the first time ever: [snip] > The DSN exists and can be reached and tested using the ODBC Connection > Manager.  The userna

Re: Installing DBD::Pg on XP with Cygwin and gcc

2008-12-29 Thread Brian Manning
On Mon, Dec 29, 2008 at 11:00 AM, William Gordon Rutherdale wrote: > I have ActiveState Perl 5.10.0 installed and was able to use ppm to install > DBI 1.607. However the DBD::Pg ppm is not available at ActiveState, so I > had to try downloading it from CPAN and building it myself. > > I have gcc

Re: How to write a (My)SQL statement with REGEX / RLIKE containing a scalar variable?

2008-11-14 Thread Brian Manning
On Fri, Nov 14, 2008 at 4:41 AM, Deviloper <[EMAIL PROTECTED]> wrote: > That´s again the moment where I ask me, are there any good mysql cookbooks > out there? > Every sql book I touch seems only to have crappy mysql examples, but tons of > oracle example... I take it you've seen O'Reilly Cookbo