This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add some extra notes for getting Synapse running on macOS #8997
Merged
Merged
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
00abc56
Add some extra notes for getting Synapse running on macOS
MadLittleMods cb22108
Suggest running the demo script
MadLittleMods 7fd2bdc
Use generate-config option to get the key generation
MadLittleMods 48b2cef
Start the app by python
MadLittleMods f25aa90
Merge branch 'develop' into extra-macos-developer-notes
MadLittleMods 51fdf1c
Update openssl install docs
MadLittleMods 871840e
Merge branch 'develop' into extra-macos-developer-notes
MadLittleMods File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,6 +189,9 @@ brew install [email protected] | |
export LDFLAGS=-L/usr/local/Cellar/openssl\@1.1/1.1.1d/lib/ | ||
``` | ||
|
||
Alternatively, you can try https://stackoverflow.com/a/56228387/796832 | ||
|
||
|
||
#### OpenSUSE | ||
|
||
Installing prerequisites on openSUSE: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add some extra docs for getting Synapse running on macOS. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it that you needed to also configure
CPPFLAGS
or was the path wrong?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clokep I'm not sure which one. After copy-pasting both of of those lines linked in the answer, it worked.
I did have the
[email protected]
brew package installed.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like homebrew puts symlinks into
/usr/local/opt
that (by default) point to /usr/local/Cellar. What version of openssl do you have installed? I now have1.1.1i
so I'm guessing the issue was that the above command directly specified the1.1.1d
? I think we should check the above directions to what the SO answer suggests (no need to link to it IMO):There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should note that this is just a symlink 😄 :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 that looks great to me! Thanks for digging to find the symlinks are the same anyway 😀
Looks like I have the same version: