我一直在尝试在CentOS 6上部署Rail 3.1.1应用程序
这是我得到的错误
Error Compiling CSS
Errno::ENOENT: No Such File or Directory - /var/www/vhosts/MySite/MyAPP/tmp/cache/assets/sprockets%t43t34t34t...t34t-r32r-r23.lock
/usr/local/lib/ruby/1.9.1/tempfile.rb:343:in 'rmdir'
Run Code Online (Sandbox Code Playgroud)
我很感激帮助.
我遇到了ImageMagick没有在全新安装的Mac OSX Lion上转换JPEG的问题.我得到了一个错误的错误:
convert: unable to open module file `/Users/natewade/.magick/jpeg.la': No such file or directory @ warning/module.c/GetMagickModulePath/813.
convert: no decode delegate for this image format `test1.jpg' @ error/constitute.c/ReadImage/544.
convert: no images defined `test1.jpg' @ error/convert.c/ConvertImageCommand/3044.
Run Code Online (Sandbox Code Playgroud)
然而,使用GIF和其他格式的转换工作正常.在谷歌搜索之后,我发现很多人在2006年就遇到了同样的问题.但是他们都没有发布解决方案.
配置Image magic时,您可能会注意到:
checking for JPEG...
checking jconfig.h usability... no
checking jconfig.h presence... no
checking for jconfig.h... no
checking jerror.h usability... no
checking jerror.h presence... no
checking for jerror.h... no
checking jmorecfg.h usability... no
checking jmorecfg.h presence... no
checking for jmorecfg.h... no
checking jpeglib.h usability... …
Run Code Online (Sandbox Code Playgroud)