Skip to content

openssl install failed with perl error #3476

Answered by seokbeomKim
Lightup1 asked this question in Linux
Discussion options

You must be logged in to vote

I manually installed openssl@3 with a following steps.. maybe this could be helpful to someone.
(Ensure that the manual build is okay.)

First, install openssl@3 with debug option;
brew install --verbose --debug openssl@3

Even though errors occur just ignore them and finish the installation.

Then, download the source code and manually install:
(you must set $HOMEBREW_DIR)
./Configure --prefix=$HOMEBREW_DIR/Cellar/openssl@3/3.1.0 --openssldir=$HOMEBREW_DIR/etc/openssl@3 --libdir=$HOMEBREW_DIR/lib/

make -j8 && make install

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@seokbeomKim
Comment options

Answer selected by Lightup1
@vjsingh2793
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Linux
Labels
None yet
3 participants