Skip to content

Commit f3ac1bc

Browse files
committed
Fix getaddrinfo -3008 issue on CentOS systems
- add build script - add docker script for Mongo - bump version number (patch)
1 parent c79b485 commit f3ac1bc

File tree

4 files changed

+386
-747
lines changed

4 files changed

+386
-747
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sudo apt-get install build-essential libavahi-compat-libdnssd-dev
7272

7373
#### RedHat/Fedora/CentOS
7474
```shell
75-
sudo yum install gcc gcc-c++ avahi avahi-compat-libdns_sd avahi-compat-libdns_sd-devel
75+
sudo yum install gcc gcc-c++ avahi avahi-compat-libdns_sd avahi-compat-libdns_sd-devel nss_mdns
7676
```
7777

7878
### Setup
@@ -191,21 +191,29 @@ The most recent version of node_mdns has an incompatibility with v8.6 due to cha
191191

192192
```
193193

194-
**Using CentOS?**
195-
There appears to be a number of issues when running on CentOS, and we are actively attempting to address them. See #23 for status and updates.
194+
**Running CentOS and Seeing This Error?**
195+
```shell
196+
Error: getaddrinfo -3008
197+
```
198+
Make sure you have `nss_mdns` installed:
199+
```shell
200+
sudo yum install nss_mdns
201+
```
196202

197203
### Issues
198204

199205
If you run into any problems while using this, please report them [here](https://github.com/superhawk610/multicast/issues).
200206

201207
## Authors
202208

203-
![superhawk610](https://avatars0.githubusercontent.com/u/18172185?v=4&s=32) Aaron Ross - *initial work* - [superhawk610](https://github.com/superhawk610)
209+
![superhawk610](https://avatars0.githubusercontent.com/u/18172185?v=4&s=32) Aaron Ross - *author* - [superhawk610](https://github.com/superhawk610)
204210

205211
![Brekmister](https://avatars0.githubusercontent.com/u/8389366?v=4&s=32) [Brekmister](https://github.com/Brekmister) - *contributor*
206212

207213
![ocelotsloth](https://avatars0.githubusercontent.com/u/9255772?v=4&s=32) Mark Stenglein - *contributor* - [ocelotsloth](https://github.com/ocelotsloth)
208214

215+
![andrewpryor](https://avatars3.githubusercontent.com/u/1560890?s=460&v=4) Andrew Pryor - *contributor* - [andrewpryor](https://github.com/andrewpryor)
216+
209217
## Contributing
210218

211219
- **NEW**: Use a code editor that supports [Prettier](https://prettier.io/) and the included `.prettierrc.yml`

docker/mongo.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docker run -d --name multicast-mongo mongo

0 commit comments

Comments
 (0)