IRCNow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
openbsd:irc:psybnc [2020/08/05 17:06]
fizi
openbsd:irc:psybnc [2020/08/05 17:28] (current)
fizi
Line 250: Line 250:
 $ make $ make
 </​code>​ </​code>​
 +After running $make command , if you get this message....
 +
 +System: OpenBSD
 +DNS Library (c-ares): Not Available
 +
 +Your system does not appear to have the c-ares liberary installed. This library is required for psyBNC to do DNS lookups (as of version 2.4)
 +
 +Then you need to add this package prior to run $ make command.
  
-If you get an error of missing libraries after the execution of $make. Then you need to add the required package for it to work properly. ​ 
 <​code>​ <​code>​
 doas pkg_add libcares doas pkg_add libcares
 </​code>​ </​code>​
  
-After adding ​pakage ​now you can run the below commands.+After adding ​the package ​now you can run the below commands.
  
 <​code>​ <​code>​