aboutsummaryrefslogtreecommitdiff
path: root/posts/localwp-fedora.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
committerBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
commitdc6db80fa72286704849ef61ee0e5ccb5841cb09 (patch)
tree9235d796229d49211c27a07b9d18585d503baa94 /posts/localwp-fedora.md
parent088c87bcb58be576308da503d4f11a68843c5013 (diff)
Conversion to barf for testing purposes
Diffstat (limited to 'posts/localwp-fedora.md')
-rw-r--r--posts/localwp-fedora.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/posts/localwp-fedora.md b/posts/localwp-fedora.md
new file mode 100644
index 0000000..c6f915d
--- /dev/null
+++ b/posts/localwp-fedora.md
@@ -0,0 +1,17 @@
+# Fixing LocalWP on Fedora 32
+
+2020-05-06
+
+I recently upgraded from Fedora 31 to 32 and everything went very smoothly - except for one application: **LocalWP**. After the upgrade, all local WordPress builds would fail and complain about two missing packages:
+
+- libnettle6
+- libhogweed4
+
+After wasting far too much time rolling back to older LocalWP versions and reaching out into the community forums, I found a simply solution to the problem. You just need to download and install the following packages manually:
+
+- libnettle6: [libnettle6-3.4.1-lp152.3.1.x86_64.rpm](https://pkgs.org/download/libnettle6)
+- libhogweed4: [libhogweed4-3.4.1-lp152.3.1.x86_64.rpm](https://pkgs.org/download/libhogweed4)
+
+Although these packages are built for OpenSuse, it still worked perfectly fine for me. My hope is that this quick post might be helpful for others who possibly run into the same issue.
+
+For reference, here is the Local Community ticket I created: [Local not working with Fedora 32](https://localwp.com/community/t/local-not-working-fedora-32-workstation-edition/19219)