Arch linux /usr/lib/libtiff.so.6

290 views
Skip to first unread message

Marcelo Giordano

unread,
Jul 7, 2024, 6:45:26 PM7/7/24
to golden-cheetah-users
En arch linux bajo la versión 3.7 y ejecuto
chmod a+x GoldenCheetah_v3.7-DEV_x64.appimage
después ejecuto
./GoldenCheetah_v3.7-DEV_x64.appimage
y me da el siguiente error
/tmp/.mount_GoldenAmQaZX/GoldenCheetah: symbol lookup error: /usr/lib/libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0

Con la versión 3.6 no me pasa.

Espero solucionar este problema.
Gracias. Me encanta el software

Ale Martinez

unread,
Jul 7, 2024, 7:27:40 PM7/7/24
to golden-cheetah-users

Jean-Joël Bataille

unread,
Oct 18, 2024, 1:08:55 PM10/18/24
to golden-cheetah-users

I use Manjaro and when I try to create the menu entry with the proposed solution. It fails.
The line Exec=LD_PRELOAD=/usr/lib/libjpeg.so.8 /home/joel/AppImages/GoldenCheetah_v3.7-DEV_x64.Appimage triggers the error file /usr/lib/libjpeg.so.8 not found.
However, if I replace it with Exec=/home/joel/EssaisBash/LanceGC.sh everything works fine.
My LanceGC.sh file contains the following lines
#!/bin/bash
cd /home/joel/AppImages
export LD_PRELOAD=/usr/lib/libjpeg.so.8
./GoldenCheetah_v3.7-DEV_x64.AppImage
exit

Jean-Joël Bataille

unread,
Oct 18, 2024, 1:21:27 PM10/18/24
to golden-cheetah-users
Sorry, I just saw that the path was not correct
In fact, everything works fine if the correction line is 
Exec=LD_PRELOAD=/usr/lib/libjpeg.so.8 ./GoldenCheetah_v3.7-DEV_x64.Appimage
with the appropriate path line
Path=/home/joel/AppImages/
Reply all
Reply to author
Forward
0 new messages