[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

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