You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed FPM via "gem install fpm" command and it happened successful, but after installing, when I tried typing following command i.e "fpm -v" or "fpm -h" get to see following error and couldn't use FPM command.
Note: Am trying on Windows 7 64 bit, tried multiple times to uninstall/re-install Ruby, Devkit and fpm but no luck.
Note: Before installing installed Ruby "ruby 1.9.3p484 (2013-11-22) [i386-mingw32]" and gem version is "1.8.28", not sure if it would help.
C:/Ruby193N/lib/ruby/gems/1.9.1/gems/ffi-1.9.3-x86-mingw32/lib/ffi/library.rb:26
1:in attach_function': Function '__xmknod' not found in [msvcrt.dll] (FFI::NotF oundError) from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/util.rb:16:i nrescue in module:Util'
from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/util.rb:12:i
n <module:Util>' from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/util.rb:6:in <top (required)>'
from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:
in require' from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36: inrequire'
from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/package.rb:2
:in <top (required)>' from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36: inrequire'
from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:
in require' from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm.rb:3:in<to
p (required)>'
from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:
in require' from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36: inrequire'
from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/bin/fpm:5:in <top ( required)>' from C:/Ruby193N/bin/fpm:23:inload'
from C:/Ruby193N/bin/fpm:23:in `
'
Also would like to know whether FPM is supported on Windows7 (64 bit)? if yes are there any specific steps need to be performed.
Even tried through cygwin, that didn't help in windows.
Please do share steps on resolving the same. It would be a great help.
The text was updated successfully, but these errors were encountered:
Also would like to know whether FPM is supported on Windows7 (64 bit)? if yes are there any specific steps need to be performed.
Even tried through cygwin, that didn't help in windows.
Installed FPM via "gem install fpm" command and it happened successful, but after installing, when I tried typing following command i.e "fpm -v" or "fpm -h" get to see following error and couldn't use FPM command.
Note: Am trying on Windows 7 64 bit, tried multiple times to uninstall/re-install Ruby, Devkit and fpm but no luck.
Note: Before installing installed Ruby "ruby 1.9.3p484 (2013-11-22) [i386-mingw32]" and gem version is "1.8.28", not sure if it would help.
C:/Ruby193N/lib/ruby/gems/1.9.1/gems/ffi-1.9.3-x86-mingw32/lib/ffi/library.rb:26
'1:in
attach_function': Function '__xmknod' not found in [msvcrt.dll] (FFI::NotF oundError) from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/util.rb:16:i n
rescue in module:Util'from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/util.rb:12:i
n
<module:Util>' from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/util.rb:6:in
<top (required)>'from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:
in
require' from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36: in
require'from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm/package.rb:2
:in
<top (required)>' from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36: in
require'from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:
in
require' from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/lib/fpm.rb:3:in
<top (required)>'
from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:
in
require' from C:/Ruby193N/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36: in
require'from C:/Ruby193N/lib/ruby/gems/1.9.1/gems/fpm-1.0.2/bin/fpm:5:in
<top ( required)>' from C:/Ruby193N/bin/fpm:23:in
load'from C:/Ruby193N/bin/fpm:23:in `
Also would like to know whether FPM is supported on Windows7 (64 bit)? if yes are there any specific steps need to be performed.
Even tried through cygwin, that didn't help in windows.
Please do share steps on resolving the same. It would be a great help.
The text was updated successfully, but these errors were encountered: