Linux link time reference

Linux Mint Forums

Qt_5 not defined in file libQt5Core.so.5 with link time reference

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Qt_5 not defined in file libQt5Core.so.5 with link time reference

Post by tommywright » Fri Mar 29, 2019 7:20 pm

I hate to ask because it’s usually simple but I can’t seem to find the solution to this. I see many people with software pointing to the wrong lib but their solutions look so particular to their issue and so far none of their solutions have worked for me.

Here’s my error when trying to run fs-uae-launcher.

ImportError: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: symbol _ZNK11QLocaleData13validateCharsERK7QStringNS_10NumberModeEP10QByteArrayi6QFlagsIN7QLocale12NumberOptionEE version Qt_5 not defined in file libQt5Core.so.5 with link time reference 

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Re: Qt_5 not defined in file libQt5Core.so.5 with link time reference

Post by tommywright » Wed Apr 03, 2019 3:48 pm

Re: Qt_5 not defined in file libQt5Core.so.5 with link time reference

Post by gm10 » Wed Apr 03, 2019 4:21 pm

Given the lack of information provided in your question the answer has to be equally anemic: You installed something incompatible with your operating system.

Re: Qt_5 not defined in file libQt5Core.so.5 with link time reference

Post by tommywright » Thu Apr 04, 2019 4:01 pm

Sorry, it’s all the information that I have. I installed a program called fs-uae-launcher and when I try to run it from a terminal «fs-uae-launcher», it gives me that error.. here, I’ll copy the entire output here.

fs-uae-launcher 2.8.3 enabling except hook enable tread exception handler uname_result(system='Linux', node='LapPunk', release='4.15.0-46-generic', version='#49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019', machine='x86_64', processor='x86_64') ['/usr/bin/fs-uae-launcher'] FS-UAE Launcher 2.8.3 Unhandled exception detected in thread MainThread: ImportError:qt.py::14 Traceback (most recent call last): File "/usr/bin/fs-uae-launcher", line 61, in main() File "/usr/bin/fs-uae-launcher", line 58, in main launcher.apps.main() File "/usr/share/fs-uae-launcher/launcher/apps/__init__.py", line 73, in main app_main() File "/usr/share/fs-uae-launcher/launcher/apps/fs_uae_launcher.py", line 11, in app_main from launcher.fs_uae_launcher import FSUAELauncher File "/usr/share/fs-uae-launcher/launcher/fs_uae_launcher.py", line 8, in import fsui File "/usr/share/fs-uae-launcher/fsui/__init__.py", line 5, in from fsui.qt import * File "/usr/share/fs-uae-launcher/fsui/qt/__init__.py", line 5, in from fsui.qt.qt import init_qt, QDesktopWidget, QEvent, QObject, \ File "/usr/share/fs-uae-launcher/fsui/qt/qt.py", line 14, in from PyQt5.QtGui import * ImportError: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: symbol _ZNK11QLocaleData13validateCharsERK7QStringNS_10NumberModeEP10QByteArrayi6QFlagsIN7QLocale12NumberOptionEE version Qt_5 not defined in file libQt5Core.so.5 with link time reference Unhandled exception detected in thread MainThread: ImportError:qt.py::14 Traceback (most recent call last): File "/usr/bin/fs-uae-launcher", line 61, in main() File "/usr/bin/fs-uae-launcher", line 58, in main launcher.apps.main() File "/usr/share/fs-uae-launcher/launcher/apps/__init__.py", line 73, in main app_main() File "/usr/share/fs-uae-launcher/launcher/apps/fs_uae_launcher.py", line 11, in app_main from launcher.fs_uae_launcher import FSUAELauncher File "/usr/share/fs-uae-launcher/launcher/fs_uae_launcher.py", line 8, in import fsui File "/usr/share/fs-uae-launcher/fsui/__init__.py", line 5, in from fsui.qt import * File "/usr/share/fs-uae-launcher/fsui/qt/__init__.py", line 5, in from fsui.qt.qt import init_qt, QDesktopWidget, QEvent, QObject, \ File "/usr/share/fs-uae-launcher/fsui/qt/qt.py", line 14, in from PyQt5.QtGui import * ImportError: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: symbol _ZNK11QLocaleData13validateCharsERK7QStringNS_10NumberModeEP10QByteArrayi6QFlagsIN7QLocale12NumberOptionEE version Qt_5 not defined in file libQt5Core.so.5 with link time reference 

