On 30.06.2014 18:11, Ted Unangst wrote:
On Mon, Jun 30, 2014 at 16:38, Wesley MOUEDINE ASSABY wrote:
Hi,
I'm trying to make mailserv project working with the last OpenBSD
version.
I meet this error :
/usr/local/lib/ruby/site_ruby/1.8/i386-openbsd/RRD.so: Cannot load
specified object -
/usr/local/lib/ruby/site_ruby/1.8/i386-openbsd/RRD.so
(LoadError)
from /var/mailserv/scripts/rrdmon_create.rb:2
LD_PRELOAD=libpthread.so ruby ....
I tried this : env LD_PRELOAD=/usr/lib/libpthread.so.18.0 ruby18
path_to_rb
The error go away. But the ruby app doesn't work.