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
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
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo