Link to home
Start Free TrialLog in
Avatar of brothertom
brothertom

asked on

Dropbox daemon on Debian Etch - GLIB issue

Hi,

I am trying to get the Dropbox daemon to run on a headless Debian Etch box but GLIBC_2.4 is not found.
I have tried installing build-essential but no joy.

I understand that GLIB is fairly central to the OS and that dropboxd is not available in source form to re-compile on the box.
Can anyone suggest a workaround or am I wasting my time.

$ uname -a
Linux xxx 2.6.24-etchnhalf.1-amd64 #1 SMP Thu Nov 5 05:04:40 UTC 2009 x86_64 GNU/Linux
$ ./.dropbox-dist/dropboxd
/home/support/.dropbox-dist/dropbox: /lib/libc.so.6: version `GLIBC_2.4' not found (required by /home/support/.dropbox-dist/dropbox)

Thanks
BT
Avatar of santoshmotwani
santoshmotwani
Flag of Australia image

have you tried upgrading all packages and re-installing?
Hi!

Follow this guide how to install headless Dropbox: http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall

Regards, Tobias
Avatar of brothertom
brothertom

ASKER

Indeed I have, but no joy.
I guess that the dropbox binaries have been compiled with GLIBC 2.4 and I don't have them.

how can I find out which version of GLIBC I have - I understand that if later, I may be able to use the newer version by creating a sym link

BT
apt-cache pkgnames glibc

Open in new window


Regards, Tobias
# apt-cache pkgnames glibc
glibc-pic
glibc-2.3.6-2
glibc-2.3.6.ds1-1
glibc-doc-reference
glibc-doc

I have run apt-get upgrade but same glibc version.
Do you know if glibc v2.4 is available and safe on this version of Debian?

Many thanks for your help
BT
Incidentally, I have worked through the Dropbox headless page - useful, but looks to be an issue with this Debian install.
Maybe you can upgrade to GLIBC_2.4 in your box to get Dropbox working? I don't know if this will mess up other parts of your system though.

Regards, Tobias
Yes, tricky decision as it's a live box.   Will probably try to get it into Dropbox using another service, perhaps WebDav > Dropbox

Thanks for your help.
ASKER CERTIFIED SOLUTION
Avatar of TobiasHolm
TobiasHolm
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial