Red Hat / Fedora :: Downgrading Apache From 2.2 To 2.0 On CentOS 5

Apr 15, 2009

I'm attempting the lovely task of uninstalling Apache 2.2 and installing Apache 2.0 on CentOS 5. This is because of my original task of installing RSA web agent which only works with Apache 2.0. I also am not allowed to just install CentOS 4. I uninstalled Apache 2.2. Attempted to install Apache 2.0 (with rpm) and got multiple dependency errors. I installed the dependencies (and sometimes their dependencies including a little dance around some circular dependencies). Then I installed Apache 2.0 with no errors. However Apache failed to start.

Here is the error:
httpd: symbol lookup error: /usr/lib/libaprutil-0.so.0: undefined symbol: gdbm_errno.
Please don't tell me it "seems like you're missing your gdbm libraries." I'm not. I'm assuming I'm having a version incompatibility issue between gdbm and libaprutil. I just don't know what version of which I need to make Apache 2.0 happy. I tried uninstalling gdbm and installing an older version but I still have the same problem. Another option is to uninstall my openldap package (2.3.13-2) which I just installed and install an older version of that but again don't know which version is right.

View 4 Replies


ADVERTISEMENT

CentOS 5 :: Downgrading PHP To 5.2?

Apr 7, 2011

I've messed up and by accident upgraded to php version 5.3 which does not work with Zend Loader/Optimiser.

How can I downgrade to version 5.2 without removing all the dependencies as I have pleask installed?

View 1 Replies View Related

General :: Downgrading OpenSSL On Centos - Errors Occurring

Sep 27, 2010

I recently just installed centos, but it appears that when I installed it v 0.9.8e was installed consequently, all the lib's etc. are /lib/libssl.so.0.9.8e instead of an ordinary /lib/libssl.so.0.9.8 etc. and this is causing some problems for me, as programs are looking for /lib/libssl.so.0.9.8, and even if i symlink/copy/move /lib/libssl.so.0.9.8e to /lib/libssl.so.0.9.8 there are still some errors occurring. I had been reading that supposedly yum is meant to have a "yum downgrade" option, however it doesn't appear to be recognised when I run it on my centos server.

View 2 Replies View Related

Fedora :: Downgrading To PHP 5.2 In F14 Possible?

Nov 30, 2010

Is it possible to downgrade to php 5.2 in Fedora 14?

View 2 Replies View Related

Fedora :: F12 : Downgrading Postgresql To 8.3 ?

Nov 24, 2009

I upgraded my server machine to F12 without realising that postgresql gets upgraded to 8.4, and without realising that 8.4 can't work with 8.3 databases.

Is there a way to install postgresql 8.3 on F12, preferably from Fedora repositories?

Alternatively, is there a way to migrate an 8.3 database to 8.4? I know that the recommended approach is to dump and restore the DB, but now that I have upgraded to F12, the pg_dump command doesn't work anymore.

There is also this open-source tool called pg_migrator but I couldn't find a package for it and it requires a complicated compilation and installation procedure.

The simplest solution seems to me to remove pg 8.4 and install 8.3 on Fedora 12.

View 5 Replies View Related

Fedora Servers :: Downgrading PHP 5.3 To 5.2?

Feb 14, 2010

I need to downgrade the PHP on my Fedora 12 machine from 5.3.1 to 5.2...how do I do this?

ran 'yum downgrade php php-common php-cli' but can't get lower than 5.3.0.

View 11 Replies View Related

Fedora Servers :: Downgrading PostgreSQL To 8.2.x?

Feb 1, 2009

Is there any simpler method to downgrading to PostgreSQL 8.2.x? I am installing an application that requires it. I have removed postgresql 8.3 and tried to install some older fedora packages, but it did not go well.

My next step was to compile from scratch. However, I'm not real experienced with make/compiling and am fond of the organizational structure of RPMs.

The other option I could pursue is keeping 8.3 and installing an isolated 8.2 server for exclusive use by this app.

View 1 Replies View Related

Fedora :: Downgrading Python To 2.5 From 2.6 Version

