ok, please ignore this thread ^^ now i know that i shouldn't using
code from cvs anyway..
On Fri, Mar 19, 2010 at 2:14 PM, Kiswono Prayogo wrote:
> for complete build log:
> http://pastebin.com/UfVFixQY
>
> and there are no errors T^T
> i didn't understand where is the possible cause of the probl
for complete build log:
http://pastebin.com/UfVFixQY
and there are no errors T^T
i didn't understand where is the possible cause of the problem..
any help, welcome ^^ thank you in advance..
On Fri, Mar 19, 2010 at 1:48 PM, Kiswono Prayogo wrote:
> oh yeah i forgot to show you that it's linked su
oh yeah i forgot to show you that it's linked successfully:
# sudo ldd /home/`whoami`/Software/PostgreSQL-9/bin/* | grep ssl
libssl.so.0.9.8 => /lib/i686/cmov/libssl.so.0.9.8 (0x00cc4000)
libssl.so.0.9.8 => /lib/i686/cmov/libssl.so.0.9.8 (0x00214000)
libssl.so.0.9.8 => /lib
Hi, i had the same problem building using latest cvs, it works fine on
64-bit ubuntu, but on 32-bit ubuntu (virtualbox) when i started the
postgres it shows:
# idir=/home/`whoami`/Software/PostgreSQL-9
# sudo su -p postgres -c "$idir/bin/postgres -D $idir/data" ;
LOG: SSL is not supported by this b
Thomas Pundt writes:
> Lukas schrieb:
>>> I am trying to run PostgreSQL with SSL, so I compiled and
>>> linked with
>>> options:
>>> ./configure --prefix=/DB --with-openssl
> well, probably; in a situation like this I'd first check for any errors
> from the configure step.
Yeah. I would say thi
Lukas schrieb:
nope, no use of it.. Situation stays the same.. Does any one have more
ideas?
[...]
I am trying to run PostgreSQL with SSL, so I compiled and
linked with
options:
./configure --prefix=/DB --with-openssl
Configured and installed successfully.
In postgresql.conf I have option "
have you generated the ssl certificates too?
--- On Sun, 1/3/09, Lukas wrote:
> From: Lukas
> Subject: Re: [ADMIN] Postgesql and SSL
> To: pgsql-admin@postgresql.org
> Date: Sunday, 1 March, 2009, 8:37 AM
> Hello again,
>
> nope, no use of it.. Situation stays the same.
Hello again,
nope, no use of it.. Situation stays the same.. Does any one have more
ideas?
--
Lukas
UAB nSoft
http://www.nsoft.lt
Lukas at nsoft.lt
+370 655 10 655
> You defo have all the required openssl headers and libs and configure
> succeeds? It's a longshot, but I wonder if the prefix i
You defo have all the required openssl headers and libs and configure succeeds?
It's a longshot, but I wonder if the prefix is somehow making configure read
the string wrong? I've never really needed to use prefix, but what happend if
you try
./configure --prefix='/DB' --with-openssl
or perhap