Otherssymbol _ZdlPvm version Qt_5 not defined in file libQt5Core.so.5

Information and discussion about other TeX distributions not listed above; installation, administration; field reports
Post Reply
esthercamilo
Posts: 1
Joined: Sun Oct 13, 2019 7:45 pm

symbol _ZdlPvm version Qt_5 not defined in file libQt5Core.so.5

Post by esthercamilo »

I installed Textmaker on Debian10 using:

Code: Select all

sudo apt-get install texmaker
When I execute the software, I get this error:

Code: Select all

texmaker: relocation error: /usr/lib/platforms/../../lib/libQt5XcbQpa.so.5: symbol _ZdlPvm version Qt_5 not defined in file libQt5Core.so.5 with link time reference
Any Idea what is wrong.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

symbol _ZdlPvm version Qt_5 not defined in file libQt5Core.so.5

Post by Ijon Tichy »

Seems to a an incompatibility of the used Qt5 library and the new installed texmaker. You should send a bug report to the Debian maintainer of texmaker.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
User avatar
EnriqueVilla
Posts: 20
Joined: Thu Jun 26, 2025 10:31 pm

Re: symbol _ZdlPvm version Qt_5 not defined in file libQt5Core.so.5

Post by EnriqueVilla »

That error usually means there's a mismatch between the Qt5 libraries installed on your system and the version Texmaker expects. Most likely, Texmaker is linking to a different or outdated libQt5Core.so.5.
Post Reply