Re: [GENERAL] success with postgresql on beaglebone

2012-08-16 Thread Tomas Hlavaty
Hi Ondrej, > You don't have to do all that stuff on beaglebone -- you need to setup > toolchain and compiler for target architecture. This is usually > distribution specific. (check this for your distribution: > http://www.angstrom-distribution.org/toolchains/ ) thanks for the pointer, I'll look

Re: [GENERAL] success with postgresql on beaglebone

2012-08-16 Thread Ondrej Ivanič
Hi, On 17 August 2012 07:14, Tomas Hlavaty wrote: > thanks for your reply. I should have mentioned that I was using the > Ångström Distribution where postgresql is not provided via package > manager. I wonder how did the Ubuntu guys managed to overcome the > insufficient memory limitation? You

Re: [GENERAL] success with postgresql on beaglebone

2012-08-16 Thread Tomas Hlavaty
Hi Toby, > If you install Ubuntu, you can just install postgresql with the > package management software. > $ apt-get install postgresql thanks for your reply. I should have mentioned that I was using the Ångström Distribution where postgresql is not provided via package manager. I wonder how d

Re: [GENERAL] success with postgresql on beaglebone

2012-08-16 Thread Toby Corkindale
On 16/08/12 04:05, Tomas Hlavaty wrote: Hi all, I managed to compile postgresql on BeagleBone. [snip] Hi Tomas, If you install Ubuntu, you can just install postgresql with the package management software. $ apt-get install postgresql -Toby -- Sent via pgsql-general mailing list (pgsql-gen

[GENERAL] success with postgresql on beaglebone

2012-08-15 Thread Tomas Hlavaty
Hi all, I managed to compile postgresql on BeagleBone. The only problem I encountered was insufficient memory for compiling grammars by bison (BeagleBone has 256MB RAM). As a workaround, I compiled the same sources on a bigger machine and copied the following files to BeagleBone: postgresql/src