hi everybody,
i add to my directory a .pl file and the peal it's not installed in my cpanel , how to instal a modul ? help me please
thanks
hi everybody,
i add to my directory a .pl file and the peal it's not installed in my cpanel , how to instal a modul ? help me please
thanks
Are you referring to Perl, PHP Pear, PHP Pecl, or something different?
I recommend trying the following area in WHM to install a module:
WHM: Main >> Software >> Module Installers
Additionally, users may install Perl modules, PHP Pear packages, and Ruby Gems, via cPanel as seen at the following menu paths:
cPanel: Main >> Software/Services >> Perl Modules (Perl Module Installer)
cPanel: Main >> Software/Services >> PHP Pear Packages (PHP Extensions and Applications Package Installer)
cPanel: Main >> Software/Services >> Ruby Gems (Ruby Gem Installer)
cPResources: Submit a Support Request - Submit a Bug Report - Review existing Tickets-- Donald cPanelDon Holl - Analyst, cPanel Quality Assurance
hi,
i want to add the perl modul here (look to the picture)
THanks For help !!
Hello,
i want to add the perl modul here (look to the picture)
http://f.imagehost.org/0959/Sans_titre_12.jpg
how to do It ? i have a formmail and i can use it
thanks for help
Which perl module are you looking to install? Do you have root access to your server? If not, contact your host and ask them to install it on the server.
i have root acces and a folder perl , and it's empty and the i don't have modul installed in my Cpanel !! what have i to do ?
You can use the following in your perl scripts.
If you receive an error stating any specific perl module is missing, you can install it from the command prompt:#!/usr/bin/perl
OR
#!/usr/local/bin/perl
/scripts/perlinstaller modulename
where is the command prompt in Cpanel ?
There is no command prompt in cPanel. You have to SSH to your server as user 'root' using a SSH client like Putty to execute the perlinstaller command:
/scripts/perlinstaller modulename
i'm loged in with putty and i put loged in "root" and i dont know what i have to put in password the port of connection is 22 ?
You have to put the root password of your server once you enter the username as 'root' in Putty. I guess you don't have the root access to the server and just have SSH access enabled for your account.
The root password is the one which is used to access WHM i.e.
https://serverip:2087
whan i submit the formmail i receive this message
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@***.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at ****.com Port 80
What do the error_log say?
It's an easy issue but difficult to explain, have someone look into your server especially your hosting company./usr/local/apache/logs/error_log
can you help me to have a formmail
like form.cgi , formmail.pl ..formmail.php
somethink that recuired ( <INPUT TYPE="hidden" NAME="recipient" VALUE="address@domain.com">
)redirect link...
somethink easy to use and very simple
I have sent you a PM.