M
matthewdmaxwell
I am having a problem with getting the win32ole extension to work for
my ruby-1.8.4, which I compiled from source. After I had compiled it I
found out you need to comment out the ext from ext/Setup. I did that
and recompiled but using irb I still get an error
[root@preservedasset doc]# irb
irb(main):001:0> require 'win32ole'
LoadError: no such file to load -- win32ole
from (irb):1:in `require'
from (irb):1
irb(main):002:0>
Anyone know what I am doing wrong?
Thanks,
Matt Maxwell
my ruby-1.8.4, which I compiled from source. After I had compiled it I
found out you need to comment out the ext from ext/Setup. I did that
and recompiled but using irb I still get an error
[root@preservedasset doc]# irb
irb(main):001:0> require 'win32ole'
LoadError: no such file to load -- win32ole
from (irb):1:in `require'
from (irb):1
irb(main):002:0>
Anyone know what I am doing wrong?
Thanks,
Matt Maxwell