Skip to main content

"perl <(curl -s https://raw.githubusercontent.com/..." result = "Can't locate Cpanel/Config/LoadWwwAcctConf.pm" how fixed?

Comments

8 comments

  • cPRex Jurassic Moderator
    Hey there! I'm going to need some more detail on this particular issue. Is there a specific API call you were running that led to this error? If not, can you let me know what script you are running that caused this?
    0
  • 000
    Hey there! I'm going to need some more detail on this particular issue. Is there a specific API call you were running that led to this error? If not, can you let me know what script you are running that caused this?

    Thanks I run using perl <(curl -s https://raw.githubusercontent.com/cPanelTechs/CSI/master/...
    and result ever is:Can't locate Cpanel/Config/LoadWwwAcctConf.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /dev/fd/63 line 35. BEGIN failed--compilation aborted at /dev/fd/63 line 35.
    how we can fixed " Can't locate Cpanel/Config/LoadWwwAcctConf.pm " ??
    0
  • andrew.n
    We don't see the full command as it's too long to be displayed. Which script are you trying to run exactly?
    0
  • George_Fusioned
    I guess you're trying to run the csi.pl script. Stupid question, but are you running this on a cPanel server? What is the output of ls -la /usr/local/cpanel/3rdparty/bin/perl
    ?
    0
  • cPRex Jurassic Moderator
    Could you try this slightly newer version instead? /usr/local/cpanel/3rdparty/bin/perl <(curl -s https://raw.githubusercontent.com/cPanelTechs/CSI/master/csi.pl)
    That specifies that you use the cPanel perl to run that tool, which will likely be required :D
    0
  • 000
    this on a cPanel server?

    Thanks! [root@pepsi ~]# /usr/local/cpanel/cpanel -V 92.0 (build 8) [root@pepsi ~]#
    What is the output of ls -la /usr/local/cpanel/3rdparty/bin/perl
    ?

    [root@pepsi ~]# ls -la /usr/local/cpanel/3rdparty/bin/perl lrwxrwxrwx. 1 root root 44 Sep 10 15:30 /usr/local/cpanel/3rdparty/bin/perl -> /usr/local/cpanel/3rdparty/perl/530/bin/perl [root@pepsi ~]#
    0
  • 000
    Could you try this slightly newer version instead? /usr/local/cpanel/3rdparty/bin/perl <(curl -s https://raw.githubusercontent.com/cPanelTechs/CSI/master/csi.pl)

    excellent!, now the script run PERFECT: [root@pepsi ~]# /usr/local/cpanel/3rdparty/bin/perl <(curl -s https://raw.githubusercontent.com/cPanelTechs/CSI/master/lottery.number.winner.pl) 9875432198 day winner: 2021-02-12 [root@pepsi ~]#
    :-) many thanks !
    0
  • cPRex Jurassic Moderator
    I'm glad that's all that was needed :D
    0

Please sign in to leave a comment.