Cpanel::Accounting returned [Unable to load Net::SSLeay]

gidechoi

Member
Mar 16, 2002
23
0
301
When I tested account creating, Error show up
& Cpanel::Accounting returned [Unable to load Net::SSLeay]&
Although I installed Net::..., met huge error messages.

How can I fix my problem.

Choi
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
As root, install that perl module.
(from the CPAN shell)
If you need cpan grab it from www.freshmeat.net , or similar.

Then at the cpan shell type :

force install Net::SSLeay


That should at least provide you something to go on if not repair the issue....
 

gidechoi

Member
Mar 16, 2002
23
0
301
I can't install Net::SSley.

I had to meet huge error message.
&sr/local/ssl/include/bits/stat.h:94: warning: data definition has no type or storage class
/usr/local/ssl/include/bits/stat.h:96: parse error before `st_mtime'
/usr/local/ssl/include/bits/stat.h:96: warning: data definition has no type or storage class
/usr/local/ssl/include/bits/stat.h:98: parse error before `st_ctime'
/usr/local/ssl/include/bits/stat.h:98: warning: data definition has no type or storage class
/usr/local/ssl/include/bits/stat.h:100: parse error before `st_ino'
.................&

and he stopped by error.

choi
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
Your compilers are screwed it seems..... (headers = destroyed)
Can you compile anything on that system right now?

What version of RedHat do you have there?

You'll probably want to reinstall the RPM for glibc for your particular distro.
 

gidechoi

Member
Mar 16, 2002
23
0
301
Thanks

My system is redhat 7.2
I installed SSleay by rpm(1.05).
But error is still going.

1) My code was wrong.
- confused hash(I copied from --Start to End)

2) have to install 1.13 vrsion of SSleay.

thanks.