WAF
  • Introduction
  • Journey
    • Milestones
      • Inspiration
      • Stack
      • NGINX
        • Modules in Depth
    • Challenges
      • Dunning-Kruger Effect
      • Rust in 2 Days
      • C + Rust
      • Bindgen
      • Dependency Hell
    • Design Journey
      • Ideation
      • WAF Design
      • The Logo
    • Lessons Learned
      • Shipping an MVP
      • Scale means DX
  • Docs
    • Architecture
    • Security Features
  • Manual
    • Installation
      • Requirements
      • Building NGINX from Source
    • Configuration
  • Other
    • Roadmap
    • References
Powered by GitBook
On this page
  1. Journey
  2. Challenges

Bindgen

Last updated 1 year ago

Building lib injection from the source

$ brew install automake autoconf libtool
$ ./autogen.sh
$ ./configure
$ make

Working on a MacBook. Bindgen was a hard beast to tame without native linux.

Error with install: autoreconf fails to run aclocal #24
Linker warnings in Mac OS Ventura #13846
Rust Bindgen to link C headers on MacOS 14 fails with lib not found
https://www.reddit.com/r/rust/comments/r3zzyz/bindgen_on_mac/