Re: Qt_5 not defined in file libQt5Core.so.5 with link time reference

Post by tommywright » Wed May 08, 2019 5:04 pm

Читайте также:  Linux list mounted devices

phd21 Level 20
Posts: 10102 Joined: Thu Jan 09, 2014 9:42 pm Location: Florida

Re: Qt_5 not defined in file libQt5Core.so.5 with link time reference

Post by phd21 » Wed May 08, 2019 10:34 pm

It would help to know more about your system setup. If you run » inxi -Fxzd » and » lsusb » from the console terminal prompt, highlight the results, copy and paste them back here, that should provide enough information.

This FS-UAE Amiga Emulator application may already be in the «Synaptic Package Manager (SPM)» and it has various Linux installation options from their website including a Linux archive file and a PPA. There are other Amiga and game emulators in the «Synaptic Package Manager (SPM)» as well.

This came up perfectly on my system without any errors from their extracted archive file, in their folder using the command below to start their script file.
Download FS-UAE | FS-UAE Amiga Emulator
https://fs-uae.net/download#linux

From my Downloads folder in their folder
~/Downloads/fs-uae-portable-suite_2.8.3_linux_x86-64$ ./Launcher

sudo apt install qt5-default

Download FS-UAE | FS-UAE Amiga Emulator- PPA and Deb files
https://fs-uae.net/download#ubuntu

Phd21 : Mint 20 Cinnamon & xKDE (Mint Xfce + Kubuntu KDE) & KDE Neon 64-bit (new based on Ubuntu 20.04) Awesome OS’s , Dell Inspiron I5 7000 (7573) 2 in 1 touch screen, Dell OptiPlex 780 Core2Duo E8400 3GHz,4gb Ram, Intel 4 Graphics.

Re: Qt_5 not defined in file libQt5Core.so.5 with link time reference

Post by gm10 » Wed May 08, 2019 10:36 pm

phd21 wrote: ⤴ Wed May 08, 2019 10:34 pm Download FS-UAE | FS-UAE Amiga Emulator
https://fs-uae.net/download#ubuntu

The version from the repos installs without a hitch (if you didn’t mess up your Qt5 libs), so I wouldn’t necessarily advise to load more third-party packages onto the system. It can only get worse.

Re: Qt_5 not defined in file libQt5Core.so.5 with link time reference

Post by tommywright » Fri May 10, 2019 4:12 pm

Thanks for the help guys.. yeah, I should have said that it’s not an issue with fs-uae. I have that installed just fine on two other computers (one of them running Linux Mint even).

