-enable-thread-safety should take care of all this and add -pthreads to
the link line. Please look at config.log or email it to me privately.
/config/acx_pthread.m4 tries all link flags and should have picked up
-pthreads.
[EMAIL PROTECTED] wrote:
Hello, I succesfully compiled PGSQL 8.0.4 on solaris 10 (sparc).
I used gcc and used CFLAGS="-O3 -pthreads".
My configure instructions are as such:
configure --with-includes=/usr/local/include --with-openssl
-with-includes=/usr/local/ssl
/include/ -with-libs=/usr/lo
March 9, 2006 12:36:35 AM
Subject: Re: [ADMIN] Solaris 10/postgreSQL-8.0.1/--enable-thread-safety
Bruce,
thanks for the help. did you have any supplemental suggestions that
would 'help?'
Bruce Momjian wrote:
>Louis Gonzales wrote:
>
>
>>Hello List,
>>I've com
Bruce,
thanks for the help. did you have any supplemental suggestions that
would 'help?'
Bruce Momjian wrote:
Louis Gonzales wrote:
Hello List,
I've compiled successfully, postgreSQL-8.0.1 on Solaris 9 with
--enable-thread-safety, for use with Slony-I.
A 2nd server has Solaris 10 - wh
Louis Gonzales wrote:
> Hello List,
> I've compiled successfully, postgreSQL-8.0.1 on Solaris 9 with
> --enable-thread-safety, for use with Slony-I.
>
> A 2nd server has Solaris 10 - when I attempt the same ./configure WITH
> --enable-thread-safety, I get an error about
>
> *** Thread-safety re
On Mon, Oct 17, 2005 at 16:31:45 -0600,
"Roth, Gabrielle" <[EMAIL PROTECTED]> wrote:
> (Is keeping the traffic on the list the accepted protocol here? Or do we
> cc an ever-increasing # of respondents?)
ccing (unless mail-followup-to says otherwise) is normal. At times the mailing
lists can be s
On Mon, Oct 17, 2005 at 07:50:48PM -0400, Tom Lane wrote:
> 7.4 and earlier configure scripts used to have a special case to
> automatically handle the situation where openssl is under /usr/local/ssl.
> We don't anymore; you have to say so if it's in any nonstandard location.
> I'm not sure what th
"Roth, Gabrielle" <[EMAIL PROTECTED]> writes:
> The strange thing to me is that I didn't have to do anything extra for
> the 7.4 install, it "just worked."
7.4 and earlier configure scripts used to have a special case to
automatically handle the situation where openssl is under /usr/local/ssl.
We
EMAIL PROTECTED]
Subject: Re: [ADMIN] solaris install - 8.0.3 config fails on openssl,
7.4 config works
CPPFLAGS="-I/usr/local/ssl/include" export CPPFLAGS
You have to set the CPPFLAGS to whatever your ssl/include path is.
MM
I wrote:
Building a new server here (solaris 9), was
On Mon, Oct 17, 2005 at 01:45:41PM -0600, Roth, Gabrielle wrote:
> Building a new server here (solaris 9), was going to put 8.0.3 on it.
>
> ./configure --with-openssl --enable-syslog
>
> fails with this error message:
> configure: error: header file is required for OpenSSL
[snip]
> - I've ver
CPPFLAGS="-I/usr/local/ssl/include" export CPPFLAGS
You have to set the CPPFLAGS to whatever your ssl/include path is.
MM
---
http://www.freebsd.org
FreeBSD: The power to
set your computer free.
"Roth, Gabrielle" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
10/17/05 03:45 PM
"Roth, Gabrielle" <[EMAIL PROTECTED]> writes:
> Building a new server here (solaris 9), was going to put 8.0.3 on it.
> ./configure --with-openssl --enable-syslog
> fails with this error message:
> configure: error: header file is required for OpenSSL
> - I've verified that the path to ssl.h is i
/usr/local/lib probably is not in your library path.
Try the following commands before running initdb (or any other pg
program for that matter):
LD_LIBRARY_PATH=/usr/local/lib:/lib:/usr/lib:/usr/ccs/lib
export LD_LIBRARY_PATH
Fabiàn R. Breschi wrote:
Dear All,
I'm trying to get my db initial
Xinyu Hua writes:
> I am installing postgresql on solaris. It compiled correctly. When I
> issued command gmake check to make tests, it failed to start postmaster.
> The log shows the error message: the requested shared memory
> exceeded the default setting. And it failed to "make install" either.
At 06:14 PM 3/2/2002 , Trapper wrote:
>I'm not aware of Slowlaris supporting software RAID (at least not without
>3rd party tools) so I'm thinking it's pretty much off the list. Putting
>my db on a software RAID0 vs straight disk has resulted in certain ops
>going at 10x speed (yes, 10x! (no,
At 16:50 +0300 on 10/08/1999, Colin Bodor wrote:
> I am installing posgresql 6.5.1 on a Ultra 10 sparq 333mhz 256 mg's
> ram and Solaris 5.7
> after compiling postgres I created a user "postgres" and added the proper
> paths in his .profile.
> when I do a initdb it errors on pglib, pgdata, u
> On Tue, 15 Jun 1999, Bruce Momjian wrote:
>
> > Increase shared memory in the kernel. Don't know how to do that on
>
>
> > Solaris.
> ^^^
>
> Bruce,
>
> Just out of curiosity, what is your native environment?
> I'm a UnixWare victim, as you may recall. ;-)
> Maybe System V suffe
On Tue, 15 Jun 1999, Bruce Momjian wrote:
> Increase shared memory in the kernel. Don't know how to do that on
> Solaris.
^^^
Bruce,
Just out of curiosity, what is your native environment?
I'm a UnixWare victim, as you may recall. ;-)
Maybe System V sufferers need a support group
> I've been working with some really large tables in Postgres
> ( both 6.2.1 and in preparing to upgrade to 6.3.2 ) running on
> Solaris 2.6 on an Ultra1. When the amount of data in any one
> table reaches 2Gig, the postgres client connection will just hang.
> Any subsequent connections wil
19 matches
Mail list logo