Skip to content

Installation of Interconnect Router Results in Version Mismatch #12

Open
@mmistretta

Description

@mmistretta

Enable EPEL

sudo rpm -i https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

Yum update

sudo yum -y update

Install preprequisites

sudo yum -y install qpid-proton-c-devel python-qpid-proton

Install Official release of router

sudo rpm -Uvh libwebsockets-2.1.0-3.el7.x86_64.rpm
sudo rpm -Uvh qpid-dispatch-router-0.8.0-9.el7.x86_64.rpm

The above directions result in version issues as yum does not give a version necessary for the rpms if you download the latest RPMs from access. The below works:

Enable EPEL

sudo rpm -i https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

Yum update

sudo yum -y update

Install preprequisites

sudo yum -y install qpid-proton-c-devel python-qpid-proton
sudo yum install qpid-dispatch-router qpid-dispatch-tools
yum install python-websockify

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions