by Mewit » Mon Aug 27, 2012 6:18 am
Hi there,
I'm trying to do the same thing with a pogoplug v2 - run an ftp server on it by installing pure-ftpd. I ran into the same problem with it saying not supported for ARM, but got around it by putting arch=('arm') in the PKGCONFIG and it seemed to work. Except for two things, running makepkg -s gives me this error:
ERROR: Running makepkg as root is a BAD idea and can cause permanent,
catastrophic damage to your system. If you wish to run as root, please
use the --asroot option.
not sure if that means I haven't got sudo installed or something? Didn't know that was possible, but sudo as a command doesn't work either. Anyway, when I run makepkg --asroot it works, but it says:
==> Making package: pure-ftpd 1.0.35-1 (Thu Jan 1 04:19:15 CST 1970)
==> Checking runtime dependencies...
==> Missing Dependencies:
-> libmysqlclient
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
So I try to install libmysqlclient like this:
[root@alarm pure-ftpd-1.0.35]# pacman -S libmysqlclient
resolving dependencies...
looking for inter-conflicts...
Targets (1): libmysqlclient-5.5.25.a-1
Total Download Size: 3.24 MiB
Total Installed Size: 19.85 MiB
Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
error: failed retrieving file 'libmysqlclient-5.5.25.a-1-arm.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404
warning: failed to retrieve some files from extra
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.
So in case it isn't obvious, I'm pretty new to linux and I know my problem is almost certainly something stupid I'm doing but.. help?
Thanks a lot,
Alex
ps. also I tried to run pacman -S base-devel like it says in the package installation page but most of the options (1 through 11) don't seem to work. Gives me the same 404 error. Is this related?