I am running Centos v5.5 and both openssl versions 0.9 and 1.0 are
installed. I tried to uninstall version 0.9 but there were over 400
packages that were dependent upon that version.
Thanks
Nathaniel
On 8/3/2012 3:51 AM, Daniel-Constantin Mierla wrote:
Hello,
On 8/3/12 5:42 AM, Nathaniel L
Hello,
On 8/3/12 5:42 AM, Nathaniel L Keeling wrote:
Yes but it was for an older version that was uninstalled. I changed
the path to pull in the current version and still received the same
error. I checked the version for openssl and the same thing was
happening. I changed the path again and r
Yes but it was for an older version that was uninstalled. I changed the
path to pull in the current version and still received the same error. I
checked the version for openssl and the same thing was happening. I
changed the path again and recompiled kamailio and still no change. I
noticed when
Daniel,
I remove RPM-s
postgresql
postgresql-devel
postgresql-libs
kamailio-postgres
install
postgresql84
postgresql84-devel
postgresql84-libs
and assemble
db_postgres using
make Q=0
in db_postgres directory.
then put
db_postgres.so to /usr/lib64/kamailio/modules directory.
Currently I's
[root@new db_postgres]# make Q=0
config.mak included
config.mak included
gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -m64
-minline-all-stringops -falign-loops -ftree-vectorize -mtune=opteron
-Wall-DNAME='"kamailio"' -DVERSION='"3.3.0"' -DARCH='"x86_64"'
-DOS='linux_' -DOS_QUOTED='"li
TLSV1_method is not used inside db_postgres, so it is a dependency of pg
library. Do you have the tool pg_config installed in your system?
Cheers,
Daniel
On 8/2/12 2:33 AM, Akan wrote:
I had to upgrade to the lastest version of Postgres to get past this
error but then ran into the problem of
I had to upgrade to the lastest version of Postgres to get past this
error but then ran into the problem of "undefined symbol TLSv1_method"
Thanks
Nathaniel
On 8/1/2012 3:00 PM, Daniel-Constantin Mierla wrote:
Hello,
can you paste here the output of following command executed in the
db_post
Hello,
can you paste here the output of following command executed in the
db_postgres module directory:
make Q=0
First run 'make proper' in the same directory. I want to see the compile
flags and linked libs used for your system.
Cheers,
Daniel
On 8/1/12 5:33 PM, Andrew O. Zhukov wrote:
The same trouble with:
completely updated Centos 5
the last Kamailio RPM from
http://download.opensuse.org/repositories/home:/kamailio:/telephony/RedHat_RHEL-5/
and
postgresql-libs.x86_64.8.1.23-5.el5_8
several month ago I try
postgresql84-libs.x86_64
with the same result.
It's not possible to u