View Single Post
  #2   (View Single Post)  
Old 15th February 2017
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Quote:
Originally Posted by lysitheas View Post
Some one have an idea ?
Yes. Your application depends on a library which is not installed. The error message of interest is:
Code:
iob_send.c:(.text+0x20c): undefined reference to `io_eagain_write'
Google tells me that io_eagain_write is part of libowfat, which is available to OpenBSD users as a third party package.

Porting applications to OpenBSD often takes a little research.
Reply With Quote