Skip to content

Instantly share code, notes, and snippets.

@kmatt
Created January 19, 2015 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmatt/98934ebb62b5eb87ece9 to your computer and use it in GitHub Desktop.
Save kmatt/98934ebb62b5eb87ece9 to your computer and use it in GitHub Desktop.
Compile PostgreSQL 9.4 with dtrace on FreeBSD 10
If make fails with "failed to resolve INP_IPV4":
$ pwd
/usr/ports/databases/postgresql94-server
$ kldload dtraceall
$ echo"dtraceall_load=YES" >> /boot/loader.conf
$ make
@kmatt
Copy link
Author

kmatt commented Jan 19, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment