MySQL Not Installing On Fedora

May 14, 2007

Here is where I stand..

OS: FRESH install of Unix Fedora Core 6
Kernel Version: Kernel 2.6.18-1/2798.fc6 on an i686
Hardware Information: Brand new Dell SC1435 Server
Software Version: MySQl 5
Control Panel: cPanel

A few things I did already..

#yum install mysql-server && service mysqld start
Nothing to do
mysqld: unrecognized service

#rpm -qa | grep mysql
libdbi-dbd-mysql-0.8.1a-1.2.2
mysql-connector-odbc-3.51.12-2.2

#ps -ef | grep -i mysql
root 15299 15114 0 16:55 pts/0 00:00:00 grep -i mysql

I don't see the mysql.sock file. What I can do to further troubleshoot this issue?

View 7 Replies


ADVERTISEMENT

Installing Httpd-devel Module On Fedora Updates Apache

Feb 26, 2008

to install mod_evasive module on our Apache2 that runs on Fedora server. However, for that we need Apache's apxs to compile it. We found out that we can do that by running the

yum install httpd-devel
However, when we run that, we get the following:

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
httpd-devel i386 2.2.8-1.fc7 updates 144 k
Updating:
httpd i386 2.2.8-1.fc7 updates 1.0 M
openldap i386 2.3.34-7.fc7 updates 291 k
Installing for dependencies:
apr-devel i386 1.2.8-6 fedora 170 k
apr-util-devel i386 1.2.10-1.fc7 updates 54 k
cyrus-sasl-devel i386 2.1.22-8.fc7 updates 351 k
db4-devel i386 4.5.20-5.fc7 fedora 2.3 M
expat-devel i386 1.95.8-9 fedora 129 k
openldap-devel i386 2.3.34-7.fc7 updates 1.5 M
Updating for dependencies:
httpd-manual i386 2.2.8-1.fc7 updates 821 k
mod_ssl i386 1:2.2.8-1.fc7 updates 85 k
openldap-clients i386 2.3.34-7.fc7 updates 179 k

Transaction Summary
==========================================
Install 7 Package(s)
Update 5 Package(s)
Remove 0 Package(s)

Total download size: 7.0 M
We're kind of cautios, because we have never updated Apache on our live server. We'd prefer if we could download and install just the httpd-devel module. Is this possible?

If not, would this mess up any of our existing configuration? Could we expect any problems? And do we need to shut Apache down, then run the updates and only then restart it?

View 5 Replies View Related

Installing MySQL On VPS

Jul 23, 2009

I am currently using CentOS 5. I installed php-mysql, mysql-server, mysql and mysql-devl through yum install.

WhenI try to start mysqld I get this error

Code:
090722 20:17:32 mysqld started
090722 20:17:32 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
090722 20:17:32 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 36808.
InnoDB: Doing recovery: scanned up to log sequence number 0 43655
090722 20:17:32 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
InnoDB: Error: pthread_create returned 12
090722 20:17:33 mysqld ended

I obviously havn't done something correctly.

View 6 Replies View Related

Installing Mysql

Jul 8, 2007

im trying to install mysql, apache and php on my new server and everytime i use the command - make install or make all it says is -bash: make: command not found.

View 2 Replies View Related

Installing PHP + IIS + MySQL

Jan 8, 2007

I want install PHP near IIS and security is important for me.

I chose ISAPI is it good?

It works but I have problem in using MySQL I did not use PHP.ini for php5+ISAPI and it works how add mysql?

to make it useful with MySQL and make secure,

View 3 Replies View Related

Installing MySQL

Apr 22, 2007

I tried installing MySQL on a Windows 2000 Server. I went through all the wizards and I got an error because I needed to open a port. I am not really a server/network guy, its just a dev server for my programming. How do I go about opening the port for MySQL. And then how would I test the installation to know its all good?

View 3 Replies View Related

Dependency When Installing MySQL

May 29, 2009

I am trying to install MySQL from its RPM. I keep getting the following dependency issues and I have never seen these before. libc.so.6 is installed via glibc. I have all of the different glibc packages installed and I am lost. libc.so.6 is located in /lib/lib.so.6.

# rpm -i MySQL-server-community-5.1.34-0.rhel5.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libc.so.6(GLIBC_2.3)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libc.so.6(GLIBC_2.3.4)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libc.so.6(GLIBC_2.4)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libcrypt.so.1()(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libcrypt.so.1(GLIBC_2.2.5)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libdl.so.2()(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libdl.so.2(GLIBC_2.2.5)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libm.so.6()(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libm.so.6(GLIBC_2.2.5)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libnsl.so.1()(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libpthread.so.0()(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libpthread.so.0(GLIBC_2.3.2)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64
libpthread.so.0(GLIBC_2.3.4)(64bit) is needed by MySQL-server-community-5.1.34-0.rhel5.x86_64

View 2 Replies View Related

Php/mysql- After Installing Lighttpd

Mar 3, 2008

I've installed lighttpd and it works perfectly. However, when I browsed my blog I got the msg:

"Your PHP installation appears to be missing the MySQL which is required for WordPress."

Was there anything I missed? Should I install PHP again?

View 5 Replies View Related

Low Memory After Installing Mysql Mod Php5

Nov 6, 2009

I have a VPS.

I have installed "Lighttpd, php5cgi, mysql-server, mysql-client,
libmysqlclient15-dev"

I have optimized the MySQL Server (/etc/mysql/my.cnf).

All these together just take 30 mb Memory.

Lighttpd use just 12mb memory And everything is very good.

But,

When I install php5 mod MySQL:
apt-get install php5-mysql

Then the Lighttpd memory increases to 90mb!

I am using updated Debian Lenny, MySQL5, php5.

View 6 Replies View Related

Installing Php On Server That Does Not Have Mysql Installed

Aug 7, 2008

I have two servers, one is web server, the other one is mysql server.

I am installing php on web server that does not have mysql installed.

when I do the follows:

./configure --prefix=/usr/local/webserver/php --with-config-file-path=/usr/local/webserver/php/etc --with-mysql=/usr/local/webserver/mysql --with-mysqli=/usr/local/webserver/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-debug --disable-rpath --enable-discard-path --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-sendmail=/usr/sbin/sendmail

the script tells me error:

configure: error: Cannot find MySQL header files under /usr/local/webserver/mysql.
Note that the MySQL client library is not bundled anymore!

Because mysql installed on another physical server. so how may I fix the problem? can I configure php without "---with-mysql" and "--with-mysqli" parameters? I need my php could access remote mysql server.

View 3 Replies View Related

Fedora

Aug 11, 2007

i have some problems regarding fedora

1/How to change the language of fedora, for example from france to english

2/how to bring out the post installation configuration screen? any commmands? i want to change the firewall setting

View 1 Replies View Related

Yum Problem On Fedora 5

May 14, 2008

I am having a problem with YUM on Fedora 5, for a long time it has not worked saying there is nothing to update when I know there is, I have tried to correct this by following a forum post of someone having the same problem, now I have really messed things up...

When I type any yum command (yum, yum --version, yum check-update etc) I get the following error:

Traceback (most recent call last):
File "/usr/bin/yum", line 28, in ?
import yummain
File "/usr/share/yum-cli/yummain.py", line 29, in ?
from yum import logginglevels
ImportError: cannot import name logginglevels

perhaps removing it and installing the latest version of Yum would help however tried that and it seems to make no difference, perhaps I am doing it wrong?

View 0 Replies View Related

Directadmin On Fedora 9

Sep 3, 2008

Anybody having problems installing directadmin on Fedora 9?

Right after I run the install, it does start downloading the packages but experiencing this issue after numerous tries:

100%[=====================================================================>] 2,769 --.-K/s in 0.07s

