> just for kicks I did an strace on cdrecord, and found that I didn't have any
> of the files it thinks it needs, not even the /usr/lib/i686. I can burn
> anything but this caught my attention. Is this normal or have my brains
> leaked out?

I just did this on my system.  The only file that came up non-existent
was

> open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or

> open("/usr/lib/i686/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
> stat("/usr/lib/i686/mmx", 0xbffff164)   = -1 ENOENT (No such file or
> open("/usr/lib/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
> stat("/usr/lib/i686", 0xbffff164)       = -1 ENOENT (No such file or
> open("/usr/lib/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
> stat("/usr/lib/mmx", 0xbffff164)        = -1 ENOENT (No such file or
> open("/usr/lib/libc.so.6", O_RDONLY)    = -1 ENOENT (No such file or

All of these are seems to exist on my system.

Cheers --- Larry

Reply via email to