May 13, 2010

I want to install OpenERP software which requires python 2.5 ,but my fedora 11 is having the python 2.6 installed by default, how can I downgrade the python 2.6 to 2.5 version. Also I need to know which version of yum is compatible with python 2.5 version.

View 3 Replies View Related

Fedora Servers :: CentOS 5.2 - Apache And New PHP

Feb 7, 2009

I've installed a server (CentOS5.2) - and I need a new(er) PHP, so, I get me one. This is what I did:
- unzipped the bundle in the root's home
- of course, I entered the folder
- entered "./configure"
- entered "make" - the compile didn't come back with errors
- entered "make test" - there was a _possible_ fail...
- entered "make install"

I noticed there's nothing in the /libs, where I'd expect a module (lib5php5.so) to exist. there is one, but it belongs to the older PHP. It's located in ets/httpd/modules (a link BTW - but I think that's normal). At the console I type:
"which php" and get a path to PHP /usr/local/bin/php
"php --version" and get 5.2.8 and some extra info
in the server I entered "<?php phpinfo(); .>" in a PHP page, as I call that page, I get ... 5.1.6 as version.

Of course, I suspect Apache to have the OLD PHP in its config, (the old lib5php.so) and that I may have to overwrite the old one with the newly compiled one, if I had it. I ran a locate on the system, but no other lib5php.so files exist. Where did I loose track?

View 2 Replies View Related

Red Hat :: Kickstarting Over HTTPS - Do The Rhel/fedora/centos Install From Running Apache With SSL Enabled?

Aug 13, 2010

Has anyone successfully kickstarted a rhel/fedora/centos over HTTPS ? In other words, is it possible to do the rhel/fedora/centos install from running apache with SSL enabled?

View 1 Replies View Related

CentOS 5 :: Apache Error 403 - "Forbidden You Don't Have Permission To Access /bb/ On This Server" - 5.2 With Apache 2.2.3

Jan 20, 2011

I am installing Big Brother on a CentOS 5.2 running the default Apache 2.2.3. When I try to access any web page I get the following error: Forbidden You don't have permission to access /bb/ on this server. Apache/2.2.3 (CentOS) Server at fmsubbnix Port 80 So far I have:

1) Set the Directory options to FollowSymLinks
2) Verified all directory and file permissions are at 755
3) Set permissions temporarily to 777 and received same error so I am assuming the issue is in a config file somewhere
4) in hhtpd.conf verified <Files ~ "^.ht"> is correct
5) verified the "default" directory is correct (/var/www/html)

I have read and tried several ideas in posts listed on the web but to no avail and am at a loss as to what to look for next..

View 3 Replies View Related

CentOS 5 Server :: Apache 'server-status' 404 Not Found + Munin Apache Stats?

Oct 14, 2010

I am trying to solve a problem where Apache stats aren't displaying correctly in Munin. I've ran through quite a bit of checks and tests regarding Munin setup, but I think my issue is related to Apache, but my skill set there is lacking.

first, system info:
monitored server:
CentOS 5.3 2.6.18-128.1.1.el5

[code]....

View 7 Replies View Related

CentOS 5 :: Apache 2 Test Page Powered By Centos..what Is It Get On My Computer In The First Place ?

Jul 2, 2010

i opened up my browser to surf the web and a page popped up i had never seen before.Apache 2 Test page powered by centos. Any address i put into my firefox browser won't come up and i'm stuck on this test page and,i can't locate it on my computer to remove it.How do i get rid of it and more importantly how did it get on my computer in the first place?

View 10 Replies View Related

CentOS 5 :: Apache Not Working With New Centos 5 Installation?

Jul 5, 2009

U have spent 4 days trying to configure my router thinking that it is my router that is not working but when I go to my dynamic dns or my static ip address it takes me to my admin router on the local computers.when I type httpd it says it cannot bind to port 0.0.0.0:80 i checked it is set up to listen to port 80 this is really confusing me i am beginning to think the people who built my server did not set it up properly if i go to localhost or 0.0.0.127 it goes to the apache default page fine.I have not changed anything since it wad installed except the centos 5 updates any ideas?When i login my password is root and the password is the default I have changed nothing else on the system as I still have no clue about it.Just to clarify on my router I have port 80 and port 443 set to my static ip address is this correct or should it be the eth0 Bcast ip address?Can anyone give me an idea of what i need to check? On my router I have set up port 80 and port 443 and dynamic dns and static ip address.Sorry I am totally new to linux never used it before would be nice if anyone has any ideas how i can proceed with this.

View 1 Replies View Related

Ubuntu :: Downgrading Gcc On 9.10?

Feb 11, 2010

I need to work on CUDA, nVidia's API for GPU development. The gcc version it requires is one step below what 9.10 provides, but it works on 9.04

I understand it ultimately comes down to installing the appropriate packages, changing symlinks of gcc and to point to the correct version.

So, is there an "official Ubuntu way" to do it? As in, is there some transitional or script that does it all?

(The reason I am asking this is, generally whenever I do something like this on my own, it ends up breaking something somewhere, but if there's an official way to do it, it plays well with the rest of the system.)

View 3 Replies View Related

Debian :: Downgrading From PHP 5.3 To 5.2 On Squeeze?

Jul 22, 2011

I need to install PHP 5.2 to run a script which didn't run correctly with PHP 5.3. Thus I would like to install PHP version from "lenny" packages (and not from "squeeze" packages).

I've found the following proceeding: [URL]

but I would like to use Debian packages instead Ubuntu packages.

View 2 Replies View Related

Ubuntu :: Downgrading PHP After Update?

May 5, 2010

Together with upgrading Ubuntu to 10.04 last week PHP was upgraded from 5.2. to 5.3. which contains a lot of changes... Now, some old code ain't working. How can I downgrade 5.3. to 5.2.?

View 1 Replies View Related

Ubuntu :: Downgrading Desktop To 10.04 From 10.10?

Jan 2, 2011

Would there be any possible problem with installing Ubuntu 10.04 over 10.10 on a manually partitioned PC?

I am using Ubuntu 10.10 and am considering going back to Lucid. I have 2 partitions ~ home and root. I presume there would be no problems with installing 10.04 over the 10.10 root partition? Will configuration files created by 10.10 in my home folder be usable by Ubuntu 10.04?

View 6 Replies View Related

Ubuntu :: Downgrading Firefox From 5 To 4?

Jun 28, 2011

I did an apt-get upgrade half an hour ago, resulting in an upgrade from firefox 4 to 5, and in that time I've already run into multiple serious problems with the new version. Is there any way to downgrade?

View 9 Replies View Related

CentOS 5 :: Using Mono Under Apache On 5.2?

Mar 27, 2009

I have developed a web application written in c# I'm using:

O.S. : CentOS 5.2
WebServer: Apache (2.19)
Mod Mono (1.9)
DB server: MySql

Some Configuration parameters:

Max Connection number: 200

When the site receives more than 50 simultaneous connections, it becomes unreachable even thought Apache seems to work. I attach:

- Apache server status when the service falls down

- Apache configuration file

View 3 Replies View Related

CentOS 5 :: Installing NFS On Apache

Apr 22, 2009

I am trying to setup a simple Linux Virtual System (LVS). The 1st layer is two Virtual Servers, the 2nd layer is two Real Servers and the 3rd layer is one PostgreSQL Server. All data is on the third layer (PostgreSQL). The Apache Server is running on the 2nd layer but it is supposed to retrieve data (Folders) from the 3rd layer servers (PostgreSQL). I like to setup NFS server on the 3rd layer and NFS client on the 2nd (Apache) layer. I can't figure out how to do it! I have searched the Internet with no luck. I am sure many people on the CentOS community have done it. Can somebody point me to a Howto.. or email me a procedure they have.

View 3 Replies View Related

CentOS 5 :: Removing Apache From Yum's DB

May 7, 2009

If I wanted to update Apache manually, instead of having Yum update it, how would I remove apache from Yum's database? What else would be involved if I download Apache source; and then configured, built, and installed it?

View 2 Replies View Related

CentOS 5 :: Getting Apache Up And Running?

Jun 25, 2009

I've just installed latest verion of centos and am having trouble getting Apache to work or even knowing how to test it's working.

When I open up firefox and type 'http://localhost/' I am getting the message "failed to connect" firefox can't establish a connection to server localhost.

View 2 Replies View Related

CentOS 5 :: Cannot Get Apache To Work?

Aug 5, 2009

Or rather I can't reach it when I try to reach it in my web browser, I get a "network link timed out" error.I start it by issueing "/usr/sbin/apachectl -k start", and i know its running b/c i can see it in the process list "ps auxf".The request isn't showing up in httpd's access_log, which lead me to think this is a SELinux issue, perhaps not allowing httpd to bind to port 80, idk.I'm remotely administering this machine from the command line

View 4 Replies View Related

CentOS 5 :: Configuring The Dns And Apache?

Aug 11, 2010

where i can learn configuring DNS and apache

View 1 Replies View Related

OpenSUSE :: Firefox Does Not Start After Downgrading To 3.5

Feb 22, 2010

I updated to firefox 3.6 from the repository, it works bad, so I come back to 3.5 from the repository, now firefox doesn't start anymore.
Try with click not work
Try by console with
firefox not work
/usr/bin/firefox not work
/usr/lib64/firefox/firefox not work
Also try with -p and -safe-mode not work
Permission of that files are rwxr-xr-x group=root user=root

If I launch it by superuser it works
linux-dvkc:/home/pla/Documenti # firefox
kmozillahelper(19259): Session bus not found
KCrash: Application 'kmozillahelper' crashing...
Warning: connect() failed: : No such file or directory
KCrash cannot reach kdeinit, launching directly.
drkonqi(19265): Session bus not found
*** nss-shared-helper: Shared database disabled (set NSS_USE_SHARED_DB to enable).
linux-dvkc:/home/pla/Documenti #

View 3 Replies View Related

OpenSUSE :: Kde Apps Won't Work After Downgrading 11.4->11.3?

Mar 25, 2011

after being not so satisfied with opensuse 11.4 (worked really slow at times), i decided to downgrade to 11.3. But now, some applications won't start. When starting personal kontact, i only got a notification that akonadi server is starting but it doesn't progress. Only thing I can do is to kill the app.Same for Clementine (amarok-like player), but here it doesn't even try to start.So, I was thinking to delete all the settings folders concerning these apps in my home folder, but it doesn't change anything. I did so by searching for *kmail* *kontact* and *clementine* and erased those folders. Could it be that I forgot some? Some folders under some different names? I'm not really experienced into this subject

View 7 Replies View Related

Ubuntu Installation :: Downgrading From 10.10 Alpha To 10.04

Jul 10, 2010

I recently decided to try the ubuntu 10.10 alpha and I'm getting an annoying amount of crash reports, is there an easy way for me to downgrade back to the normal ubuntu without reinstalling the whole os from my disk?

View 6 Replies View Related

Ubuntu Networking :: Downgrading From Wicd 1.7 To 1.6?

Aug 25, 2010

Brand new to this world. Trying to figure out how to roll-back an app (Wicd). Specifically trying to do this: "edit /etc/apt/sources.list and added links to the karmic repositories for the universe group."

how do I find the karmic repositories links?

View 1 Replies View Related

Ubuntu Installation :: Downgrading Transmission 2.0 To 1.93?

Sep 12, 2010

UPDATE: Actually it's version 2.04 not 2.0, guess the site i followed was a little dated.

so i was a little hasty in upgrading Tranmission to version 2.0 and after a while i noticed that the new version is really slow especially for public torrents my question is; is it possible to downgrade to version 1.93?

i followed these command to install the new version.

Code:
$ sudo add-apt-repository ppa:transmissionbt/ppa
$ sudo apt-get update
$ sudo apt-get upgrade

View 3 Replies View Related







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