[solved] Could not run a couple of apps
Re: Could not run a couple of apps
No problem, if OP wants to hunt down those libs that's fine, I did a quick look around and didnt see them. (I normally do not hunt lbs down as it usually ends up far more hassle then worth - even for me ;-) )
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: Could not run a couple of apps
Yep, i'm also, but i had some very weird hours with kiCAD some years ago, which also uses GLUT and GLEW, so i had the idea where to search and find these libs, see previous post w#solution.CharlesV wrote: Sun Oct 29, 2023 3:11 pm No problem, if OP wants to hunt down those libs that's fine, I did a quick look around and didnt see them. (I normally do not hunt lbs down as it usually ends up far more hassle then worth - even for me ;-) )

Re: Could not run a couple of apps
Nicely done!
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: Could not run a couple of apps
Oooops, @fadi , with THAT hardware so old ...
The minimum Hardware Requirements are - according to their website:
... i'm afraid that you can't use Paintstorm on that deviceMachine: Type: Laptop System: Hewlett-Packard product: Compaq Presario CQ61 Notebook PC v: Rev 1
serial: <filter> Chassis: Quanta type: 10 serial: <filter>
Mobo: Quanta model: 3069 v: 21.12 serial: <filter> BIOS: Hewlett-Packard v: F.14
date: 09/22/2009
CPU: Info: Dual Core model: Celeron T3000 bits: 64 type: MCP arch: Penryn family: 6
model-id: 17 (23) stepping: A (10) microcode: A0B cache: L2: 1024 KiB
flags: lm nx pae sse sse2 sse3 ssse3 bogomips: 7182
Speed: 1794 MHz min/max: N/A Core speeds (MHz): 1: 1794 2: 1795
Graphics: Device-1: Intel Mobile 4 Series Integrated Graphics vendor: Hewlett-Packard
driver: i915 v: kernel bus-ID: 00:02.0 chip-ID: 8086:2a42 class-ID: 0300
Display: x11 server: X.Org 1.20.11 compositor: xfwm4 v: 4.18.0 driver: loaded: intel
OpenGL: renderer: Mesa DRI Mobile Intel GM45 Express (CTG) v: 2.1 Mesa 20.3.5
direct render: Yes
Info: Processes: 195 Uptime: 1h 21m wakeups: 2 Memory: 1.86 GiB used: 1.18 GiB (63.7%)

The minimum Hardware Requirements are - according to their website:
Sorry for the bad news ... l0dr3System requirements
• CPU Core i3-4150 3.5Ghz
• OS Windows Vista/7/8/10 MAC OS 10.7 and higher
• MEMORY 2GB (better 4GB or higher)
• HDD SPACE 100 Mb
• GRAPHIC CARD nVidia GeForce 8800 / Radeon x1900 or higher
Attention! From version 2.31 Paintstorm require OpenGL 3.2 or higher.
Re: Could not run a couple of apps
I like to try apps nothing more. Plus I may purchase a better computer in the near future. As for qnweb:
Even though it is marked as executable . Anyway, I am giving up on it as well. Thanks a lot, I won't trouble any more.
Code: Select all
@mx:~/Documents/qnewb10_linux64/
$ ./qnweb
bash: ./qnweb: No such file or directory
Last edited by fadi on Sun Oct 29, 2023 4:20 pm, edited 1 time in total.
Re: Could not run a couple of apps
fadi wrote: Sun Oct 29, 2023 4:10 pmEven though it is marked as executable . Anyway, I am giving up on qnweb . Thanks a lot, I do not want to trouble any more.Code: Select all
@mx:~/Documents/qnewb10_linux64/ $ ./qnweb bash: ./qnweb: No such file or directory






NOT ./qnweb

Re: [solved] Could not run a couple of apps
Sorry here is the output:
Code: Select all
pc@mx:~/Documents/web2/qnewb10_linux64
$ ./qnewb
./qnewb: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./qnewb)
./qnewb: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./qnewb)
Re: [solved] Could not run a couple of apps
Yep - what i was afraid of (see post above) - way too old hardware and a too old software base, for running these two specific apps in their recent versions, as i already said: sorry for the bad news ...fadi wrote: Sun Oct 29, 2023 4:22 pm Sorry here is the output:Code: Select all
pc@mx:~/Documents/web2/qnewb10_linux64 $ ./qnewb ./qnewb: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./qnewb) ./qnewb: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./qnewb)
greetz l0dr3