Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8712 closed defect (fixed)

mtd linking fails in Fedora 13

Reported by: otto at kolsi dot fi Owned by:
Priority: minor Milestone: 0.24
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Compiling/linking mtd in up-do-date Fedora 13 fails with following error:

cd mtd/ && make -f Makefile install
make[2]: Entering directory `/mnt/myth/trunk/mythplugins/mythvideo/mtd'
linking mtd
/usr/bin/ld: /usr/local/lib/libmythdvdnav-0.23.a(dvd_input.o): undefined reference to symbol 'dlopen@@GLIBC_2.1'
/usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line
/lib/libdl.so.2: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [mtd] Error 1
make[2]: Leaving directory `/mnt/myth/trunk/mythplugins/mythvideo/mtd'
make[1]: *** [sub-mtd-install_subtargets] Error 2
make[1]: Leaving directory `/mnt/myth/trunk/mythplugins/mythvideo'
make: *** [sub-mythvideo-install_subtargets] Error 2

Attachments (1)

mtd-link-25524.patch (440 bytes) - added by gregorio.gervasio@… 14 years ago.
fix linking of mtd in Fedora 13

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by gregorio.gervasio@…

Attachment: mtd-link-25524.patch added

fix linking of mtd in Fedora 13

comment:1 Changed 14 years ago by otto at kolsi dot fi

Thanks Gregorio, your patch fixes the issue.

comment:2 Changed 14 years ago by robertm

Resolution: fixed
Status: newclosed

(In [25539]) Fix #8712. Fix linking of mtd on Fedora 13.

comment:3 Changed 14 years ago by stuartm

Milestone: unknown0.24
Note: See TracTickets for help on using tickets.