hi,
download zlib:
http://archive.ubuntu.com/ubuntu/pool/m ... _amd64.debcreate a script 'purebasic':
Code:
#!/bin/sh
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/USER-NAME/zlib/lib/x86_64-linux-gnu ~/purebasic/compilers/purebasic_new
1. copy the directory 'zlib' to /home/USER-NAME/
2. /home/USER-NAME/purebasic/compilers/purebasic -> rename to 'purebasic_new'.
3. copy the script 'purebasic' to /home/USER-NAME/purebasic/compilers/
4. change the USER-NAME there.
After that you can start your IDE as usual.
This solution does not change the global 'libz.so.1.2.8' in the system, but the PureBasic IDE uses the new 'libz.so.1.2.11' in the /home/USER-NAME/zlib/ directory at runtime.
It worked for me.
Mint 18.3 // PureBasic 5.73
Good luck
