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

Squid 3.5.7 install fails with SASL related compilation errors #1179

Open
samhenrigold opened this issue Jun 24, 2024 · 1 comment
Open

Squid 3.5.7 install fails with SASL related compilation errors #1179

samhenrigold opened this issue Jun 24, 2024 · 1 comment

Comments

@samhenrigold
Copy link

samhenrigold commented Jun 24, 2024

Logs and terminal output: https://gist.github.com/samhenrigold/0fbeada05dd7d70f3ac4cc9df8331a8e

==> make install
Last 15 lines from /Users/johnsmith/Library/Logs/Homebrew/squid/02.make:
basic_sasl_auth.cc:69: error: �sasl_errstring� was not declared in this scope
basic_sasl_auth.cc:74: error: �sasl_server_new� was not declared in this scope
basic_sasl_auth.cc:79: error: �SASL_OK� was not declared in this scope
basic_sasl_auth.cc:80: error: �sasl_errstring� was not declared in this scope
basic_sasl_auth.cc:106: error: �sasl_checkpass� was not declared in this scope
basic_sasl_auth.cc:111: error: �SASL_OK� was not declared in this scope
basic_sasl_auth.cc:116: error: �SASL_BADAUTH� was not declared in this scope
basic_sasl_auth.cc:117: error: �sasl_errstring� was not declared in this scope
basic_sasl_auth.cc:118: error: �sasl_errstring� was not declared in this scope
basic_sasl_auth.cc:127: error: �sasl_dispose� was not declared in this scope
basic_sasl_auth.cc:128: error: �sasl_done� was not declared in this scope
make[3]: *** [basic_sasl_auth.o] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
Error: No such file or directory - /usr/sbin/pkgutil
john-smiths-computer:~ johnsmith$ 

Environment details:

  • 10.4.11
  • MacBook Pro, Core 2 Duo
  • Dev Tools 2.5 freshly installed
  • Successfully installed apple-gcc42 using brew prior to attempting to install Squid
john-smiths-computer:~ johnsmith$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: (none)
HEAD: (none)
Last commit: never
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://ia904500.us.archive.org/24/items/tigerbrew
CPU: dual-core 32-bit core2
OS X: 10.4.11-i386
Curl: /usr/local/Library/Homebrew/vendor/portable-curl/current/bin/curl
Xcode: 2.5
CLT: N/A
GCC-4.0: build 5370
GCC-4.2: build 5553
Clang: N/A
MacPorts/Fink: /opt/local/bin/port
X11: N/A
System Ruby: 2.3.3-222 => /usr/local/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby
Perl: /usr/bin/perl
Python: /usr/bin/python => /System/Library/Frameworks/Python.framework/Versions/2.3/bin/python
Ruby: /usr/bin/ruby => /Users/johnsmith
Java: N/A
@sevan
Copy link
Contributor

sevan commented Jun 24, 2024

Edit Library/Formula/squid.rb and add depends_on "cyrus-sasl" next to the depends_on "openssl" (before or after doesn't matter)

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