At Fri, 09 Jul 2004 01:57:34 +0900,
GOTO Masanori wrote:
> > Your point is no problem.  For example:
> > 
> >     [EMAIL PROTECTED]:~> mkdir -p ~/lib
> >     [EMAIL PROTECTED]:~> cd lib
> >     [EMAIL PROTECTED]:~/lib> sudo mv /usr/lib/libbz2.so.1.0.2 .
> >     [EMAIL PROTECTED]:~/lib> objdump -p libbz2.so.1.0.2 | grep SONAME
> >       SONAME      libbz2.so.1.0
> >     [EMAIL PROTECTED]:~/lib> mv libbz2.so.1.0.2 libbz2.so.1.0
> >     [EMAIL PROTECTED]:~/lib> sudo ldconfig -v |& grep libbz
> >             libbz2.so.1.0 -> libbz2.so.1.0
> >     [EMAIL PROTECTED]:~/lib> grep /home/gotom/lib /etc/ld.so.conf
> >     /home/gotom/lib
> >     [EMAIL PROTECTED]:~/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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to