You are not logged in.
Pages: 1
Hi,
I was trying to build mytourbook_bin on Arch64
http://aur.archlinux.org/packages.php?ID=26445
I edited the PKGBUILD and changed "arch=('i686')" to "arch=('i686' 'x86_64')". The package installed successfully but now I can't run the program.
Bash complains that the file or directory /usr/bin/mytourbook was not found...So is there any chance that I can run this under Arch64? Java-Runtime is installed...
Offline
Don't think so in every case a simple changing in arch is enough In that case the maintainer mustn't test it for the two different arch.
If the package was installed successfully, this line must be run too:
ln -s /usr/share/mytourbook/mytourbook ${pkgdir}/usr/bin/mytourbook
If you do it with manually after installation, can it work for you ?
Offline
you'rr getting this error because this is a i686 pre-compiled binary. You'll need to use a chroot or the lib32 packages. Search the wiki for more info.
Offline
Pages: 1