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:
 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 user.


  --
  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 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 version 3.6.1.2 has code for SQLite 3.6.1.
  
   I upgraded the code in the package to SQLite 3.6.2 (just copied the
   corresponding files from the SQLite tarball... one file had to be
   renamed from sqlite.c to sqlite-amalgamation.c) and rebuilt the DBD.
   Everything is now fine in happy town.
  
   --
   Puneet Kishor

  ___
   sqlite-users mailing list
   sqlite-users@sqlite.org
   http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
  



 --
 Puneet Kishor http://punkish.eidesis.org/
 Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/
 Open Source Geospatial Foundation (OSGeo) http://www.osgeo.org/
 ___
 sqlite-users mailing list
 sqlite-users@sqlite.org
 http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[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 version 3.6.1.2 has code for SQLite 3.6.1.

I upgraded the code in the package to SQLite 3.6.2 (just copied the
corresponding files from the SQLite tarball... one file had to be
renamed from sqlite.c to sqlite-amalgamation.c) and rebuilt the DBD.
Everything is now fine in happy town.

-- 
Puneet Kishor
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 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 version 3.6.1.2 has code for SQLite 3.6.1.

 I upgraded the code in the package to SQLite 3.6.2 (just copied the
 corresponding files from the SQLite tarball... one file had to be
 renamed from sqlite.c to sqlite-amalgamation.c) and rebuilt the DBD.
 Everything is now fine in happy town.

 --
 Puneet Kishor
 ___
 sqlite-users mailing list
 sqlite-users@sqlite.org
 http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 user.


  --
  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 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 version 3.6.1.2 has code for SQLite 3.6.1.
  
   I upgraded the code in the package to SQLite 3.6.2 (just copied the
   corresponding files from the SQLite tarball... one file had to be
   renamed from sqlite.c to sqlite-amalgamation.c) and rebuilt the DBD.
   Everything is now fine in happy town.
  
   --
   Puneet Kishor

  ___
   sqlite-users mailing list
   sqlite-users@sqlite.org
   http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
  



-- 
Puneet Kishor http://punkish.eidesis.org/
Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/
Open Source Geospatial Foundation (OSGeo) http://www.osgeo.org/
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users