"Igal @ Lucee.org" <i...@lucee.org> writes: > I see that freetds was added to MSYS2 -- > https://github.com/Alexpux/MINGW-packages/pull/2671/files -- but when > I try to run > > pacman -S freetds > > I get an error target not found: freetds > > How can I install it?
Try pacman -Ss freetds to list the packages that contain that string on their names. Sometimes there is no binary package published. If the binary package is available, as it is a MinGW-w64 package, you need pacman -S mingw-w64-x86_64-freetds to install it. (replace x86_64 with i686 if your Windows is 32 bits). ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Msys2-users mailing list Msys2-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/msys2-users