Re: [EMAIL PROTECTED] shared library support on apache server ........

2005-11-18 Thread Joshua Slive
On 11/18/05, vivek relan <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I am interested in my own shared library (.so file) > to be run on apache server. I have copied my .so file in cgi-bin folder as > well as script program which calls the functions of it (it's object fil

[EMAIL PROTECTED] shared library support on apache server ........

2005-11-18 Thread vivek relan
Hi everybody,                 I  am  interested  in my own  shared  library  (.so file) to be run on apache server.  I have copied my .so file in cgi-bin folder as well as script program which calls the functions of it (it's object file). But, when I run program its not working.