cornel90 / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
0 stars 0 forks source link

main.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5' #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get source tarball for 2.0.6
2. use rpmbuild to build source
3. fails with the following:

/usr/bin/ld: main.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 
so try adding it to the linker command line
/lib64/libdl.so.2: could not read symbols: Invalid operation

What is the expected output? What do you see instead?

Source should build ;-)

What version of the product are you using? On what operating system?
This is on fedora 14 x86_64 and I am the packager for this system. Attaching 
build log.

Please provide any additional information below.

Original issue reported on code.google.com by magnus.t...@gmail.com on 2 Feb 2011 at 6:19

Attachments:

GoogleCodeExporter commented 9 years ago
This is fixed in 
http://code.google.com/p/ffmpegthumbnailer/source/diff?spec=svn228&r=228&format=
side&path=/trunk/Makefile.am

Original comment by magnus.t...@gmail.com on 3 Feb 2011 at 5:31

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 18 Feb 2011 at 3:07