Re: [sqlite] DBD::SQLite::Amalgamation-3.6.1.2 FTS3 seg faulting... solution... upgrade code

2008-09-21 Thread Alexander Batyrshin
I mean what is benefits of using DBD::SQLite::Amalgamation? Where it can be needed? -- Alexander Batyrshin aka bash bash = Biomechanica Artificial Sabotage Humanoid On Sun, Sep 21, 2008 at 9:51 AM, P Kishor [EMAIL PROTECTED] wrote: On 9/21/08, Alexander Batyrshin [EMAIL PROTECTED] wrote:

[sqlite] DBD::SQLite::Amalgamation-3.6.1.2 FTS3 seg faulting... solution... upgrade code

2008-09-20 Thread P Kishor
I encountered this problem and solved it, so hopefully this will help some other poor sod. Audrey Tang's otherwise most excellent DBD::SQLite::Amalgamation (bless her for this incredible package) was causing segmentation faults for me while doing FTS3 searches on a RH ES3 Linux box. The package

Re: [sqlite] DBD::SQLite::Amalgamation-3.6.1.2 FTS3 seg faulting... solution... upgrade code

2008-09-20 Thread Alexander Batyrshin
Sorry for off-topic. What is main difference between DBD::SQLite and DBD::SQLite::Amalgamation? -- Alexander Batyrshin aka bash bash = Biomechanica Artificial Sabotage Humanoid On Sat, Sep 20, 2008 at 8:04 PM, P Kishor [EMAIL PROTECTED] wrote: I encountered this problem and solved it, so

Re: [sqlite] DBD::SQLite::Amalgamation-3.6.1.2 FTS3 seg faulting... solution... upgrade code

2008-09-20 Thread P Kishor
On 9/21/08, Alexander Batyrshin [EMAIL PROTECTED] wrote: Sorry for off-topic. What is main difference between DBD::SQLite and DBD::SQLite::Amalgamation? Exactly what it says on the box. The latter uses the SQLite amalgamation. The former doesn't. They both work exactly the same for the end

Re: [sqlite] DBD::SQLite::Amalgamation?

2008-04-01 Thread rahed
On 3/31/08, Jim Dodgen [EMAIL PROTECTED] wrote: It makes ok, here is the output from make test. the hang is after t/06error it never finishes DBD-SQLite-Amalgamation-3.5.7 # make test PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch')

Re: [sqlite] DBD::SQLite::Amalgamation?

2008-03-31 Thread rahed
On 3/31/08, Jim Dodgen [EMAIL PROTECTED] wrote: Any Perl people out there using this yet (version 3.5.7)? I'm continually having problems when doing make test Today I tried and installed on Solaris successfully. Both the module 1.14 and sqlite3 amalgamation. -- Radek

Re: [sqlite] DBD::SQLite::Amalgamation?

2008-03-31 Thread Jim Dodgen
Humm... I'll keep looking. thanks On 3/30/08, Jim Dodgen [EMAIL PROTECTED] wrote: Any Perl people out there using this yet (version 3.5.7)? I'm continually having problems when doing make test It hangs forever and never completes I have tried this on multiple boxes running both Fedora and

Re: [sqlite] DBD::SQLite::Amalgamation?

2008-03-31 Thread P Kishor
On 3/30/08, Jim Dodgen [EMAIL PROTECTED] wrote: Any Perl people out there using this yet (version 3.5.7)? I'm continually having problems when doing make test It hangs forever and never completes I have tried this on multiple boxes running both Fedora and Redhat ES, all 64 bit. Jim,

Re: [sqlite] DBD::SQLite::Amalgamation?

2008-03-31 Thread Jim Dodgen
On 3/31/08, P Kishor [EMAIL PROTECTED] wrote: On 3/30/08, Jim Dodgen [EMAIL PROTECTED] wrote: Any Perl people out there using this yet (version 3.5.7)? I'm continually having problems when doing make test It hangs forever and never completes I have tried this on multiple boxes

Re: [sqlite] DBD::SQLite::Amalgamation?

2008-03-31 Thread P Kishor
On 3/31/08, Jim Dodgen [EMAIL PROTECTED] wrote: On 3/31/08, P Kishor [EMAIL PROTECTED] wrote: On 3/30/08, Jim Dodgen [EMAIL PROTECTED] wrote: Any Perl people out there using this yet (version 3.5.7)? I'm continually having problems when doing make test It hangs forever

Re: [sqlite] DBD::SQLite::Amalgamation?

2008-03-31 Thread Dimitri
Hi, [...] t/06error...ok 1/2 (this never finishes) well, look in the t directory for the specific test. In my case, I see the following -- [...] my $db = DBI-connect('dbi:SQLite:foo', '', '', { RaiseError = 1, I'm not certain what the call to DBI-connect() does exactly, I

[sqlite] DBD::SQLite::Amalgamation?

2008-03-30 Thread Jim Dodgen
Any Perl people out there using this yet (version 3.5.7)? I'm continually having problems when doing make test It hangs forever and never completes I have tried this on multiple boxes running both Fedora and Redhat ES, all 64 bit. ___ sqlite-users