On 8/7/06, Willie Wong <[EMAIL PROTECTED]> wrote:
On Mon, Aug 07, 2006 at 06:26:05PM -0700, Penguin Lover Mark Knecht squawked:
>   strace gave me a bunch of this type of info:

<SNIPPED>

> and then a bunch more like that.
>
>   Maybe someone else will have some ideas when they get a chance to
> look at all of this.

The strace output you posted doesn't seem very useful. Have you tried
grepping the output for the offending libraries? Maybe that would give
some hint as to where the installer is looking.

W

Hey Willie,
  OK, but grep doesn't say anything either since that's the only
line. For instance:

[EMAIL PROTECTED] ~/Desktop $ cat TOS.txt | grep libc.so.6
open("/lib/libc.so.6", O_RDONLY)        = 3
[EMAIL PROTECTED] ~/Desktop $ cat TOS.txt | grep libdl.so.2
open("/lib/libdl.so.2", O_RDONLY)       = 3
[EMAIL PROTECTED] ~/Desktop $

Here's a bit of what's in the strace file right around the 2 file names:

mmap2(0xb7f95000, 32768, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x38) = 0xb7f95000
mmap2(0xb7f9d000, 1836, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f9d000
close(3)                                = 0
open("/lib/libdl.so.2", O_RDONLY)       = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\v\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=10484, ...}) = 0
mmap2(NULL, 12392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xb7f59000
madvise(0xb7f59000, 12392, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xb7f5b000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7f5b000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3

Strange stuff to a person like me!

Thanks,
Mark
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\266O\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1190424, ...}) = 0
mmap2(NULL, 1133788, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xb7e44000
madvise(0xb7e44000, 1133788, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xb7f53000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10e) = 0xb7f53000
mmap2(0xb7f57000, 7388, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f57000
close(3)                                = 0
--
gentoo-user@gentoo.org mailing list

Reply via email to