Hi and thanks for replying,
> I tend to install ICUs versions into their own directories rather
> than /usr/local, and use Debian rather than Fedora, but you
> might try PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
I have figured it out. It all boils down to
actually taking the time and effort to R
Paul Linehan wrote:
> Now, I've installed the icu libraries using the classic ./configure, make
> and sudo make install.
So it got installed under /usr/local
> collationcmds.c:(.text+0xe36): undefined reference to `uloc_getAvailable_61'
> collationcmds.c:(.text+0xe5b): undefined referenc
Hi again,
As a followup - I ran this command (do I need to set LD_LIBRARY_PATH?)
[pol@polhost /]$ sudo find . -name "icu*" | grep -v Downloads | more
And got:
./usr/local/sbin/icupkg
./usr/local/bin/icuinfo
./usr/local/bin/icu-config
./usr/local/lib/icu
./usr/local/lib/pkgconfig/icu-io.pc
>> On which platform and/or distribution are you trying the code
>> compilation?
> sorry about that - it's Linux Fedora 28, 64 bit Intel X86_64 - Samsung
> laptop, 8GB RAM, quad-core.
PostgreSQL 10.4 also.
Pól...
Hi, and thanks for responding,
>> I'm having problems compiling PostgreSQL.
> On which platform and/or distribution are you trying the code
> compilation?
Ooops!
sorry about that - it's Linux Fedora 28, 64 bit Intel X86_64 - Samsung
laptop, 8GB RAM, quad-core.
Please don't hesitate to ask s
On Thu, May 17, 2018 at 08:31:48AM +0100, Paul Linehan wrote:
> I'm having problems compiling PostgreSQL.
On which platform and/or distribution are you trying the code
compilation?
--
Michael
signature.asc
Description: PGP signature
Hi all,
I'm having problems compiling PostgreSQL.
I can run "make" no problem with this command
./configure --prefix=/home/pol/Downloads/sware/db/pg/inst
--mandir=/home/pol/Downloads/sware/db/pg/inst/man
--docdir=/home/pol/Downloads/sware/db/pg/inst/doc --enable-nls
--with-python --with-openssl