RE: How to customize Linux rmdir system call

2003-10-08 Thread John Fabello
Sorry all...I know that is inappropriate for this list...Didn't mean to send it to everyone. My apologies. ~John Fabello 425-456-8900 -Original Message- From: John Fabello Sent: Wednesday, October 08, 2003 2:10 PM To: [EMAIL PROTECTED] Subject: RE: How to customize Linux rmdir system c

RE: How to customize Linux rmdir system call

2003-10-08 Thread John Fabello
Hi Bill, I am a recruiter located here in Seattle and I am contacting you on behalf of my client, Amazon.comWould you be interested in hearing about an opportunity there? Regards, ~John Fabello 425-456-8900 -Original Message- From: Bill Rugolsky Jr. [mailto:[EMAIL PROTECTED] Sent

Re: How to customize Linux rmdir system call

2003-10-08 Thread Bill Rugolsky Jr.
On Wed, Oct 08, 2003 at 03:39:21PM -0400, Linse Pallan wrote: > Can anyone help me ? You can avoid rebuilding glibc by implementing the functions that you want to override in a shared object, and using system-wide preloading by specifying the library in /etc/ld.so.preload. See the man page ld.so(

How to customize Linux rmdir system call

2003-10-08 Thread Linse Pallan
Hi, I am trying to trap the rmdir system call. Instead of modifying the kernel call, I decided to modify this call in user level. For that I installed glibc-2.3.2-11.9.src.rpm in my redhat 9. I found the definition of rmdir in the following files \usr\src\redhat\BUILD\glibc-2.3.2-20030313\sysdeps\