Server :: Cannot Load Mcrypt Extension. Please Check PHP Configuration?

Nov 23, 2010

i have centos 5 running with apache, mysql, php and phpmyadmin. phpadmin is working well but it is showing the following error on the page:- Cannot load mcrypt extension. Please check your PHP configuration.i just try to install mcrypt but it is asking for required dependencies libmcrypt.

View 1 Replies


ADVERTISEMENT

OpenSUSE Network :: How To Install Mcrypt Php Extension

Mar 31, 2011

im trying to install tine 2.0 on a webserver at my uni but i need to install mcrypt extention i also get an error message with phpmyadmin. the server has php 5.2.8 installed and Apache 2.2.10.

i have followed a guide found at this url but i dont know how to rebuild php. [URL] i have downloaded and installed

libmcrypt-2.5.7
mcrypt-2.6.4
mhash-0.9.9.9

i uncompressed in the pacakages in thr root folder /root/ then cd ed in to there root folder ran these commands as per the guide:

./configure
make
make install
ldconfig

View 5 Replies View Related

Server :: Web Server Can't Load Mcrypt?

Jul 16, 2010

I have a CentOS 5 server running Apache & PHP. When I load 'Phpmyadmin' on the server it worked fine however there is a message at the bottom of the screen that says:Quote:Cannot load mcrypt extension. Please check your PHP configuration.I checked to make sure that the 'mcrypt' package is installed on the server:

Code:
[root@ideweb1 ~]# rpm -qa | grep -i mcrypt
php-mcrypt-5.1.6-15.el5.centos.1

[code]...

View 3 Replies View Related

Server :: Ffmpeg Extension Won't Load After Php Version Upgrade From 5.1.6 To 5.2.13?

Aug 4, 2010

CentOS 5, installed ffmpeg and compiled the ffmpeg.so, from fffmpeg-php-0.6.0. Everything works fine. Then upgrade the php to 5.2.13 (using an external repository)recompiled ffmpeg.so but now when trying to load php:PHP Warning: PHP Startup: ffmpeg: Unable to initialize moduleModule compiled with module API=20050922, debug=0, thread-safety=0PHP compiled with module API=20060613, debug=0, thread-safety=0These options need to match in Unknown on line 0

View 2 Replies View Related

Server :: Program To Check Cpu Load?

Jul 28, 2011

my server get hanged when ever their is loading problem. i wanna a program to get cpu load and also when load get high from a specified load value it should restart service. is their is any programm or how to write that programm..

View 12 Replies View Related

Programming :: Check Server Load Via Php?

Mar 4, 2011

We have 7 webservers running in a cluster, and I have zenoss running which does monitor space, network, even performance, but I would like a nice small webpage that I could break into just a few rows of a table. I would like to be able to simple do a reload every 30/60 seconds, and just have the following;row1: server load, memory userow2: server load, memory useBefore the row, if the load > x change the css to make it red (so I could notice it), etc. The css, the refresh, etc. is all simple, I am jut wondering how I could go about getting the load and memory use from PHP.I could setup a bash script that could get the info and spit it to a file as a last resort, but curious if there was a more direct way.

View 3 Replies View Related

CentOS 5 Server :: Cp Directory Recursively With Load Check?

Nov 21, 2010

how the bash script should look to copy huge directory with multiple sub-folders to a new place place while checking load and stopping for several seconds if load reached lets say 3 or 4 ? I only know the simple command cp -r /dir/allfiles /dir/newplace However would like to copy over 30 000 files which will cause me a high load.

View 1 Replies View Related

CentOS 5 :: PHP Extension Will Not Load

Oct 20, 2009

I been working on this issue for a couple days without success. PHP.ini will not load extensions. I am able to modify php.ini parameters successfully with the exception of the extensions. It would be appreciated if someone can shed some light on this issue.

Troublshoot
check for multiply php.ini
restart apache

1. Environment:

CentoOS 5.2
Apache2
PHP 5.11

2. dir
apache2= /usr/local/apache2
php = /usr/local/apache2/php
lib = /usr/lib which contains pdo.so, pdo_mysql.so, sqlite.so, pdo_sqlite.so

[code]....

View 2 Replies View Related

Ubuntu :: Can't Load Mysql Extension In PHP?

Feb 20, 2011

I installed LAMP according to these instructionswhit sudo taksel install lamp-serverI've moved the mysql(i).so files to /usr/lib/php5/ext/and added these lines in the php.ini file

extension=mysql.so
extension=mysqli.so
extension_dir="/usr/lib/php5/ext/"

View 6 Replies View Related

CentOS 5 :: Cannot Load Mysql Extension For PhpMyAdmin?

Aug 30, 2010

I have a centos 5.5 machine. First I upgraded my php to php 5.3. So I was then installing phpMyAdmin so I just put the whole folder into my /var/www/html/phpMyAdmin.The I tried to run my phpMyAdmin and I got this error Cannot load mysql extension. Then I uinstall my mysql db and reinstall it. Again it show me the same error.For addition info via the php info page for the Configure Command I saw this option -without-mysql' .

