|
|
RE: Can't find librcheck.so
|
|
03/30/2009 4:27 PM
post25610
|
RE: Can't find librcheck.so
> -----Original Message-----
> From: Colin Burgess [mailto:community-noreply@qnx.com]
> Sent: March-30-09 4:26 PM
> To: general-ide
> Subject: Re: Can't find librcheck.so
>
> You would need to replace libc.so.3 AND libc.so.2 and also redirect
> /usr/lib/ldqnx.so.2 to point to libc.so.3
>
> and as an aside - it's not supported :-)
Ouch, so basically memory analysis with 6.3.2 is bye bye
Thanks Colin
|
|
|
|
|
|
|
Re: Can't find librcheck.so
|
|
03/30/2009 4:34 PM
post25613
|
Re: Can't find librcheck.so
Colin Burgess wrote:
> You would need to replace libc.so.3 AND libc.so.2 and also redirect /usr/lib/ldqnx.so.2 to point to libc.so.3
>
> and as an aside - it's not supported :-)
It would be easier to hexedit the librcheck.so and change the DT_NEEDED
to be libc.so.2, or we could just link the patch :)
Regards,
Ryan Mansfield
|
|
|
|
|