I am trying to install the latest bitpim (I have a VX9100) using the .deb file available from SourceForge. When I use the command:

Code:
sudo dpkg -i --force-architecture bitpim*.deb
I get the following result:
Code:
dpkg - warning, overriding problem because --force enabled:
 package architecture (i386) does not match system (amd64)
(Reading database ... 136762 files and directories currently installed.)
Preparing to replace bitpim 1.0.6 (using bitpim_1.0.6_i386.deb) ...
Unpacking replacement bitpim ...
Setting up bitpim (1.0.6) ...
cp: cannot stat `/usr/lib/BitPim-1.0.6/resources/60-bitpim.rules': No such file or directory
dpkg: error processing bitpim (--install):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 bitpim
I tried some of the procedures mentioned earlier, but I always end up at the "60-bitpim.rules" error. Can anyone tell me what I am doing wrong?

Thanks for your time!