[GENERAL] param max_connections

2003-12-18 Thread konf
Hallo, I am using PostgreSQL 7.4 on UltraSparc machine and I have a touble with max_connections param. I must set only max_connections to 8, when I set more, I got error for shared memory. Most connection is from J2EE application server and here is no problem, I am using connection pooling and I h

[GENERAL] tsearch2 installation

2003-11-20 Thread konf
Well, now I tried to compile with tsearch2. I do in src direcotry: ./configure then change into contrib/tsearch2 and do make (as I read in manual) and I got: $ make make: Fatal error in reader: ../../src/Makefile.global, line 23: Illegal dependencies for target `.SILENT' Where is my mistake? wh

Re: [GENERAL] error durring compilation

2003-11-20 Thread konf
Thank you Jiri Cituji z emailu od Durai <[EMAIL PROTECTED]>: > > It is need on compilation time. If you linked the static library on > compilation to the postgresql binaries, you do not need when you running the > database. > > To link the static library, Edit src/Makefile.global file, there wi

Re: [GENERAL] error durring compilation

2003-11-20 Thread konf
hmm thanks. I do not have in standard path, but I have it. Do I need it for database running and must I add it into standard PATH or it is needed only for compilation? Jiri Cituji z emailu od Durai <[EMAIL PROTECTED]>: > > "ar" is a tool used to create and maintain portable archives and librar

[GENERAL] error durring compilation

2003-11-20 Thread konf
Hallo, I tried to compile PGSQL 7.4 and I got error (durring make): ar: command not found What is it? Whe I can found it? I have: $ uname -a SunOS ... 5.8 Generic_108528-03 sun4u sparc SUNW,UltraSPARC-IIi-cEngine $ make --version GNU Make 3.80 etc. ---