zbx-sadman / unifi_proxy

Fast client-server version of UniFi Miner
45 stars 21 forks source link

Update Readme #24

Closed aleex1848 closed 6 years ago

aleex1848 commented 6 years ago

I got this error:

root@server:~# /etc/init.d/unifi_proxy start
UniFi Proxy TCP server: start daemon
Can't locate IO/Socket/IP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/local/sbin/unifi_proxy.pl line 18.
BEGIN failed--compilation aborted at /usr/local/sbin/unifi_proxy.pl line 18.

So had to:

root@server:~# cpan IO::Socket::IP

Please update the Guide. Thanks :)

zbx-sadman commented 6 years ago

Thanks, fixed.