Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Cannot compile develop branch

Hi Roger,

Thank you for your comment.
It seems not the case here.

I found error on the test of ./08-ssl-bridge.py only.
All of similar bridge-tests, ./06-series were passed.

Of course, port 1888 was not in use as bellow.
-------------------------------------------------------------
$ ss -nat
State      Recv-Q Send-Q Local Address:Port               Peer
Address:Port
LISTEN     0      128          *:111                      *:*
LISTEN     0      128          *:22                       *:*
LISTEN     0      100    127.0.0.1:25                       *:*
ESTAB      0      36     XX.XX.XX.XX:22
YY.YY.YY.YY:61364
LISTEN     0      128         :::111                     :::*
LISTEN     0      128         :::22                      :::*
LISTEN     0      100        ::1:25                      :::*

Regards,
Tatsuzo


2017-06-20 2:55 GMT+09:00 Roger Light <roger@xxxxxxxxxx>:
> Hi Tatsuzo,
>
> That error would occur if port 1888 was already in use for some other
> reason, could that be the case?
>
> Cheers,
>
> Roger
>
>


Back to the top