Christoph Bartoschek <bartoschek@xxxxxx> writes: > I have only one NEEDED entry and it mentiones libc.so.6. > > How can I relink the library such that the two dependencies also appear here? > I have already filled a bug report for opensuse 10.2, but till a fix appears > I have to do it myself. I would like to change the current library without > building it from source myself. The only way to add new NEEDED entries to an existing .so is to rebuild it from the .o input files. Ian