2008-09-03 13:47:29 (40.2 KB/s) - `/var/named/named.ca' saved [2769/2769]

Installation didn't pass, halting install.

View 1 Replies View Related

PHP 5.1 To 5.2 On Fedora Core 5

Jul 9, 2008

I have a Fedora Core 5 VPS currently running PHP 5.1.6, and wish to upgrade to 5.2 so I can run Magento eCommerce software.

I've managed to install yum, and after running yum update php, it just updates to 5.1.x still

My understanding of it currently is I need to point it to new repositories with 5.2 in?

View 4 Replies View Related

Fedora 5 Server

Oct 28, 2007

i have problem in my linux server that i have aserver with 5.2.4 apache and many scripts not working after that i upgraded to php 4.4.7 so all scipts all over my server are working but not loging with any user and pass just as u make refresh to the page
this problem in all forums and scripts in my server i need quickly solution please
my customers are confused

View 6 Replies View Related

Fedora 9 Vs Centos 5

May 30, 2008

Fedora 9 vs Centos 5? which is good for running a server? Is both more or less the same?

View 14 Replies View Related

4 G RAM Not Detected By Fedora 7

Nov 27, 2007

We recently setup a server with 4 gigs of RAM and installed Fedora core 7 32-bit version in it. After installing the OS, I have found that Fedora is able to detect only 2 GB and not 4 GB of RAM. I installed the kernel-PAE and kernel-PAE-devel modules and restart the server and made sure that the the OS with the PAE switch starts at boot time. However, the OS still does not detect the 4 GB RAM. Any idea what else can be done apart from installing the 64-bit OS in the system?

View 14 Replies View Related

Upgrading To Fedora Core 11

Oct 23, 2009

I have a linux server that has active clients on it, its running Fedora Core 4 and I beleive its time to upgrade to the latest Fedora Release.

The server is running cPanel, has anyone here done an upgrade to a box running Fedora before? Any tips or tricks?

I'm hoping its a simple attend data center, reboot server with new Fedora DVD, boot off DVD select upgrade and away we go. . .

View 8 Replies View Related

Fedora, FreeBSD, Or CentOS

Apr 13, 2008

I am about to sign up for a dedicated server, and I have three options to choose from... actally, 6 options:

FEDORA C7 BASIC
FEDORA C7 PLESK 8.3

FREEBSD 6.3 BASIC
FREEBSD 6.3 PLESK 8.3

CENTOS 5.1 BASIC
CENTOS 5.1 PLESK 8.3

Which one should you pick and (most importantly) why?

View 14 Replies View Related

Editor In Fedora Code 6

Aug 5, 2007

My server was just upgraded to FC6 and now I do not have pico for a editor. I found nano but there is problems. Screen does not refresh correctly and when I type in charaters sometimes extra charaters show up.

Are there any other screen editors built in to FC6 (not vi)

View 4 Replies View Related

DNS Is Down On Fedora Core 5 & Rndc

Jan 11, 2007

I have a problem with one of the servers since the morning, DNS is down and trying to start it giving failed message.

I'm using Fedora 5
CPanel 10.9.0-S119
named (9.3.3rc2) with installed Packages: bind-9.3.3-0.2.rc2.fc5 / bind-devel-9.3.3-0.2.rc2.fc5 / bind-libbind-devel-9.3.3-0.2.rc2.fc5 / bind-libs-9.3.3-0.2.rc2.fc5 / bind-utils-9.3.3-0.2.rc2.fc5 / binutils-2.16.91.0.6-5
kernel-2.6.18-1.2257.fc5

Error Message:

Quote:

root@server [~]# service named start
Starting named:
Error in named configuration:
zone alexaian-d.com/IN: loaded serial 2006040201
zone al-jan.org/IN: loaded serial 2006073101

named.conf file

Quote:

root@server [~]# cat /etc/named.conf
include "/etc/rndc.key";

controls {
inet 127.0.0.1 allow { localhost; } keys { "rndckey"; };
};

options {
};

zone "alexaian-d.com" {
type master;
file "/var/named/ahmed-d.com.db";
};

zone "al-jan.org" {
type master;
file "/var/named/al-jinan.org.db";
};

rndc: connect failed: 127.0.0.1#953: connection refused

Quote:

root@server [~]# service named status, I'm getting the error:
rndc: connect failed: 127.0.0.1#953: connection refused

View 12 Replies View Related

Fedora Core 6 Compatibility

Oct 1, 2007

I have bought a
PowerEdge 2900 Quad-Core Xeon E5345 2.33 Ghz Processor
2GB FB 667MHz Memory
146 GB SAS hard drive
PERC 5/i integrated RAID Controller Card

I have installed Fedora Core 6 on this.But somehow it fails to work.It keeps hanging anytime anywhere.

Can anybody help me know whether this is compatible with each other?

I tried closing some services and work it,but the attempt was in vane.

I have googled alot over this and cant get it worked.

I also tried to install from different CDs,but no luck.

View 1 Replies View Related

Setting Up LAMP (Fedora 7)

Sep 16, 2007

get my development box set up running LAMP. I have Fedora 7 currently installed but don't really know much about setting up the environment to host multiple sites (development purposes only), getting Phpmyadmin set up, etc. I'm used to typically doing my dev with with apache2triad on Windows but would much rather be working on a Linux box for development as i do my hosting in a Linux environment as well.

View 1 Replies View Related

Install Cpanel On Fedora

Jun 13, 2007

i have fedora core 4

i run sh latest

but take me error :

____ _
___| _ __ _ _ __ ___| |
/ __| |_) / _` | '_ / _ |
| (__| __/ (_| | | | | __/ |
\___|_| \__,_|_| |_|\___|_|

Installer Version 11.4.0

grep: /etc/yum.conf: No such file or directory
grep: /etc/yum.conf: No such file or directory
Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper setup. You must correct this error before you can proceed.

View 6 Replies View Related

How To Install FFMPEG On Fedora Core 4

Sep 12, 2007

i want to install FFMPEG on my server , i tried to install from here http://vexxhost.com/blog/category/ffmpeg/

but i got error in step no. 6 , put in your consideration i didn't do the step no. 5
coz my OS is Fedora core 4.

plz any one have the right way to install , tell me.

View 3 Replies View Related

How To Upgrade Fedora Release On Old OpenVZ Vps?

Aug 14, 2008

On my desktop I keep up with the Fedora life cycle by upgrading via DVD every six months or so, and I am currently running Fedora 9. By contrast, my hosted VPS based on OpenVZ/CentOS is still providing me with a Fedora Core 5 virtual environment. I used to keep up with FC5 updates via yum until FC5 maintenance ended, long ago. Question: is it possible to upgrade from Fedora Core 5 to Fedora 9 via yum and without any intervention on the current underlying VE by the VPS host? If so, how would I do that?

View 2 Replies View Related

Settings Environment Variable In Fedora

Oct 30, 2008

I have a Fedora Linux server and I am trying to set:
PEAR=/home/pear/bin/pear

but when I try to set it under env or in a .profile file under home it still doesn't work. I even log off and log back in and I can't just run
PEAR

View 4 Replies View Related

Difference Between Fedora Core & CentOS

Jun 8, 2007

Whats the Difference between Fedora Core & CentOS?

I think my host installed the wrong OS, but just wondering to see if it's worth changing the OS if they're both the same.

View 14 Replies View Related

Setup Ispconfig On Fedora Core 6

Jan 28, 2007

i try to install ispconfig panel con my vps fedora core 6

but i see this error

checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
configure: error: Cannot find MySQL header files under /usr/local/lib/mysql.
Note that the MySQL client library is not bundled anymore!
ERROR: Could not configure PHP
cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
mv: cannot stat `binaries/aps.tar.gz': No such file or directory
mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
mv: cannot stat `binaries/cronolog': No such file or directory
mv: cannot stat `binaries/cronosplit': No such file or directory
mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
mv: cannot stat `binaries/zip': No such file or directory
mv: cannot stat `binaries/unzip': No such file or directory
tar: spamassassin.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `spamassassin': No such file or directory
tar: uudeview.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `uudeview': No such file or directory
tar: clamav.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `clamav': No such file or directory
tar: aps.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
./setup2: line 860: ispconfig_tmp/php/bin/php: No such file or directory
ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
[root@vps198 install_ispconfig]#

how i fix this problem and install the ispconfig?

View 3 Replies View Related

Might I Change From Fedora To CentOS In My New Servers

Apr 15, 2008

My hosting service doesn't provide Fedora servers anymore, and they offer only CentOS servers.

I'm now a real Fedora expert , and I don't know if I must change to CentOS in the new servers I acquire.

- Does it take too much time to learn CentOS?
- Is CentOS very similar to Fedora?
- Is CentOS more stable than Fedora?

View 2 Replies View Related

Suse, Debian, Fedora Or CentOS

Jul 21, 2007

I will be dropping my shared-hosting plan and ordering a small VPS as soon as I can decide on which operating sytem to use. It seems that most companies offer the following choices: Suse, Debian, Fedora and CentOS.

I freely admit that I am a full-fledged n00b when it comes to linux and will be learning as I go, the problem is I just don't know where to start because I'm not familiar with any of them. I have at least heard of Suse, Debian and Fedora before, but didn't even know this CentOS existed until yesterday... and yet, it seems to be one of the more popular choices.

So I was wondering if some of you seasoned VPS veterans here could recommend an OS, tell me what the differences are, or otherwise share any experience you might have with any of them.

View 8 Replies View Related







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