i have an up-to-date F22 with latest wine . I'm trying to get TV to run.
I downloaded latest tarball and attempt to run it without installation:
Code:
[az@toshiba teamviewer]$ ps -ef | grep win*
root 1 0 0 Feb25 ? 00:00:04 /usr/lib/systemd/systemd --switched-root --system --deserialize 21
az 1346 1 0 Feb25 ? 00:00:00 dbus-launch --sh-syntax --exit-with-session
az 16239 15840 0 16:15 pts/2 00:00:00 grep --color=auto win*
[az@toshiba teamviewer]$
[az@toshiba teamviewer]$
[az@toshiba teamviewer]$ ./teamviewer
Init...
XRandRWait: No value set. Using default.
XRandRWait: Started by user.
Checking setup...
/home/az/bin/teamviewer/tv_bin/wine/bin/wineserver: Symbol `wine_casemap_upper' has different size in shared object, consider re-linking
/home/az/bin/teamviewer/tv_bin/wine/bin/wineserver: Symbol `wine_casemap_lower' has different size in shared object, consider re-linking
wine client error:0: version mismatch 440/503.
Your wineserver binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
[az@toshiba teamviewer]$ which wine
/bin/wine
[az@toshiba teamviewer]$ ls -l /bin/wine
lrwxrwxrwx 1 root root 22 Feb 26 16:08 /bin/wine -> /etc/alternatives/wine
[az@toshiba teamviewer]$ wine --version
wine-1.9.3 (Staging)
the checklibs run fine :
Code:
[az@toshiba teamviewer]$ ./tv-setup checklibs
-=- TeamViewer tar.gz check -=-
In order to use the tar.gz version of TeamViewer,
you have to make sure that the necessary libraries are installed.
NOTE: Most needed libraries are 32 bit libraries, even if you are on a 64 bit system!
Writing raw output to /home/az/bin/teamviewer/logfiles/DependencyCheck32.log
Writing raw output to /home/az/bin/teamviewer/logfiles/DependencyCheck64.log
Analyzing dependencies (64 bit)...
All 64 bit dependencies seem to be satisfied!
Analyzing dependencies (32 bit)...
All 32 bit dependencies seem to be satisfied!
the only reasonable point i came across is
http://forums.fedoraforum.org/showthread.php?t=305642
any clues will be appreciated.