This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/20105] bad version variable in elf_dynamic_do_Rel() elf/do-rel.h (2.23) causes coredump in dl-machine.h elf_machine_rela()


https://sourceware.org/bugzilla/show_bug.cgi?id=20105

--- Comment #6 from Carlos O'Donell <carlos at redhat dot com> ---
> For every RPM contained in that tar file, which archives 
> ',,..en_GB/RPMS/*.rpm'
>  I did:
>   $ mkdir /usr/fw/ooo-4.1.2
>   $ for rpm in en_GB/RPMS/*; do
>        rpm2cpio < $rpm | (cd /usr/fw/ooo-4.1.2/; cpio -ivud);
>     done
>   $ ln -s /usr/fw/ooo-4.1.2/opt/openoffice4 /opt/openoffice4

This is not a supported way to run RPM-based applications. You are skipping any
installation hooks and dependency-based requirements.

Please install the application properly, or build it from source before testing
it with a new glibc.

I've just downloaded the package and I'll have a look at the DSOs to see if
anything is weird with them.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]