MySQL Not Installing On Fedora
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 Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
- Installing Httpd-devel Module On Fedora Updates Apache
- Installing Mysql
- Installing MySQL
- Installing MySQL On VPS
- Dependency When Installing MySQL
- Php/mysql- After Installing Lighttpd
- Installing PHP + IIS + MySQL
- Installing Php On Server That Does Not Have Mysql Installed
- Low Memory After Installing Mysql Mod Php5
- Fedora
- Directadmin On Fedora 9
- Fedora 5 Server
- Fedora 9 Vs Centos 5
- Upgrading To Fedora Core 11
- Yum Problem On Fedora 5
- Fedora, FreeBSD, Or CentOS
- PHP 5.1 To 5.2 On Fedora Core 5
- Editor In Fedora Code 6
- Fedora Core 6 Compatibility
- Setting Up LAMP (Fedora 7)
- Install Cpanel On Fedora
- 4 G RAM Not Detected By Fedora 7
- How To Install FFMPEG On Fedora Core 4
- Settings Environment Variable In Fedora
- Setup Ispconfig On Fedora Core 6
- Might I Change From Fedora To CentOS In My New Servers
- Suse, Debian, Fedora Or CentOS
- Probs Upgrading To Fedora 5 From 4--Yes, I Know I Am Late In Doing So
- How To Upgrade Fedora Release On Old OpenVZ Vps?
- To Take Data From Mounted 2 Disk Fedora Cpanel
- Kernel Upgrade On Fedora Core 4 Server
- Difference Between Fedora Core & CentOS
- DNS Is Down On Fedora Core 5 & Rndc
- Fedora (Core 6) And Creating Partions For CPanel
- Which Operating System Fedora Core, CentOS, FreeBSD
- Fedora (realtek Rtl8139/810x Family Fast Ethernet Nic)
- Installation Zend Optimizer & Ioncube On Fedora Core 4 Using Plesk 8.2
- How Do I Setup A Ubuntu DomU Guest On A CentOS / Fedora Core XEN Server
- CentOS, Debian, Fedora Core 3 & 4, Gentoo, Opensuse, Suse, Unbuntu?
- Installed MySQL In /usr/local/mysql But Error In /var/lib/mysql
- I Moved Mysql From /var To /backup/mysql, Mysql Is No Longer Working
- Installing GD?
- Installing Gd
- Installing Mod_rewrite?
- Installing Circumventor
- Installing Imagemagick
- Installing GPAC
- Installing TomCat
- Installing EAccelerator
- Installing Php5
- Installing Qmailtoaster
- Installing RoR. Please!
- Installing GD On Dedi
Installing Httpd-devel Module On Fedora Updates Apache
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 Replies!
View Related
Installing Mysql
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 Replies!
View Related
Installing MySQL
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 Replies!
View Related
Installing MySQL On VPS
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 Replies!
View Related
Dependency When Installing MySQL
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 Replies!
View Related
Installing PHP + IIS + MySQL
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 Replies!
View Related
Installing Php On Server That Does Not Have Mysql Installed
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 Replies!
View Related
Low Memory After Installing Mysql Mod Php5
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 Replies!
View Related
Fedora
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 Replies!
View Related
Directadmin On Fedora 9
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 Replies!
View Related
Fedora 5 Server
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 Replies!
View Related
Upgrading To Fedora Core 11
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 Replies!
View Related
Yum Problem On Fedora 5
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 Replies!
View Related
Fedora, FreeBSD, Or CentOS
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 Replies!
View Related
PHP 5.1 To 5.2 On Fedora Core 5
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 Replies!
View Related
Editor In Fedora Code 6
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 Replies!
View Related
Fedora Core 6 Compatibility
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 Replies!
View Related
Setting Up LAMP (Fedora 7)
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 Replies!
View Related
Install Cpanel On Fedora
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 Replies!
View Related
4 G RAM Not Detected By Fedora 7
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 Replies!
View Related
How To Install FFMPEG On Fedora Core 4
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 Replies!
View Related
Setup Ispconfig On Fedora Core 6
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 Replies!
View Related
Might I Change From Fedora To CentOS In My New Servers
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 Replies!
View Related
Suse, Debian, Fedora Or CentOS
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 Replies!
View Related
Probs Upgrading To Fedora 5 From 4--Yes, I Know I Am Late In Doing So
I tried to upgrade to fedora 5 and then to whatever is next, but I am having problems. After running yum -y update I get this: Error: hwdata conflicts with pcmcia-cs Error: Missing Dependency: hotplug >= 2001_04_24-9 is needed by package pcmcia-cs Error: Missing Dependency: howl = 0.9.8 is needed by package howl-libs Error: Unable to satisfy dependencies Error: Package hal needs kernel < 2.6.15, this is not available. Error: Package hwdata needs pcmcia-cs, this is not available. Error: Package howl-libs needs howl = 0.9.8, this is not available. Error: Package pcmcia-cs needs hotplug >= 2001_04_24-9, this is not available. Error: Package kudzu needs kernel < 2.6.13, this is not available. Error: Package glibc needs kernel < 2.6.9, this is not available. Error: Package initscripts needs kernel < 2.6.12, this is not available.
View Replies!
View Related
How To Upgrade Fedora Release On Old OpenVZ Vps?
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 Replies!
View Related
To Take Data From Mounted 2 Disk Fedora Cpanel
I've got a problem with one of my servers, and i dont now how to do it. I need to find a technical service that I could hire for a job. It's a small job. I've got one server that was compromised by D.O.S. atack and taken down by hosting company they did a clean instal fedora and cpanel and said that the data would be mounted on a old drive I need to restore the webs about 30 small sites Would anyone suggest a person that could do that?
View Replies!
View Related
Kernel Upgrade On Fedora Core 4 Server
I have a server running Fedora 4 and WHM/cPanel. I would like to upgrade the linux kernel to the latest version, so mosey in via SSH and type "yum -y upgrade". It downloads a few things and tells me everything is hunky dory. Now, the version it says it is currently running is: 2.6.17-1.2142_FC4 #1 Tue Jul 11 22:41:14 EDT 2006 Is that the really the newest version available? Maybe I'm confused as to how this works, but if I go to kernel.org it tells me the most recent stable version of the kernel is 2.6.24.3. Is this because I am running FC4?
View Replies!
View Related
DNS Is Down On Fedora Core 5 & Rndc
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 Replies!
View Related
Fedora (Core 6) And Creating Partions For CPanel
I am doing a FRESH install of Fedora Core 6 onto a brand new server. I have 2 questions about partitions on there.. 1. Should all the partitions (/home, /backup, /var etc..) be of file system type "ext3?" I could not find any documentation on this anywhere. 2. A question about about LVM (Logical Volume Management). Are you supposed to create a different LVM for each partition? Or just for /tmp?
View Replies!
View Related
Fedora (realtek Rtl8139/810x Family Fast Ethernet Nic)
I am testing FEDORA on my localhost server, with dual partition with windows 2003 server, The problem is, that FEDORA can not install NETWORK CARD driver by default or by selection. In my Windows device manager i see i am using (realtek rtl8139/810x family fast ethernet Nic), but i can not find its driver to use on linux (fedora) Can someone guide me how can i make (realtek rtl8139/810x family fast ethernet Nic) use on FEDORA installation. i have tried searching google ... but can not find linux driver for same...
View Replies!
View Related
Installation Zend Optimizer & Ioncube On Fedora Core 4 Using Plesk 8.2
i got plesk 8.2 installed on my fedora core 4 server. I would like to install ioncube & zend optimizer. Anyone can explain me stepwise how to do.. i read many post on the forum about it but i have not succeded in.. here is the infos of my server system info: CPU:GenuineIntel, Intel(R) Xeon(TM) CPU 2.80GHz Version: psa v8.2.0_build82070706.15 os_FedoraCore 4 OS: Linux 2.6.9-023stab033.9-enterprise Key number: PLSK.00000000.000 component info: awstats6.6-0.060916beta.swsoft bind9.3.1-20.FC4 coldfusionComponent was not installed coldfusion-supportComponent was not installed courier-imap3.0.8-fc4.build82070706.15 drweb4.33-rh5_psa drweb-qmail4.33-fc4.build82070706.15 frontpage5.0.2.2635-1.fc4.swsoft httpd2.0.54-10.4.1.swsoft mailman2.1.8-0.FC4.1 mod_perl2.0.1-1.fc4 mod_python3.1.4-2 mysql4.1.20-1.FC4.1 perl-Apache-ASP2.59-fc4.build82070706.15 php5.0.4-10.5.1.swsoft postgresql-serverComponent was not installed psa8.2.0-fc4.build82070706.15 psa-api-rpc8.2.0-fc4.build82070706.15 psa-autoinstaller3.2.0-build32070705.20 psa-backup-manager8.2.0-fc4.build82070706.15 psa-horde3.1.4-fc4.build82070706.15 psa-imp4.1.4-fc4.build82070706.15 psa-logrotate3.7-fc4.build82070706.15 psa-manual-custom-skin-guide8.2.0-fc4.build82070706.15 psa-migration-manager8.2.0-fc4.build82070706.15 psa-mivaComponent was not installed psa-mod-fcgid-configurator1.0-13 psa-proftpd1.3.0-fc4.build82070706.15 psa-qmail1.03-fc4.build82070706.15 psa-qmail-rblsmtpd0.70-fc4.build82070706.15 psa-rubyrails-configuratorComponent was not installed psa-spamassassin8.2.0-fc4.build82070706.15 psa-tomcat-configurator8.2.0-fc4.build82070706.15 psa-turba2.1.4-fc4.build82070706.15 rubyComponent was not installed samba3.0.23a-1.fc4.1 spamassassin3.0.6-1.fc4 SSHTerm0.2.2-fc4.build82070706.15 tomcat5.0.30-5jpp_6fc webalizer2.01_10-28 info when doing uname -a: Linux xxx.xxxxx.xx 2.6.9-023stab033.9-enterprise #1 SMP Tue Dec 5 14:40:57 MSK 2006 i686 i686 i386 GNU/Linux info when doing php -v: PHP 5.0.4 (cli) (built: Nov 9 2005 09:19:53) Copyright (c) 1997-2004 The PHP Group Zend Engine v2.0.4-dev, Copyright (c) 1998-2004 Zend Technologies Info when doing httpd -v: Server version: Apache/2.0.54 Server built: Jul 31 2006 15:02:04 I struggled many times to be able to set up the ioncube & zend optimizer but in vain..
View Replies!
View Related
How Do I Setup A Ubuntu DomU Guest On A CentOS / Fedora Core XEN Server
how to install Ubuntu (either 7.10 or 8.04) as a XEN domU guest on a CentOS 5 / Fedora Core 8 XEN dom0 server? I have tried installing Ubuntu as a fully virtualized guest, but the Ubuntu CD doesn't even bootup. I get the Linux bootloader, and that's it,it doesn't continue to boot. Odd. When trying to install a Paravirtualized guest, I had to use the debootstrap method, but can't get it to boot up. Quote: xm create anya_zanet Using config file "/etc/xen/anya_zanet". Error: (2, 'Invalid kernel', 'xc_dom_find_loader: no loader found ') This is the xen configuration: Code: kernel = "/boot/vmlinuz-2.6.23.1-42.fc8" ramdisk = "/boot/initrd-2.6.23.1-42.fc8.img" builder='linux' memory = 256 name = "anya_zanet" vcpus = 1 vif = [ 'bridge=xenbr0' ] disk = [ 'phy:/dev/System/anya_zanet,hda1,w' , 'phy:/dev/System/anya_zanet,hda2,w' ] root = "/dev/hda1 ro" on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' how to get Ubuntu working on a CentOS / Fedora Core XEN server?
View Replies!
View Related
CentOS, Debian, Fedora Core 3 & 4, Gentoo, Opensuse, Suse, Unbuntu?
Gazzin.com offers so many OSs on their VPS deals - CentOS, Debian, Fedora Core 3, Fedora Core 4, Gentoo, Opensuse, Suse, Unbuntu. Which one would you advise me to start from?
View Replies!
View Related
Installed MySQL In /usr/local/mysql But Error In /var/lib/mysql
I installed the MySQL binary packages in /usr/local/mysql/ after removing the MySQL RPM package. MySQL is functioning when I executed /usr/local/mysql/bin/safe_mysqld. I reinstalled MySQL before I installed PHP. When I used a PHP script to access a MySQL database, it outputs an error: Code: Warning: mysqli::mysqli() [function.mysqli-mysqli]: (HY000/2002): can't connect to local mysql server through socket /var/lib/mysql/mysql.sock in index.php on line 2 However, I installed MySQL in /usr/local/mysql, not in /var/lib/mysql. How do I fix MySQL?
View Replies!
View Related
Installing Gd
Trying to install gd library but not able to.. When i do yum install php-gd it says nothing to do.. Kindly help me.. Its a week i am trying to make it work.. Looks like i have searched the whole net..
View Replies!
View Related
Installing Mod_rewrite?
I have installed a Apache server version 1.3.33 on windows XP and would like to enable mod_rewrite so i can rewrite my ugly url´s. How do I install this great feature in Apache so i can test it locally? Do i just remove # from #LoadModule rewrite_module modules/mod_rewrite.so #AddModule mod_rewrite.c
View Replies!
View Related
Installing GPAC
I have tried installing GPAC on my centos which has ffmpeg installed allready l /usr/bin/ld: cannot find -lGL collect2: ld returned 1 exit status make[1]: *** [libgpac.so] Error 1 make[1]: Leaving directory `/usr/src/gpac/src' make: *** [lib] Error 2 -bash-3.2# cat /etc/redhat-release CentOS release 5.2 (Final) -bash-3.2#
View Replies!
View Related
Installing TomCat
I've got a customer who would like to have TomCat installed in his hosting account. I've some question before doing it, it kindda scares me.. 1- I have apache 1.3. 2- I don't want every child process of apache to have an additional 15MB.. 3- I don't know a lot about Java... Is it as easy as «port install» it in my FreeBSD? Basically, I would really like to accomodate that customer but I also doesnt want to mess everything for a single customer.
View Replies!
View Related
Installing EAccelerator
I successfully installed eAccelerator and its already working fine then I decided to update my PHP version which is 5.1.6 to 5.2.6 after the upgrade eAccelerator is no longer loaded I tried recompiling eAccelerator but to no avail it doesnt load anymore I double checked eaccelerator.ini and it was already set. Someone said that the phpize that was installed in my server is not compatible to PHP5.2.6 and it needs to be updated also but I cant seem to update it since it always says that it is already updated. I am using CentOS5.3.
View Replies!
View Related
Installing Php5
I recently installed ubuntu 7.10, and apache2. Both installed with no problems. In my browser i am able to type localhost, and i recieve the "It works" page. I can also start,stop and restart with no problems. However, I cannot install php5. I use synaptic package manager to install, and i added the appropriate lines to the httpd.conf file but i still cannot view .php files. I try to run a simple php page and a dialog box pops up prompting me to open or save the file. If i choose either, the box just pops up again.
View Replies!
View Related
Installing Qmailtoaster
I've got some problems with qmailtoaster in an openvz vps and centos 5.2. At the "perl step" (wiki.qmailtoaster.com/index.php?title=CentOS_5_QmailToaster_Install) I get a lot of errors about dependency that cpan tries to resolve but it fail. Here it is the last part when it basically quit... Can't test without successful make Running make install make had returned bad status, install seems impossible Running make for P/PM/PMQS/Compress-Zlib-2.011.tar.gz Is already unwrapped into directory /root/.cpan/build/Compress-Zlib-2.011 CPAN.pm: Going to build P/PM/PMQS/Compress-Zlib-2.011.tar.gz -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Running make for T/TO/TOMHUGHES/IO-Zlib-1.09.tar.gz Is already unwrapped into directory /root/.cpan/build/IO-Zlib-1.09 CPAN.pm: Going to build T/TO/TOMHUGHES/IO-Zlib-1.09.tar.gz -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Running make for K/KA/KANE/Archive-Tar-1.38.tar.gz Is already unwrapped into directory /root/.cpan/build/Archive-Tar-1.38 CPAN.pm: Going to build K/KA/KANE/Archive-Tar-1.38.tar.gz -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible # my /proc/user_beancounters Version: 2.5 uid resource held maxheld barrier limit failcnt 988540: kmemsize 2321344 3576802 2147483646 2147483646 0 lockedpages 0 348 350 350 7 privvmpages 34453 73032 131072 131072 0 shmpages 687 703 65536 65536 0 dummy 0 0 0 0 0 numproc 27 38 350 350 0 physpages 7203 26499 0 2147483647 0 vmguarpages 0 0 65536 2147483647 0 oomguarpages 7203 26499 65536 2147483647 0 numtcpsock 5 8 2800 2800 0 numflock 4 11 350 350 0 numpty 1 1 175 175 0 numsiginfo 0 3 350 350 0 tcpsndbuf 123248 123248 53687296 65156096 0 tcprcvbuf 81920 801552 53687296 65156096 0 othersockbuf 9280 22512 53687296 65156096 0 dgramrcvbuf 0 8464 53687296 65156096 0 numothersock 8 18 2800 2800 0 dcachesize 0 0 3225600 3225600 0 numfile 652 905 8400 8400 0 dummy 0 0 0 0 0 dummy 0 0 0 0 0 dummy 0 0 0 0 0 numiptent 14 14 350 350 0 I've already tried to reset the cpan configuration and to use the cpan shell directly but I still have the same problems.
View Replies!
View Related
Installing RoR. Please!
just recently upgraded from a fully managed VPS to a Dedicated Server. Everything seemed to be going fine, until I tried installing RoR. I have RubyGems installed and all that, but whenever I try to install Rails, the following happens. [root@server1 ~]# gem install rails --include-dependencies Libsafe version 2.0.16 Detected an attempt to write across stack boundary. Terminating /usr/bin/ruby-bin. uid=0 euid=0 pid=9614 Call stack: 0x519df871 /lib/libsafe.so.2.0.16 0x519dfc5d /lib/libsafe.so.2.0.16 0x80549b8 /usr/bin/ruby-bin 0x8054a52 /usr/bin/ruby-bin 0x80556af /usr/bin/ruby-bin 0x806132f /usr/bin/ruby-bin 0x8061de6 /usr/bin/ruby-bin 0x809eb06 /usr/bin/ruby-bin 0x8055681 /usr/bin/ruby-bin 0x805de6d /usr/bin/ruby-bin 0x805ea6c /usr/bin/ruby-bin 0x805c5e6 /usr/bin/ruby-bin 0x8059c53 /usr/bin/ruby-bin 0x8064680 /usr/bin/ruby-bin 0x805de6d /usr/bin/ruby-bin 0x805ea6c /usr/bin/ruby-bin 0x805c4df /usr/bin/ruby-bin 0x805d776 /usr/bin/ruby-bin 0x805ae8a /usr/bin/ruby-bin 0x805d2ad /usr/bin/ruby-bin 0x805e66a /usr/bin/ruby-bin 0x805ea6c /usr/bin/ruby-bin 0x805c4df /usr/bin/ruby-bin 0x8062e68 /usr/bin/ruby-bin 0x805b9b2 /usr/bin/ruby-bin 0x805e66a /usr/bin/ruby-bin 0x805ea6c /usr/bin/ruby-bin 0x805c5e6 /usr/bin/ruby-bin 0x805d776 /usr/bin/ruby-bin Overflow caused by memcpy() Killed
View Replies!
View Related
Installing GD On Dedi
login as: root root@20*.17*.3**.1**'s password: Last login: Fri Feb 22 15:21:26 2008 from 20*.5*.4*.2* [root@vian ~]# yum install php-gd Loading "installonlyn" plugin Setting up Install Process Setting up repositories extras 100% |=========================| 1.1 kB 00:00 updates 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 Reading repository metadata in from local files Excluding Packages in global exclude list Finished Parsing package install arguments Nothing to do [root@vian ~]# Does that mean I have installed GD? I am new to this dedi thingy.
View Replies!
View Related
|