-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What package dependencies do I need to install to have uuid-ossp #85
Comments
Try moving those export PGENV_CONFIGURE_OPTIONS=(
--with-uuid=e2fs
--with-openssl
'CMAKE_PREFIX_PATH=/opt/homebrew/opt/icu4c'
'PKG_CONFIG_PATH=/opt/homebrew/opt/icu4c/lib/pkgconfig'
'CFLAGS=-I/opt/homebrew/Cellar/openssl@3/3.2.1/include'
'LDFLAGS=-L/opt/homebrew/Cellar/openssl@3/3.2.1/lib -L/opt/homebrew/opt/libxml2/lib'
'CPPFLAGS="-I/opt/homebrew/opt/libxml2/include"'
'PKG_CONFIG_PATH="/opt/homebrew/opt/icu4c/lib/pkgconfig"'
) Although I don't see that they specify where to find ossp-uuid. Note that you need to create that extension to use it: CREATE EXTENSION "uuid-ossp"; |
Very much appreciate the quick response! Will give that shot. When I try to create the extension in postgres I get:
I am not seeing I am aware this is probably more of a postgres problem rather than pgenv. historical related issues: #30 |
what is the output of the configuration step? |
I keep running into this on new macbooks, went through all the issues here related to uuid and still cannot get it to work.
Recently it has been with Postgres 16.2.
Here is my config:
I am not seeing any errors, but the compiled postgres version does not come with
ossp-uuid
extension :(Any ideas what I am doing wrong? Am I missing some dependencies? macos should be coming with libuuid and support e2fs.
The text was updated successfully, but these errors were encountered: