Don't "believe"; check. See what /lib/libc.so.6 is a symlink to. I don't run
RH so can't check this here.

How you compile depends on the package. It might be as simple as running
"make" in the directory that the source untars into. You might have to run
Configure first. Or something else; look for a file with the source called
README or INSTALL for instructions.

To run strace: "strace program_name" runs it. Handier is to do something
like "strace program_name 2>/tmp/some_file_name". This lets the command that
you put where I have "program_name" run more or less normally, writing its
output to the screen (STDOUT), but redirects STDERR (where strace puts its
output) to a file that you can examine later in a text processor.

For more detail, consult the appropriate man pages. I don't know if there
are any relevant HowTos.

At 05:38 PM 5/10/00 -0400, 1stFlight ! wrote:
>Yeah in hindsight I should have included what I was running.  I'm running
RH 6.0
>which I believe comes with glibc 2.1.  As for getting the srpm's I lack the
>knowledge of how to compile them, though any help in that area would be well
>received :)  Thanks
>
>Darryl
>
>P.S.  How do I run an strace?
[old stuff deleted]

------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA                                    [EMAIL PROTECTED]        
----------------------------------------------------------------


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to