Issue37024
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2019-05-23 17:26 by lys.nikolaou, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg343317 - (view) | Author: Lysandros Nikolaou (lys.nikolaou) * ![]() |
Date: 2019-05-23 17:26 | |
Since recently, Homebrew refuses to link sqlite. Upon researching the whole thing, I found out that this is now considered a feature of Homebrew and not a bug. Thus homebrew users on macOS do not get the SQLite module installed by default, because it is not found and have to overwrite CPPFLAGS. Would it make sense to include a --with-sqlite flag, like we do for openssl? |
|||
| msg343508 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2019-05-25 20:40 | |
I don't understand what the issue is here. Can you explain or point to an explanation of why Homebrew is not linking to SQLite? Is it just not to the Apple-supplied SQLite? |
|||
| msg344291 - (view) | Author: Lysandros Nikolaou (lys.nikolaou) * ![]() |
Date: 2019-06-02 15:05 | |
This can be most likely be closed. In the last days I had some unrelated problems with my mac and had to do a full format. After reinstalling macOS the problem went away, so it must have been something specific to my previous state of things that triggered the error. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:15 | admin | set | github: 81205 |
| 2019-06-02 15:09:45 | ned.deily | set | status: open -> closed resolution: third party stage: resolved |
| 2019-06-02 15:05:21 | lys.nikolaou | set | messages: + msg344291 |
| 2019-05-25 20:40:46 | ned.deily | set | nosy:
+ ned.deily, ronaldoussoren messages: + msg343508 components: + macOS |
| 2019-05-23 19:57:35 | xtreak | set | nosy:
+ berker.peksag |
| 2019-05-23 17:26:21 | lys.nikolaou | create | |
