WheezyE / Winelink

Installation scripts for running Winlink (RMS Express/Trimode & VARA) on non-Windows computers. Wine & Box86 make this project possible.
68 stars 18 forks source link

Winelink installation failed on Raspberry 4 4GB with Raspbian bookworm x64 #81

Open IngoTB303 opened 8 months ago

IngoTB303 commented 8 months ago

Error messages during the installation:

Note, selecting 'libglu1-mesa:armhf' instead of 'libglu1:armhf' Package libldap-2.4-2:armhf is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libldap-common

E: Package 'libldap-2.4-2:armhf' has no installation candidate

Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org Box86 with Dynarec v0.2.7 14113faa built on Oct 10 2022 20:20:17 Error initializing native libfreetype.so.6 (last dlerror is libfreetype.so.6: cannot open shared object file: No such file or directory) Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org Error initializing native libfreetype.so.6 (last dlerror is libfreetype.so.6: cannot open shared object file: No such file or directory) Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org Box86 with Dynarec v0.2.7 14113faa built on Oct 10 2022 20:20:17 Error initializing native libfreetype.so.6 (last dlerror is libfreetype.so.6: cannot open shared object file: No such file or directory) Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org

installed_file1="Error initializing native libfreetype.so.6 (last dlerror is libfreetype.so.6: cannot open shared object file: No such file or directory) Error initializing native libfreetype.so.6 (last dlerror is libfreetype.so.6: cannot open shared object file: No such file or directory)

warning: bug: w_metadata art2kmin corrupt, might need forward slashes?

Winetricks failed to download/install VB6 or PDH.DLL! Box86 with Dynarec v0.2.7 14113faa built on Oct 10 2022 20:20:17

Winelink installation failed.

If a download failed, please check your internet connection and try re-running the script.

mcmonagle101 commented 7 months ago

The problem is line 62 of the installation script. It wants to install libldap-2.4.2:armhf . That version does not exist in bookworm. That kill the entire "apt-get install" causing massive failures latter on. Change that to libldap-2.5-0:armhf. I downloaded the script, edited it then ran it. It's working for me.

IngoTB303 commented 7 months ago

Hi, many thanks, I will try it out later. 73

Am 4. Dezember 2023 23:26:49 MEZ schrieb mcmonagle101 @.***>:

The problem is line 62 of the installation script. It wants to install libldap-2.4.2:armhf . That version does not exist in bookworm. That kill the entire "apt-get install" causing massive failures latter on. Change that to libldap-2.5-0:armhf. I downloaded the script, edited it then ran it. It's working for me.

-- Reply to this email directly or view it on GitHub: https://github.com/WheezyE/Winelink/issues/81#issuecomment-1839599605 You are receiving this because you authored the thread.

Message ID: @.***>

mcmonagle101 commented 6 months ago

My edit is on line 662 not 62. Sorry :-(

Trying install on rpi5. See I have a bit more work ahead.