Need to install liblz4-dev - Mailing list pgsql-hackers

From Bruce Momjian
Subject Need to install liblz4-dev
Date
Msg-id aafIINtXYAu8T_N7@momjian.us
Whole thread Raw
Responses Re: Need to install liblz4-dev
Re: Need to install liblz4-dev
List pgsql-hackers
FYI, a few hours ago I started getting build errors on master due to
a missing liblz4 library error:

-->    checking for liblz4... no
-->    configure: error: Package requirements (liblz4) were not met:
    
-->    Package 'liblz4', required by 'virtual:world', not found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    
    Alternatively, you may set the environment variables LZ4_CFLAGS
    and LZ4_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    make: *** [../../../src/Makefile.global:870: ../../../config.status] Error 1

However, I had /usr/lib/x86_64-linux-gnu/liblz4.so.1 installed on Debian
13.  I had to install liblz4-dev ("dev") to allow the configure/compile
to succeed.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Do not let urgent matters crowd out time for investment in the future.



pgsql-hackers by date:

Previous
From: Soumya S Murali
Date:
Subject: Re: support create index on virtual generated column.
Next
From: Corey Huinker
Date:
Subject: Re: Add expressions to pg_restore_extended_stats()