Skip to content
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

Install error #4

Open
budarin opened this issue Jan 7, 2022 · 2 comments
Open

Install error #4

budarin opened this issue Jan 7, 2022 · 2 comments

Comments

@budarin
Copy link

budarin commented Jan 7, 2022

Linux version 5.10.76-linuxkit (root@buildkitsandbox) (gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, GNU ld (GNU Binutils) 2.35.2) #1 SMP Mon Nov 8 10:21:19 UTC 2021

root@0046bd9d2463:/usr/src/ulid-c# git clone https://github.com/skeeto/ulid-c.git
Cloning into 'ulid-c'...
remote: Enumerating objects: 116, done.
remote: Total 116 (delta 0), reused 0 (delta 0), pack-reused 116
Receiving objects: 100% (116/116), 22.24 KiB | 437.00 KiB/s, done.
Resolving deltas: 100% (68/68), done.


root@0046bd9d2463:/usr/src# apt install build-essential postgresql-server-dev-14
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
.....


root@0046bd9d2463:/usr/src/ulid-c# make install-strip
make: *** No rule to make target 'install-strip'.  Stop.

I'm sorry, but it's unclear how to build and install the extension

@andreypopp
Copy link

Make sure you are cloning from the correct repo, the example listed in the README points to skeeto/ulid-c.git which is a different one than this.

@andreypopp
Copy link

Actually I take my prev comment back.

What README says is that you need to clone this repo, then clone ulid-c (the actual implementation of ULID in C) into the pg-ulid dir and only then run make && make install-strip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants