valet: valet start dyld: lazy symbol binding failed: Symbol not found: _EVP_aes_128_cbc_hmac_sha256

I have been using valet for several years but this week it won’t start and gives me errors that I am unable to fix after trying everything I could think of.

The first thing I did after seeing that I was unable to access my site was check the running brew processes:

$ brew services list
Name    Status  User     Plist
dnsmasq started root     /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist
mailhog started ben /Users/kotlin/Library/LaunchAgents/homebrew.mxcl.mailhog.plist
mariadb started ben /Users/kotlin/Library/LaunchAgents/homebrew.mxcl.mariadb.plist
nginx   started root     /Library/LaunchDaemons/homebrew.mxcl.nginx.plist
php     started ben /Users/kotlin/Library/LaunchAgents/homebrew.mxcl.php.plist
php@7.1 started root     /Library/LaunchDaemons/homebrew.mxcl.php@7.1.plist

everything is there except for valet so I tried starting valet manually:

$ valet start
dyld: lazy symbol binding failed: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: lazy symbol binding failed: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: lazy symbol binding failed: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: lazy symbol binding failed: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: lazy symbol binding failed: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

dyld: Symbol not found: _EVP_aes_128_cbc_hmac_sha256
  Referenced from: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Expected in: /opt/local/lib/libcrypto.1.0.0.dylib

I tried reinstalling things, unlinking and linking things, I made sure that php 7.1 was in fact the version version of php being used but I still got the same errors when I tried to start valet. Does anyone know how I can get valet started?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 31 (17 by maintainers)

Most upvoted comments

@mattstauffer I think this can be closed.