Re: [GENERAL] Problem with executing PostgreSQL on Embedded Linux

2006-10-11 Thread Thomas Pundt
Hi, On Tuesday 10 October 2006 19:23, woonhak kang wrote: | I am porting PostgreSQL 8.1.4 to Embedded Linux 2.x. [...] | When I execute initdb, creating some directories and selecting default | variable definitions were fine. | While creating template1 database in $LOCAL_DB/base/1, it exits with |

[GENERAL] Problem with executing PostgreSQL on Embedded Linux

2006-10-11 Thread woonhak kang
I am porting PostgreSQL 8.1.4 to Embedded Linux 2.x. Cross-compiling had little problem with zic (timezone), but I changed cross-compiled zic to native-compiled one so I can cross-compile correctly I think. However, executing postgresql on my ebmedded linux has problem with initdb. (root accout p