Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=606498 --- Comment #1 from Jiri Hladky <jhladky@xxxxxxxxxx> 2010-06-21 15:49:22 EDT --- Hi, I was dealing with rpath. Final solution was to add sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{__make} %{?_smp_mflags} into %build field. I don't like this. Libraries are getting installed into /usr/lib64 but libtool is still using rpath. I was working with upstream to resolve this and their recommendation was to put "/usr/lib64" directory into /etc/ld.so.conf. It's indeed working (tested on Fedora12 and 13, both x86_64) It seems to me like bug libtool - IMHo, it should recognize /usr/lib64 as default directory for shared libraries on 64 bit system. Thanks Jirka -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review