Bug 2056989

Summary: Incorrect library path in libmosquitto.pc and libmosquittopp.pc
Product: [Fedora] Fedora EPEL Reporter: Toralf <bugzilla>
Component: mosquittoAssignee: Rich Mattes <richmattes>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel8CC: linville, mail, richmattes
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: mosquitto-2.0.22-1.el10_1 mosquitto-2.0.22-1.el9 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-07-23 00:24:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Toralf 2022-02-22 13:56:27 UTC
Description of problem:
pkg-config metadata from mosquitto-devel is not consistent with install locations on an x86_64 system. It adds /usr/lib (only) to the library search path, but the actual libraries are installed on /usr/lib64.


Version-Release number of selected component (if applicable):
1.6.15-1.el8

How reproducible:


Steps to Reproduce:
1. pkg-config --libs libmosquitto

Actual results:
-L/usr/lib -lmosquitto

Expected results:
-L/usr/lib64 -lmosquitto 
or just
-lmosquitto

Additional info:
"pkg-config --libs libmosquittocpp" has the same issue.

Comment 1 Fedora Update System 2025-07-14 11:36:30 UTC
FEDORA-EPEL-2025-806aaae925 (mosquitto-2.0.22-1.el10_1) has been submitted as an update to Fedora EPEL 10.1.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-806aaae925

Comment 2 Fedora Update System 2025-07-15 01:23:18 UTC
FEDORA-EPEL-2025-806aaae925 has been pushed to the Fedora EPEL 10.1 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-806aaae925

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2025-07-15 01:32:36 UTC
FEDORA-EPEL-2025-226e292288 has been pushed to the Fedora EPEL 9 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-226e292288

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2025-07-23 00:24:37 UTC
FEDORA-EPEL-2025-806aaae925 (mosquitto-2.0.22-1.el10_1) has been pushed to the Fedora EPEL 10.1 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 5 Fedora Update System 2025-07-23 00:36:26 UTC
FEDORA-EPEL-2025-226e292288 (mosquitto-2.0.22-1.el9) has been pushed to the Fedora EPEL 9 stable repository.
If problem still persists, please make note of it in this bug report.