[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#222183: Circular reference in ldconfig cache



At Fri, 09 Jul 2004 01:57:34 +0900,
GOTO Masanori wrote:
> > Your point is no problem.  For example:
> > 
> > 	gotom@moog:~> mkdir -p ~/lib
> > 	gotom@moog:~> cd lib
> > 	gotom@moog:~/lib> sudo mv /usr/lib/libbz2.so.1.0.2 .
> > 	gotom@moog:~/lib> objdump -p libbz2.so.1.0.2 | grep SONAME
> > 	  SONAME      libbz2.so.1.0
> > 	gotom@moog:~/lib> mv libbz2.so.1.0.2 libbz2.so.1.0
> > 	gotom@moog:~/lib> sudo ldconfig -v |& grep libbz
> > 	        libbz2.so.1.0 -> libbz2.so.1.0
> > 	gotom@moog:~/lib> grep /home/gotom/lib /etc/ld.so.conf
> > 	/home/gotom/lib
> > 	gotom@moog:~/lib> ldd /usr/bin/bzip2|grep bz2
> > 		libbz2.so.1.0 => /home/gotom/lib/libbz2.so.1.0 (0x40031000)
> > 
> > 
> > Check SONAME of libborqt-6.9.0-qt2.3.so.
> > 
> > > If I move both files from the /usr/lib/kylix3 to /usr/lib the program
> > > starts fine.
> > 
> > I don't know why your movement makes the program start fine.
> > 
> > I think this bug is not glibc, but your application side issue.
> > If you have no objection, I'll close this bug.
> 
> I discussed with Daniel Jacobowitz on IRC.  He pointed out that it
> might be ldconfig problem (Thanks Daniel!).  We sometimes got problems
> about ldconfig.
> 
> Please check SONAME with objdump -p.  It's needed to investigate, so
> we need more information from you.  You pointed that moving the
> program worked fine.  It may be key.

Do you do any progress for this bug?  If you have no interests in this
bug, please let us know - I'll close it.  If you think it should be
fixed, please read my above mail and send us information.

Regards,
-- gotom




Reply to: