Click here to Skip to main content
15,896,456 members

Comments by rprtech (Top 4 by date)

rprtech 28-Apr-11 7:22am View    
Hi your soln has worked. Thank you very much.....
rprtech 25-Apr-11 7:19am View    
Hi Harsha,
I executed the above command and tested the crontab entry. but it is not working...My job is not starting at all :-( But it is running properly if I give it for every minute( * * * * * <path>)
I am very much confused...Is there any other way ????
rprtech 21-Apr-11 4:14am View    
Hi Thanks for your reply. But I am having one small doubt on program.
where is that base64_chars[] array is defined??? The program gives compilation error here.
Is it any predefined fn in c++. Bcoz I am converting to C program.

Pls explain.
rprtech 13-Apr-11 5:51am View    
Hi ,


I have modified like this
RSA *rsa;
int len = RSA_size(rsa);

But still gives coredump message as "in BN_num_bits()". Don't know from where its referring this . Any clue ????