Skip to content

Commit 072b303

Browse files
committed
+ charlock holmes installation troubleshooting
1 parent 1ff47e6 commit 072b303

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

install/freebsd/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
## FreeBsd 8 / 9 Install Troubleshooting
3+
4+
5+
### Charlock Holmes installation fails
6+
7+
Every now and then `devel/icu` (the freebsd port of `libicu-dev`) or another library charlock_holmes depends on will get updated, thus invalidating the gem currently
8+
installed in the gitlab directory.
9+
10+
N.B. Your running server will continue normal operation in that case, but updates or things like a rake backup command will suddenly fail.
11+
12+
__Solution__:
13+
14+
Implicetely tell the installer where to look for dependencies:
15+
16+
```
17+
sudo gem install charlock_holmes -- --with-icu-dir=/usr/lib --with-opt-include=/usr/local/include/
18+
```
19+
20+
After this has run through, rake commands as well as the update process (repeat last failed step) should resume normal operation.
21+
22+
23+

0 commit comments

Comments
 (0)