tom@LapPunk:~$ inxi -Fxzd System: Host: LapPunk Kernel: 4.15.0-48-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.10 Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic Machine: Type: Laptop System: CyberpowerPC product: Tracer II v: Standard serial: Mobo: CyberpowerPC model: Tracer II v: Standard serial: UEFI: American Megatrends v: N.1.04 date: 04/11/2017 Battery: ID-1: BAT0 charge: 44.3 Wh condition: 44.3/47.5 Wh (93%) model: standard status: Full CPU: Topology: Quad Core model: Intel Core i7-7700HQ bits: 64 type: MT MCP arch: Kaby Lake rev: 9 L2 cache: 6144 KiB flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 44928 Speed: 900 MHz min/max: 800/3800 MHz Core speeds (MHz): 1: 900 2: 900 3: 900 4: 900 5: 900 6: 900 7: 900 8: 900 Graphics: Device-1: NVIDIA GP104M [GeForce GTX 1070 Mobile] driver: nvidia v: 415.27 bus ID: 01:00.0 Display: x11 server: X.Org 1.19.6 driver: nvidia unloaded: fbdev,modesetting,nouveau,vesa resolution: 1920x1080~60Hz OpenGL: renderer: GeForce GTX 1070/PCIe/SSE2 v: 4.6.0 NVIDIA 415.27 direct render: Yes Audio: Device-1: Intel CM238 HD Audio driver: snd_hda_intel v: kernel bus ID: 00:1f.3 Device-2: NVIDIA GP104 High Definition Audio driver: snd_hda_intel v: kernel bus ID: 01:00.1 Sound Server: ALSA v: k4.15.0-48-generic Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 v: 2.3LK-NAPI port: d000 bus ID: 02:00.0 IF: enp2s0 state: down mac: Device-2: Intel Wireless 8265 / 8275 driver: iwlwifi v: kernel port: d000 bus ID: 03:00.0 IF: wlp3s0 state: up mac: Drives: Local Storage: total: 1.82 TiB used: 355.69 GiB (19.1%) ID-1: /dev/nvme0n1 vendor: Crucial model: CT500P1SSD8 size: 465.76 GiB ID-2: /dev/sda vendor: Western Digital model: WDS500G1B0B-00AS40 size: 465.76 GiB ID-3: /dev/sdb vendor: HGST (Hitachi) model: HTS721010A9E630 size: 931.51 GiB Message: No Optical or Floppy data was found. Partition: ID-1: / size: 456.96 GiB used: 355.68 GiB (77.8%) fs: ext4 dev: /dev/nvme0n1p2 Sensors: System Temperatures: cpu: 58.0 C mobo: N/A gpu: nvidia temp: 47 C Fan Speeds (RPM): N/A Info: Processes: 258 Uptime: 1d 6h 05m Memory: 15.63 GiB used: 3.77 GiB (24.1%) Init: systemd runlevel: 5 Compilers: gcc: 7.4.0 Shell: bash v: 4.4.19 inxi: 3.0.27 tom@LapPunk:~
tom@LapPunk:~$ inxi -Fxzd System: Host: LapPunk Kernel: 4.15.0-48-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.10 Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic Machine: Type: Laptop System: CyberpowerPC product: Tracer II v: Standard serial: Mobo: CyberpowerPC model: Tracer II v: Standard serial: UEFI: American Megatrends v: N.1.04 date: 04/11/2017 Battery: ID-1: BAT0 charge: 44.3 Wh condition: 44.3/47.5 Wh (93%) model: standard status: Full CPU: Topology: Quad Core model: Intel Core i7-7700HQ bits: 64 type: MT MCP arch: Kaby Lake rev: 9 L2 cache: 6144 KiB flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 44928 Speed: 900 MHz min/max: 800/3800 MHz Core speeds (MHz): 1: 900 2: 900 3: 900 4: 900 5: 900 6: 900 7: 900 8: 900 Graphics: Device-1: NVIDIA GP104M [GeForce GTX 1070 Mobile] driver: nvidia v: 415.27 bus ID: 01:00.0 Display: x11 server: X.Org 1.19.6 driver: nvidia unloaded: fbdev,modesetting,nouveau,vesa resolution: 1920x1080~60Hz OpenGL: renderer: GeForce GTX 1070/PCIe/SSE2 v: 4.6.0 NVIDIA 415.27 direct render: Yes Audio: Device-1: Intel CM238 HD Audio driver: snd_hda_intel v: kernel bus ID: 00:1f.3 Device-2: NVIDIA GP104 High Definition Audio driver: snd_hda_intel v: kernel bus ID: 01:00.1 Sound Server: ALSA v: k4.15.0-48-generic Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 v: 2.3LK-NAPI port: d000 bus ID: 02:00.0 IF: enp2s0 state: down mac: Device-2: Intel Wireless 8265 / 8275 driver: iwlwifi v: kernel port: d000 bus ID: 03:00.0 IF: wlp3s0 state: up mac: Drives: Local Storage: total: 1.82 TiB used: 355.69 GiB (19.1%) ID-1: /dev/nvme0n1 vendor: Crucial model: CT500P1SSD8 size: 465.76 GiB ID-2: /dev/sda vendor: Western Digital model: WDS500G1B0B-00AS40 size: 465.76 GiB ID-3: /dev/sdb vendor: HGST (Hitachi) model: HTS721010A9E630 size: 931.51 GiB Message: No Optical or Floppy data was found. Partition: ID-1: / size: 456.96 GiB used: 355.68 GiB (77.8%) fs: ext4 dev: /dev/nvme0n1p2 Sensors: System Temperatures: cpu: 58.0 C mobo: N/A gpu: nvidia temp: 47 C Fan Speeds (RPM): N/A Info: Processes: 258 Uptime: 1d 6h 05m Memory: 15.63 GiB used: 3.77 GiB (24.1%) Init: systemd runlevel: 5 Compilers: gcc: 7.4.0 Shell: bash v: 4.4.19 inxi: 3.0.27 tom@LapPunk:~

