Skip to content

Commit

Permalink
Fix getaddrinfo -3008 issue on CentOS systems
Browse files Browse the repository at this point in the history
- add build script
- add docker script for Mongo
- bump version number (patch)
  • Loading branch information
superhawk610 committed Jan 10, 2018
1 parent c79b485 commit f3ac1bc
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 747 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sudo apt-get install build-essential libavahi-compat-libdnssd-dev

#### RedHat/Fedora/CentOS
```shell
sudo yum install gcc gcc-c++ avahi avahi-compat-libdns_sd avahi-compat-libdns_sd-devel
sudo yum install gcc gcc-c++ avahi avahi-compat-libdns_sd avahi-compat-libdns_sd-devel nss_mdns
```

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

```

**Using CentOS?**
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.
**Running CentOS and Seeing This Error?**
```shell
Error: getaddrinfo -3008
```
Make sure you have `nss_mdns` installed:
```shell
sudo yum install nss_mdns
```

### Issues

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

## Authors

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

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

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

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

## Contributing

- **NEW**: Use a code editor that supports [Prettier](https://prettier.io/) and the included `.prettierrc.yml`
Expand Down
1 change: 1 addition & 0 deletions docker/mongo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -d --name multicast-mongo mongo
Loading

0 comments on commit f3ac1bc

Please sign in to comment.