TeamDrive3 client & Personal Server on Centos 6.4 64-bit

Questions and information regarding the Linux desktop client - Fragen und Informationen zum Linux Desktop-Client

TeamDrive3 client & Personal Server on Centos 6.4 64-bit

Postby ictdv » 09 Aug 2013, 21:41

All -
To save others some time, here are some notes on getting teamDrive3 and tdps working on a Centos 6.4 64-bit linux server. These notes will also apply to RedHat RHEL 6.4

Main stumbling block was getting the correct32-bit libraries installed. Note that for Centos and RHEL, the 32-bit libraries have names like *.i686, which isn't obvious that this is the 32-bit (vs 64-bit)library.

Personal Server manual mentions that 32-bit libraries are needed. tdps itself installed and ran for me after doing

sudo yum install compat-libstdc++3.2.3-69.el6.i686

(but shortly after found that a later version was available...see below)

However, the teamdrive3 client would not run without installing a number of other 32-bit libraries.

I encountered the following missing libraries/dependencies:

libstdc++.so.6: libstdc++-4.4.7-e.el6.i686 (note: later version of one listed above)
libfoncconfig.so.1: libfontconfig-2.8.0-3.el6.i686
libXext.so.6: libXext-1.3.1-2.el6.i686
libXrender.so.1 libXrender-0.9.7-2.el6.i686
libSM.so.6: libSM-1.2.1-2.el6.i686

To find the latest version of a missing library, I used cmds like:

sudo yum provides libstdc++*

which responded with a list of matching libraries. I simply selected the latest version available from the repository and did a

sudo yum install ...

HTH
ictdv
 
Posts: 5
Joined: 09 Aug 2013, 21:09

Re: TeamDrive3 client & Personal Server on Centos 6.4 64-bit

Postby ictdv » 17 Aug 2013, 20:34

update: installing TD3 linux client update: from build 399 to build 420, yum doesn't recognize this as an update, so would not install new build.

downloaded new version (build 420). Has same name as previously installed version:
teamdrive3-3.1.1-0.i386.rpm
but size is different, so is different from previous install. Tried the following:
sudo yum install teamdrive3*.rpm
but yum responded with
Examining ./teamdrive3-3.1.1-0.i386.rpm: ... does not update installed package. ... Error: Nothing to do

Solution:
sudo yum remove teamdrive3-3.1.1-0.i386 (note: no ".rpm")
sudo yum install ./teamdrive3-3.1.1-0.i386.rpm

This appears to have worked properly. Did not affect TD3's knowledge of my Spaces, and TD3 shows the updated (420) build under Help | about.

Note: this approach (installing TD3 client from rpm via yum install) installs teamdrive3 to /usr/local/bin, where it is accessible to all users.
ictdv
 
Posts: 5
Joined: 09 Aug 2013, 21:09


Return to Linux

Who is online

Users browsing this forum: No registered users and 13 guests

cron