Источник

Читайте также:  Посмотреть загруженные драйвера linux

How can I use my local time as the only reference of `ntpd`?

I want to let my Linux device synchronize its local time with the local time of another Linux server without any other references. I don’t care about the actual time. I want my fake time. Therefore I don’t need any other ntp servers for reference. For example I just set the local time of my Linux server 1.2.3.4 to 2033-02-23 15:23:10 . I want to let my Linux device synchronize this time. The config file /etc/ntp.conf on the Linux server is:

restrict 127.0.0.1 restrict ::1 server 127.127.1.1 fudge 127.127.1.1 stratum 8 disable monitor logfile /var/log/ntp/ntp.log pidfile /var/run/ntpd.pid driftfile /var/lib/ntp/drift leapfile /etc/ntp.leapseconds 
 5 Feb 08:26:39 ntpdate[31059]: no server suitable for synchronization found 
 5 Feb 08:40:54 ntpdate[22958]: ntpdate 4.2.8p10@1.3728-o Mon Feb 5 10:02:23 UTC 2018 (1) Looking for host 1.2.3.4 and service ntp host found : 1.2.3.4 transmit(1.2.3.4) receive(1.2.3.4) transmit(1.2.3.4) receive(1.2.3.4) transmit(1.2.3.4) receive(1.2.3.4) transmit(1.2.3.4) receive(1.2.3.4) 1.2.3.4: Server dropped: strata too high server 1.2.3.4, port 123 stratum 16, precision -23, leap 11, trust 000 refid [1.2.3.4], delay 0.02573, dispersion 0.00000 transmitted 4, in filter 4 reference time: 00000000.00000000 Thu, Feb 7 2036 14:28:16.000 originate timestamp: de22269c.ab72b039 Mon, Feb 5 2018 8:41:00.669 transmit timestamp: de22269c.ab0e1fba Mon, Feb 5 2018 8:41:00.668 filter delay: 0.02579 0.02574 0.02573 0.02574 0.00000 0.00000 0.00000 0.00000 filter offset: 0.001443 0.001416 0.001417 0.001418 0.000000 0.000000 0.000000 0.000000 delay 0.02573, dispersion 0.00000 offset 0.001417 5 Feb 08:41:00 ntpdate[22958]: no server suitable for synchronization found 
[xxxx@xxxx:~]$ /usr/sbin/ntpd --version ntpd 4.2.8p10@1.3728-o Mon Feb 5 10:02:23 UTC 2018 (1) 
[xxxx@xxxx:~]$ ./ntpdate -v 5 Feb 08:36:40 ntpdate[15840]: ntpdate 4.2.8p10@1.3728-o Mon Feb 5 10:02:23 UTC 2018 (1) 5 Feb 08:36:40 ntpdate[15840]: no servers can be used, exiting 

Источник

Оцените статью
Adblock
detector