Has anyone had any success getting dropbox installed with dropboxd running properly on OpenBSD (FreeBSD would work for me too..)? I have built from source and everything installs just fine but when I try to fire it up:
$ python /usr/bin/dropbox start
Starting Dropbox...
The Dropbox daemon is not installed!
Run "dropbox start -i" to install the daemon
$ ssh root@localhost
root@localhost's password:
<snip>
# python /usr/bin/dropbox start -i
Starting Dropbox...
Dropbox is the easiest way to share and store your files online.
Want to learn more? Head to http://www.dropbox.com/
In order to use Dropbox, you must download the proprietary daemon. [y/n] y
Error: Platform not supported
So I checked out the command line clients and text only stuff from http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall but of course that's precompiled for linux.. no dice.
Anyone try to tackle this and get a workaround for a DropBox/BSD combo?
I continued to plug away at this and eventually ran into a show stopper: There's no linux emulation on amd64 for openbsd. Game over. Sorry to kill everyone's time.
/usr/bin/dropboxon a text editor, search for theError: Platform not supportedmessage and post the corresponding line of code here (a few lines above and a few lines below it too)? Since it's a Python script it might be possible to change it slightly if it's just a check for officially supported platforms.