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: The GeoIP module requires the GeoIP library. #48

Open
3 of 5 tasks
kiyutink opened this issue Nov 28, 2024 · 8 comments
Open
3 of 5 tasks

Install error: The GeoIP module requires the GeoIP library. #48

kiyutink opened this issue Nov 28, 2024 · 8 comments

Comments

@kiyutink
Copy link

Indicate troubleshooting steps taken

  • Ran brew update and retried your prior step?
  • Ran brew doctor, fixed as many issues as possible and retried your prior step?
  • Checked that a similar issue hasn't already been filed?
  • Looked up the software bug tracker if reporting a build error?
  • If you're seeing permission errors tried running sudo chown -R $(whoami) $(brew --prefix)?

Bug reports / build errors:

When running brew install openresty/brew/openresty I'm getting the following error:

./configure: error: the GeoIP module requires the GeoIP library.
You can either do not enable the module or install the library.

ERROR: failed to run command: sh ./configure --prefix=/opt/homebrew/Cellar/openresty/1.27.1.1_2/nginx \...

Brief summary of issue:

The complete command that you issued:

brew install openresty/brew/openresty

Gist with output of brew doctor:

Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  [email protected]

Link output by brew gist-logs <formula>:

Output of brew config:

HOMEBREW_VERSION: 4.4.8
ORIGIN: https://github.com/Homebrew/brew
HEAD: e78a0adb4f260913fffdc956cc8c20fb54109feb
Last commit: 3 days ago
Branch: stable
Core tap JSON: 28 Nov 13:31 UTC
Core cask tap JSON: 28 Nov 13:31 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 10
Homebrew Ruby: 3.3.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 16.0.0 build 1600
Git: 2.39.5 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 15.1.1-arm64
CLT: 16.0.0.0.1.1724870825
Xcode: N/A
Rosetta 2: false

Formula Requests:

The quickest way to get a new formula into Homebrew is to file a Pull Request.

We will consider your request but it may be closed if it's something we're not actively planning to work on.

@samuelpilz
Copy link

Installing the (deprecated) geoip package fixed this error for me.

@dieseldjango
Copy link

geoip has been disabled, making this issue even more annoying.

@ymsun
Copy link

ymsun commented Dec 18, 2024

Still no solution?

@ymsun
Copy link

ymsun commented Dec 18, 2024

Installing the (deprecated) geoip package fixed this error for me.

Unfortunately, there is no way to install the geoip package

@ymsun
Copy link

ymsun commented Dec 18, 2024

brew install geoip --force

@ymsun
Copy link

ymsun commented Dec 18, 2024

Can solve the current problem

@shivam6260
Copy link

Thanks @ymsun , this will worked for me

@AlexandrFiner
Copy link

@ymsun works for me! Thanks you!

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

6 participants