Re: [sqlite] Precompiled binary for sqlite3_analyzer requires libicui18n.so.44?

2010-08-24 Thread Bob Chapman
On Mon, Aug 23, 2010 at 9:59 PM, Richard Hipp d...@sqlite.org wrote:
 There is now a new build of sqlite3_analyzer for linux up that should not
 require libicu18n.  Let me know if the new version fails to work for you.

Thank you.

 To build sqlite3_analyzer, you have to manually edit Makefile.linux-gcc for
 your system.  It is not hard, but nor is it particularly obvious.

I'm sure that it would be a great learning experience and I may give it a shot
when I have more time. ;)

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


[sqlite] Precompiled binary for sqlite3_analyzer requires libicui18n.so.44?

2010-08-23 Thread Bob Chapman
The sqlite3_analyzer precompiled binary for linux as found
in sqlite3_analyzer-3.7.1-linux.zip appears to require
libicui18n.so.44. Ubuntu 8.04 LTS has libicui18n.so.38.0 while
Centos 4.8 is way back at libicui18n.so.22.0.  I can run the
analyzer on Windows but would rather not have to transfer stuff
back and forth.

So far, I have not been astute enough to figure out how to build
my own sqlite3_analyzer binary. The amalgamation does not
appear to have the required source and the Makefile does not
have a suitable target. I have made several (pseudo-random ;)
walks through the Fossil repository but have not been smart
enough to locate a build your own sqlite3_analyzer package
for dummies. ;)

And, considering the possibility that building the analyzer
really does require ICU 4.4.x, I've downloaded and (I think ;)
successfully built ICU Release 4.4.1 on Ubuntu 8.04 but I
am reluctant to install it and, perhaps, do the same on the
Centos 4.8 platform if there is an easier simpler way.

Thanks in advance for any assistance and my apologies if my
ignorance has created noise on the list.

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


Re: [sqlite] Precompiled binary for sqlite3_analyzer requires libicui18n.so.44?

2010-08-23 Thread Richard Hipp
There is now a new build of sqlite3_analyzer for linux up that should not
require libicu18n.  Let me know if the new version fails to work for you.

To build sqlite3_analyzer, you have to manually edit Makefile.linux-gcc for
your system.  It is not hard, but nor is it particularly obvious.

On Mon, Aug 23, 2010 at 10:32 PM, Bob Chapman chapman...@gmail.com wrote:

 The sqlite3_analyzer precompiled binary for linux as found
 in sqlite3_analyzer-3.7.1-linux.zip appears to require
 libicui18n.so.44. Ubuntu 8.04 LTS has libicui18n.so.38.0 while
 Centos 4.8 is way back at libicui18n.so.22.0.  I can run the
 analyzer on Windows but would rather not have to transfer stuff
 back and forth.

 So far, I have not been astute enough to figure out how to build
 my own sqlite3_analyzer binary. The amalgamation does not
 appear to have the required source and the Makefile does not
 have a suitable target. I have made several (pseudo-random ;)
 walks through the Fossil repository but have not been smart
 enough to locate a build your own sqlite3_analyzer package
 for dummies. ;)

 And, considering the possibility that building the analyzer
 really does require ICU 4.4.x, I've downloaded and (I think ;)
 successfully built ICU Release 4.4.1 on Ubuntu 8.04 but I
 am reluctant to install it and, perhaps, do the same on the
 Centos 4.8 platform if there is an easier simpler way.

 Thanks in advance for any assistance and my apologies if my
 ignorance has created noise on the list.

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




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