View 5 Replies View Related

Server :: Apache Configuration - Pages Do Not Load

Mar 20, 2010

I have apache running on my server, and also Zoneminder, a surveillance system running on the same machine. Both services runs without glitches, and I think apache's config as well as ZM's config are fine. I am not sure I understand how apache (not to mention the whole thing zoneminder, apache, web browser...) works. Pretty hard to manage when you dont know what you are doing. Also, when I try the supposed to work zoneminder webpage in my web browser, I get nothing (a blank page), or sometimes a "Not found" error message. The latest seems to be from apache because it is the same font as the "It works!" message when I try http://localhost:80

The only bit of information I have so far is in the apache error log (/var/log/httpd/error_log) and it says:
Code:
[Sun Mar 21 00:35:14 2010] [error] [client 192.168.0.100] script '/srv/httpd/htdocs/zm.php' not found or unable to stat
[Sun Mar 21 00:46:04 2010] [error] [client 127.0.0.1] File does not exist: /srv/httpd/htdocs/zm
It seems that the "zm.php" is missing.... That would be why Apache cant find the page?

View 14 Replies View Related

Programming :: /usr/bin/expect : Script To Check Server Load Using Both Expect And Bash?

Jul 27, 2010

I am trying to make a script that can be used to check server load on a remote server and produces sound on our local machine, when server load exceeds a particular limit.1. I want to execute command uptime or uptime | awk '{print$10}'on the remote server and store the result in a variable(say x), and later use it in the bash script.

Bash Part
#!/bin/bash
x=$(/root/Desktop/exp)

[code]...

View 1 Replies View Related

General :: Loading Php Module Without Restart Apache / Load Zend Extension Using '-z'?

Sep 23, 2010

I need to load php module without restart/reload apache, is there a way to do that, php has its option to load zend extension using '-z',

php -z <filename>

is there anyway because I need to load php module in runtime, that I don't want to loose the live running session.

View 1 Replies View Related

Debian Configuration :: How To Enable RANDR Extension

Mar 6, 2016

Running the nvidia driver 304.125 from the repos. Debian 8.

I am running 4 monitors without xinerama. I'm not using xinerama because there is a bug which prevents opengl acceleration from working on all four screens since one of the gpus is a bit older than the other.

The solution for this, I am told, is to use xrandr instead of xinerama.

I'm using arandr as a nice front end to xrandr. However, when I run arandr on each screen, the only output it shows as available is the current screen.

I also see:

Xlib: extension "RANDR" missing on display ":0.0"

etc.

How do I enable the RANDR extension so I can get arandr working and unify my four monitors into one?

View 6 Replies View Related

Debian Configuration :: How To Import VPN Config Files With No File Extension

Feb 10, 2016

I've downloaded configuration files for my VPN, Kovurt, and they don't have a .ovpn file extension. Further, when I tried to enter the information manually (using this guide), I saw that the files only include the <ca> tags, and no <cert>, <key> or <tls-auth> tags.

Here is the content of one of the config files, simply named 'Tokyo' with no extension. (adding .ovpn didn't work either):

Code: Select allclient
dev tun
proto udp
remote 50.31.255.86 443
resolv-retry infinite
nobind

[Code] ....

I have an open ticket with Kovurt asking for the other info, but I know already that they don't have much in the way of documentation or support for Linux.

View 0 Replies View Related

OpenSUSE Install :: Not Working Right - Error "There Is A Problem With The Configuration Server (/usr/lib/Gconf-sanity- Check - 2 Exited With Status 256"

Jun 20, 2011

Having downloaded 11.4 Gnome, finding it did not install I bought it on DVD from ebay, when trying DVD installation my PC is displaying: There is a problem with the configuration server (/usr/lib/Gconf-sanity- check - 2 exited with status 256, I would like to install this rather then just run it off disk

View 9 Replies View Related

OpenSUSE :: Mcrypt Error At Phpmyadmin Login?

Jun 1, 2010

I setup opensuse 11.2 with lamp. I then installed the lastest version of phpmyadmin. All works great except I get an alert at the bottom of my phpmyadmin login page along the lines of "...cannot load mcrypt setting" I created a phpinfo.php page and I don't see any info on mcrypt. Doesn't appear to be installed. Is this an issue with my lamp setup or with phpmyadmin. I have read differing views. Some say its related to php others to phpmyadmin. Can anyone give me instruction on how to install and, if needed, configure mcrypt?

View 1 Replies View Related

Ubuntu Servers :: Install Mcrypt For Use In PhpMyAdmin?

Jul 17, 2010

I am trying to install mcrypt for use in phpMyAdmin but am having some trouble. I apt-get'd the mcrypt-php5 package and it installed, but it seems to only function on the Apache Module version of php5 and not the CGI version. Both versions show the mcrypt extension installed in phpinfo, but in phpMyAdmin only one of them removes the error about mcrypt. Other extensions (such as cURL) which I installed with apt-get have worked, so I'm not sure why this one does not.

EDIT: I also compared the CGI php.ini and the apache2 php.ini and there were no differences there. I also confirmed that the php.ini file for the CGI version is loading from that location.

View 1 Replies View Related

Programming :: Unusual Encryption Results With Php's Mcrypt?

May 30, 2010

I have a simple class that encrypts strings. It seemed to be working fine until I tried to compare the decrypted values to the original. below is the output of the php code. It appears to be decrypted but the length is incorrect.

String Before Encryption: a text string
String Length Before Encryption: 13
String After Encryption: rew2iSYotruIpmJ3llos3A==

[code]...

View 7 Replies View Related

Server :: Debian Squeeze Not Seeing SVM Cpu Extension?

Jul 17, 2011

I have an Opteron 6128 that supports AMD-V/SVM. SVM is enabled in bios, but Squeeze does not list SVM in /proc/cpuinfo. What is the problem here?

View 3 Replies View Related

OpenSUSE :: Xlib: Extension "Generic Event Extension" Missing On Display <my_ip>

Dec 28, 2009

After upgrading to 11.2, I get the following error when starting any xclient. Worse, its usually repeated a few times for each client.

Xlib: extension "Generic Event Extension" missing on display <my_ip>

I get this both when using Xming and nomachine.

View 2 Replies View Related

OpenSUSE Install :: X Server And RandR Extension?

Apr 11, 2010

When I try to get to the configuration of my monitor by using KDE Settings -> hardware -> monitor, I receive the msg: "Your X server is running the RandR extension at version 1.2 or greater which doesn't have any configuration yet." and it refuses to go further. What does this mean and where should I configure it? When I use Yast, Sax2 starts normally.

View 9 Replies View Related

Server :: Rsync Generating 7ffulr Extension?

Jul 30, 2011

while running rsync system is generating .7ffulr extension file ie i am copying x file form server to backup server.while rsync it copy original x file and also generate x.7ffulr file along with it..

View 2 Replies View Related

General :: How To Check Control-M Configuration

Mar 18, 2011

Can anyone tell me how to check control-M configuration

View 1 Replies View Related

General :: Bios Configuration And Check USB Setting?

Feb 19, 2011

How can I Bios configuration and check USB setting?

View 7 Replies View Related

Ubuntu Installation :: Check The Configuration Of A Self-installed Package?

Jan 22, 2011

I'd love to know how to check the original configuration of a self-installed package? For example, I would like to install the package XXXXX. I did:

./configure
make
make install

After the installation, I would like to know what the configuration I used for XXXXX's installation. Maybe some dependencies (for example, A,B,C...) were not found so that XXXXX was installed without depending on A,B,C.... However, now, I would like XXXXX depend on A,B,C... How to check whether the current installed XXXXX's original configuration?

View 1 Replies View Related

Debian Configuration :: System Does Filesystem Check On Every Boot After Upgrade

Jul 5, 2015

A few days ago I upgraded my debian sid system, and since then systemd does a filesystem check on every boot which takes over two minutes, disobeying the existing settings I had. How can I set systemd to do a filesystem check only once every a set number of mounts, like I had set up before the upgrade?

View 5 Replies View Related

Debian Configuration :: How To Check Version Of Loaded Intel Microcode

May 2, 2010

Because the version of the microcode installed by the package intel-microcode in Testing (2009-03-30) is way older than the one currently offered by Intel (2010-02-09), I only installed the package microcode.ctl and let it fetch the microcode. However, after reading the Read Me files, manual pages and system logs, and checking the directory where the microcode is stored, I have not been able to find an option to check the version of the microcode in use.

This is the output of update-intel-microcode:
Local version:
Remote version:
could not extract the actual data of remote microcode

View 2 Replies View Related

Debian Configuration :: Check Battery Levels Command Line?

Feb 12, 2011

since I am on a Dell inspiron 1545 laptop, being able to display my battery charge is critical. After some extensive googling, I found I need a command 'acpi', which does not exist on my computer. I cannot seem to find it in the packages database; the closest thing being 'acpi-support' apt-get install also can't find it.

I tried cat /proc/acpi/battery/BAT0/state, but that only shows me if the battery is discharging or charging and doesn't give me an actual percentage.

View 1 Replies View Related

Software :: ERROR - Restart Aborted Check Your Nagios Configuration

Mar 23, 2011

Heare i come with Nagios Problem, When ever i stop nagios it say's

[root@x292 ~]# service nagios stop
Stopping nagios: No lock file found in /usr/local/nagios/var/nagios.lock
When ever i restart nagios it say's
[root@x292 ~]# service nagios restart
Running configuration check... CONFIG ERROR! Restart aborted. Check your Nagios configuration.
my nagios.cfg file is
# 'Nagios CFG 1'

[Code]...

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved