Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Zaw Htut Win
Zaw Htut Win

Posted on

     

Where is pacman in windows Rails installation?

Yesterday I was encountering

The specified module could not be found.   - C:/Ruby/lib/ruby/gems/2.0.0/extensions/x64-mingw32/2.0.0/mysql2-0.3.16/mysql2/mysql2.so(LoadError)
Enter fullscreen modeExit fullscreen mode

It was because I updated the AWS RDS from to 8.0 version last week. The applications that use Linux doesn't have problems but Windows.

So I downloaded the MySQLConnectorC and do
bash
gem install mysql2 -- --with-opt-lib c:/your/path/to/Ruby27-x64/msys64/mingw6/lib64

It recognize the library location but there are somemore errors

error: mingw32: key"5F944B027F7FE2091985AA2EFA11531AA0AA7F57" is unknownerror: key"5F944B027F7FE2091985AA2EFA11531AA0AA7F57" could not be looked up remotelyerror: mingw64: key"5F944B027F7FE2091985AA2EFA11531AA0AA7F57" is unknownerror: key"5F944B027F7FE2091985AA2EFA11531AA0AA7F57" could not be looked up remotelyerror: msys: key"5F944B027F7FE2091985AA2EFA11531AA0AA7F57" is unknownerror: key"5F944B027F7FE2091985AA2EFA11531AA0AA7F57" could not be looked up remotelyerror: database'mingw32' is not valid(invalid or corrupted database(PGP signature))error: database'mingw64' is not valid(invalid or corrupted database(PGP signature))error: database'msys' is not valid(invalid or corrupted database(PGP signature))
Enter fullscreen modeExit fullscreen mode

the anwer is to use MSYS2 installation with the following command: pacman -Syu

But the problem is there is no executable file in Ruby windows called pacman.

So that's where ridk comes in. ridk is the Ruby Installer Developement Kit. if you just execute ridk in command line, you will know.

The command to run pacman using ridk is this

ridkexecpacman-Syu
Enter fullscreen modeExit fullscreen mode

Viola! It will recreate the corrupted databases

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Developer, Code Poet
  • Location
    Yangon
  • Joined

More fromZaw Htut Win

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp