From: | Suresh Kumar <suresh01(dot)s(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | pguint Installation error in PostgreSQL server version 11.2 |
Date: | 2019-07-03 08:54:51 |
Message-ID: | CAP59jw7xNPOenxdXy3Q+qg_gJaWxydwMMDJG0pkEYstWURCSuQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi Everyone,
I have installed PostgresSQL 11.2 version on Centos 7 and try to install
*pguint* from source to install *TINYINT* datatype .
But installation had problem not able to resolve dependency packages. I
have followed below method to install , please help me to resolve this
issue.
1. yum install centos-release-scl-rh
2.yum install llvm-toolset-7-clang-tools-extra
3.yum install devtoolset-7
4.yum install llvm-toolset-5
5.make PG_CONFIG=/usr/pgsql-11/bin/pg_config
6.make PG_CONFIG=/usr/pgsql-11/bin/pg_config install
Installed llvm5.0 packages successfully but when try to create pg extension
getting below error ,
*[postgres] # CREATE EXTENSION uint;ERROR: XX000: could not load library
"/usr/pgsql-11/lib/uint.so": /usr/pgsql-11/lib/uint.so: undefined symbol:
GET_1_BYTELOCATION: internal_load_library, dfmgr.c:240Time: 17.247 ms*
Please help me to resolve this issue.
Regards,
Suresh Seema
--
Thanks & Regards
Suresh S
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2019-07-03 08:56:41 | Re: Replacing the EDH SKIP primes |
Previous Message | Haribabu Kommi | 2019-07-03 08:51:59 | Re: MSVC Build support with visual studio 2019 |