You are not logged in.
Hey,
just started a new job, which uses teamdrive, so I need to get this up and running. Using the installer from teamdrive itself only leads to
```
./TeamDrive.bin: symbol lookup error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
```
and installing the package from AUR just exits immediately with
```
[09:53 987] main()
("./TeamDrive.bin", "--single-process")
```
Arch is up to date, and installed fontconfig is extra/fontconfig 2:2.13.1+12+g5f5ec56-1.
Any ideas on what's going wrong?
jankoppe.de · thunfisch on freenode
Offline
See the very first comment on the AUR page.
Offline
Tried that as the very first step, doesn't work either.
jankoppe.de · thunfisch on freenode
Offline
Hmmm strange that did the job for me. Just to be sure that we are not talking about different things:
1. You currently have installed teamdrive via the AUR PKGBUILD.
2. You then tried launching the program via
LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' /usr/bin/teamdriveFWIW please try removing following directories (if exisiting) and then try to run the above command again
$HOME/.teamdrive
$HOME/.config/teamdrive
$HOME/.cache/teamdrive
$HOME/.local/share/teamdriveIf it it still fails to start you may want to post the log from $HOME/.teamdrive/logs
Offline