Having just upgraded from 3.5.12 to 3.5.13:
|jonesy@nix4:~$ bash |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be preloaded: ignored. : : <snip about 22 of these here.> : |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be preloaded: ignored. : |jonesy@nix4:~$ locate libnspr4.so |/home/jonesy/libnspr4.so.ERROR |/usr/lib/libnspr4.so |/usr/lib/libnspr4.so.0d |/usr/lib/firefox/libnspr4.so : |jonesy@nix4:~$ set | grep LD_PRELOAD |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be preloaded: ignored. |LD_PRELOAD=/opt/trinity/lib/kgtk/libkgtk2.so:/usr/libnspr4.so: |jonesy@nix4:~$
Is this Bug 828? http://bugs.trinitydesktop.org/show_bug.cgi?id=828
I get 24 errors invoking a new copy of `bash`. I get just one error on most shell commands. But, I also get 2-3-4 errors on some commands.
Should I simply 'fix' it by setting a symbolic link?
TNX, Jonesy
On Thursday 24 of May 2012 23:39:19 Marvin L Jones wrote:
Having just upgraded from 3.5.12 to 3.5.13: |jonesy@nix4:~$ bash |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be | preloaded: ignored. | : <snip about 22 of these here.> : |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be | preloaded: ignored. | |jonesy@nix4:~$ locate libnspr4.so |/home/jonesy/libnspr4.so.ERROR |/usr/lib/libnspr4.so |/usr/lib/libnspr4.so.0d |/usr/lib/firefox/libnspr4.so | |jonesy@nix4:~$ set | grep LD_PRELOAD |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be | preloaded: ignored. | LD_PRELOAD=/opt/trinity/lib/kgtk/libkgtk2.so:/usr/libnspr4.so: |jonesy@nix4:~$
Is this Bug 828? http://bugs.trinitydesktop.org/show_bug.cgi?id=828
I get 24 errors invoking a new copy of `bash`. I get just one error on most shell commands. But, I also get 2-3-4 errors on some commands.
Should I simply 'fix' it by setting a symbolic link?
TNX, Jonesy
So it is really stupid (schoolboys) error. But a long time we have all overlooked this mistake. I fix startkde/starttde to set the correct path to the library to /usr/lib/libnspr4.so. Too bad that I sent the package kdebase to compile a few hours ago - I'll just have to give it to compile again.
Slávek --
On Fri, 25 May 2012, Slávek Banko wrote:
On Thursday 24 of May 2012 23:39:19 Marvin L Jones wrote:
Having just upgraded from 3.5.12 to 3.5.13: |jonesy@nix4:~$ bash |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be | preloaded: ignored. | : <snip about 22 of these here.> : |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be | preloaded: ignored. | |jonesy@nix4:~$ locate libnspr4.so |/home/jonesy/libnspr4.so.ERROR |/usr/lib/libnspr4.so |/usr/lib/libnspr4.so.0d |/usr/lib/firefox/libnspr4.so | |jonesy@nix4:~$ set | grep LD_PRELOAD |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be | preloaded: ignored. | LD_PRELOAD=/opt/trinity/lib/kgtk/libkgtk2.so:/usr/libnspr4.so: |jonesy@nix4:~$
Is this Bug 828? http://bugs.trinitydesktop.org/show_bug.cgi?id=828
I get 24 errors invoking a new copy of `bash`. I get just one error on most shell commands. But, I also get 2-3-4 errors on some commands.
Should I simply 'fix' it by setting a symbolic link?
TNX, Jonesy
So it is really stupid (schoolboys) error. But a long time we have all overlooked this mistake. I fix startkde/starttde to set the correct path to the library to /usr/lib/libnspr4.so. Too bad that I sent the package kdebase to compile a few hours ago - I'll just have to give it to compile again.
Slavek,
Thak you for fixing this. I see that it was packaged in yesterday's updates from your "axis" repository.
I had temporarily created a symbolic link for /usr/libnspr4.so > /usr/lib/libnspr4.so -- which I have now removed. That got me around the problem until your fix came through.
Thank you, Jonesy
Dne po 28. května 2012 Marvin L Jones napsal(a):
On Fri, 25 May 2012, Slávek Banko wrote:
On Thursday 24 of May 2012 23:39:19 Marvin L Jones wrote:
Having just upgraded from 3.5.12 to 3.5.13: |jonesy@nix4:~$ bash |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be | preloaded: ignored. | : <snip about 22 of these here.> : |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be | preloaded: ignored. | |jonesy@nix4:~$ locate libnspr4.so |/home/jonesy/libnspr4.so.ERROR |/usr/lib/libnspr4.so |/usr/lib/libnspr4.so.0d |/usr/lib/firefox/libnspr4.so | |jonesy@nix4:~$ set | grep LD_PRELOAD |ERROR: ld.so: object '/usr/libnspr4.so' from LD_PRELOAD cannot be | preloaded: ignored. | LD_PRELOAD=/opt/trinity/lib/kgtk/libkgtk2.so:/usr/libnspr4.so: |jonesy@nix4:~$
Is this Bug 828? http://bugs.trinitydesktop.org/show_bug.cgi?id=828
I get 24 errors invoking a new copy of `bash`. I get just one error on most shell commands. But, I also get 2-3-4 errors on some commands.
Should I simply 'fix' it by setting a symbolic link?
TNX, Jonesy
So it is really stupid (schoolboys) error. But a long time we have all overlooked this mistake. I fix startkde/starttde to set the correct path to the library to /usr/lib/libnspr4.so. Too bad that I sent the package kdebase to compile a few hours ago - I'll just have to give it to compile again.
Slavek,
Thak you for fixing this. I see that it was packaged in yesterday's updates from your "axis" repository.
I had temporarily created a symbolic link for /usr/libnspr4.so > /usr/lib/libnspr4.so -- which I have now removed. That got me around the problem until your fix came through.
Thank you, Jonesy
Yes, sorry, I forgot to thank you and write that I solved it (fixed in commit f70bd6c7).
Slávek --