View Single Post
  #6   (View Single Post)  
Old 31st July 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

The "not the right architecture" message only occurs if you have a mismatch between machine architecture and the architecture of the package. Usually, this is caused by using the wrong PKG_PATH variable. It appears you eventually figured that out.

The "-r" option to pkg_add is used when re-installing, as it requests a replacement of an installed package.
Reply With Quote