Skip to main content

:: can't locate gdbm_file.pm in @inc ::

:: error on cpanel/whm

Can't locate GDBM_File.pm in @INC (@INC contains: /usr/local/cpanel /usr/local/cpanel/perl /usr/local/cpanel/Cpanel/CPAN/overload/__Digest /usr/local/cpanel/build-tools/stubs /usr/lib/perl5/5.6.2/i686-linux /usr/lib/perl5/5.6.2 /usr/lib/perl5/site_perl/5.6.2/i686-linux /usr/lib/perl5/site_perl/5.6.2 /usr/lib/perl5/site_perl .) at /usr/local/cpanel/Cpanel/Locale/Utils.pm line 14,  line 1.
 Cpanel::Locale::Utils::BEGIN() called at GDBM_File.pm line 14
 eval {...} called at GDBM_File.pm line 14
 require Cpanel/Locale/Utils.pm called at /usr/local/cpanel/Cpanel/Locale.pm line 15
 Cpanel::Locale::BEGIN() called at GDBM_File.pm line 14
 eval {...} called at GDBM_File.pm line 14
 require Cpanel/Locale.pm called at /usr/local/cpanel/Cpanel/LastLogin.pm line 11
 Cpanel::LastLogin::BEGIN() called at GDBM_File.pm line 14
 eval {...} called at GDBM_File.pm line 14
 require Cpanel/LastLogin.pm called at (eval 24) line 1
 main::BEGIN() called at GDBM_File.pm line 14
 eval {...} called at GDBM_File.pm line 14
 eval 'use Cpanel::LastLogin ();' called at cpanel.pl line 4974
 main::modloader('LastLogin') called at /usr/local/cpanel/Cpanel/LoadModule.pm line 10
 Cpanel::LoadModule::loadmodule('LastLogin') called at cpanel.pl line 1641
 main::exectag('') called at cpanel.pl line 4808
 main::dotag(undef) called at cpanel.pl line 4691
 main::cpanel_parseblock('SCALAR(0x9196a80)') called at cpanel.pl line 4643
 main::cpanel_parse('GLOB(0x94c14dc)') called at cpanel.pl line 1318

:: solution
update cpanel/whm to newest version [ via ssh ].
0] login on yours cpanel/whm server
1] run update cpanel/whm command line
[root: ~ ]# /scripts/upcp 
if you got some error or failed on updating, you can do this :
[root: ~ ]# /scripts/upcp -force
2] restart cpanel services
[root: ~ ]# /etc/init.d/cpanel restart 

:: link
+ googlelinux
+ vps

Comments

Popular posts from this blog

:: wordpress theme reset to default

:: whatis wordpress WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL. It has many features including a plugin architecture and a templating system. -[ http://en.wikipedia.org/wiki/Wordpress ]- :: reset themes wordpress to default # with cli [ linux: ~ ]$ mysql -u user -p mysql> use dbwordpress; mysql> UPDATE wp_options SET option_value = 'default' WHERE option_name = 'template'; mysql> UPDATE wp_options SET option_value = 'default' WHERE option_name = 'stylesheet'; # share hosting / cpanel / phpmyadmin 0. login on cpanel / phpmyadmin 1. select db for wordpress 2. select SQL tabs and run this command: UPDATE wp_options SET option_value = 'default' WHERE option_name = 'template'; UPDATE wp_options SET option_value = 'default' WHERE option_name = 'stylesheet'; 3. click GO 4. open your site, if you still get blank screen, you can login on admin page ...

:: install postfix, cyrus, courier, mysql, postfixadmin, squirrelmail on opensuse

:: what is please take a look this. :: install dependency + installing berkeleyDB + installing MySQL + installing Apache + installing PHP :: remove sendmail [ root:~ ]# rpm -e sendmail --nodeps :: build cyrus-sasl [ root: ~ ]# wget ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.23.tar.gz [ root: ~ ]# tar -xzf cyrus-sasl-2.1.23.tar.gz [ root: ~ ]# groupadd mail [ root: ~ ]# useradd -u 96 -d /usr/cyrus -g mail cyrus [ root: ~ ]# passwd cyrus [ root: ~ ]# cd cyrus-sasl-2.1.23/ [ root: cyrus-sasl-2.1.23 ]# export CPPFLAGS="-I/usr/local/mysql/include/mysql" [ root: cyrus-sasl-2.1.23 ]# ./configure --enable-anon --enable-plain --enable-login --enable-sql --disable-krb4 --disable-otp --disable-cram --disable-digest --with-mysql=/usr/local/mysql --with-plugindir=/usr/lib/sasl2 --without-pam --without-saslauthd --without-pwcheck [ root: cyrus-sasl-2.1.23 ]# make && make install :: installing Postfix + download postfix [ root:~ ]# wget http://mirror.postfix.jp/...

Simple Step Installing WordPress in Ubuntu 24.04

Using ols1clk.sh Script This step will: Install OpenLiteSpeed Install PHP Secure your server Install MySQL Set up WordPress Run the script: bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w  Configuring WordPress Open your browser and navigate to your domain: http://yourdomain.com You’ll be greeted by the famous WordPress installation wizard. Follow these steps: Select your preferred language. Enter your site title, username, and password for the WordPress admin account. Click "Install WordPress." And just like that, you’ve done it!