Re: Use DLL files at Unix server

2010-04-24 Thread Kprasad
Message - From: "Chris Wagner" To: ; Sent: Saturday, April 24, 2010 3:54 PM Subject: Re: Use DLL files at Unix server > In that case u should use SETUID. U make a compiled C wrapper that > possesses the SETUID bit and does nothing but execute the Perl script. > The >

Re: Use DLL files at Unix server

2010-04-24 Thread Chris Wagner
In that case u should use SETUID. U make a compiled C wrapper that possesses the SETUID bit and does nothing but execute the Perl script. The user runs the wrapper and can't read or execute the real script. The C code is #include int main(int argc, char *argv[]) { execv("PATH", argv);

Re: Use DLL files at Unix server

2010-04-23 Thread Bernard Tremblay
I suggest your read this : http://people.redhat.com/drepper/dsohowto.pdf It's now recent, but it will give you answers. Regards, BT On 2010-04-22 09:41, Kprasad wrote: Hi Could anyone tell me that how to use DLL at Unix Operating system? Kanhaiya Prasad

Re: Use DLL files at Unix server

2010-04-23 Thread Jeff Saxton
stserv.ActiveState.com > Subject: Re: Use DLL files at Unix server > >> Thankx a lot for your response. >> What else can we use at unix server instead of directly using .pl > (source) file? > > What's wrong with using Perl source directly? > > Seriously, w

RE: Use DLL files at Unix server

2010-04-23 Thread Brian Raven
Kprasad wrote: > I've to give this script to someone else department and they should > not be able to modify or see the code. Ultimately, you can't prevent anyone seeing your source code. the best you can do is make it harder to do so. (See

Re: Use DLL files at Unix server

2010-04-23 Thread Kprasad
I've to give this script to someone else department and they should not be able to modify or see the code. Kanhaiya - Original Message - From: "Brian Raven" To: ; Sent: Friday, April 23, 2010 2:30 PM Subject: RE: Use DLL files at Unix server > > From:

RE: Use DLL files at Unix server

2010-04-23 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Kprasad Sent: 23 April 2010 05:11 To: rex njoku; perl-unix-us...@listserv.activestate.com; perl-win32-users@listserv.ActiveState.com Subject: Re: Use DLL files at Unix

Re: Use DLL files at Unix server

2010-04-22 Thread Kprasad
Thankx a lot for your response. What else can we use at unix server instead of directly using .pl (source) file? Kanhaiya Prasad - Original Message - From: rex njoku To: Kprasad Sent: Thursday, April 22, 2010 10:11 PM Subject: Re: Use DLL files at Unix server If im

Use DLL files at Unix server

2010-04-22 Thread Kprasad
Hi Could anyone tell me that how to use DLL at Unix Operating system? Kanhaiya Prasad___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs