Opened 19 years ago
Closed 19 years ago
#2107 closed patch (wontfix)
mythplugins compile error on SuSE 10.1
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
compiling mythplugins my SuSE system generate this error :
/usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld: cannot find -lXmu
I improve settings.pro file and mythplugins copiles successfull. Patch attacehed.
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | suse.patch added |
|---|
comment:1 by , 19 years ago
This patch hardcodes a library path that IMO should be the responsibility of you system to add to /etc/ld.so.conf (or /etc/ld.so.conf.d/ if supported).
With modular Xorg now quite common on major distro's the /usr/X11R6/lib path is no longer valid. Also this patch may not deal nicely with 64 bit platforms (does SuSE 64-bit use /usr/X11R6/lib64 ??)

patch for correct compiling on SuSE 10.1