LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache Mandrake 9.0 (https://www.linuxquestions.org/questions/linux-software-2/apache-mandrake-9-0-a-161853/)

chugger93 03-24-2004 12:19 PM

Apache Mandrake 9.0
 
Im running mandrake 9.0 and I guess the install rpms has apache 1.3 on it...so its automatically installed.

However, I want to install the newest 2.049 apache. It wont work? I cant get it to work. Everytime I start the apache server, 1.3 is still running. And I dont know where 1.3 even resides at on the HD, I dont see it.

Ive tried uninstalling 1.3 and starting 2.049 and my web page wont work when i try to enter it in a browser

Any helP??

AutOPSY 03-24-2004 01:01 PM

when you use an rpm for an existing program use rpm -Uvh
this updates all files currecntly on your drive for that program.

if this doesnt work then I don't know.

chugger93 03-24-2004 01:07 PM

Ya I tried that dude, this is the problem I get !?

Code:

[root@localhost root]# rpm -Uvf apache2*
error: failed dependencies:
        libapr0 = 2.0.49 is needed by apache2-2.0.49-0
        insserv  is needed by apache2-2.0.49-0
        fillup  is needed by apache2-2.0.49-0
        shadow  is needed by apache2-2.0.49-0
        libapr-0.so.0  is needed by apache2-2.0.49-0
        libaprutil-0.so.0  is needed by apache2-2.0.49-0
        libc.so.6(GLIBC_2.3)  is needed by apache2-2.0.49-0
        libcrypto.so.0.9.7  is needed by apache2-2.0.49-0
        libdb-4.1.so  is needed by apache2-2.0.49-0
        libgdbm.so.3  is needed by apache2-2.0.49-0
        libsasl2.so.2  is needed by apache2-2.0.49-0
        libssl.so.0.9.7  is needed by apache2-2.0.49-0
        libapr-0.so.0  is needed by apache2-leader-2.0.49-0
        libaprutil-0.so.0  is needed by apache2-leader-2.0.49-0
        libc.so.6(GLIBC_2.3)  is needed by apache2-leader-2.0.49-0
        libcrypto.so.0.9.7  is needed by apache2-leader-2.0.49-0
        libdb-4.1.so  is needed by apache2-leader-2.0.49-0
        libgdbm.so.3  is needed by apache2-leader-2.0.49-0
        libssl.so.0.9.7  is needed by apache2-leader-2.0.49-0
[root@localhost root]# rpm -Uvf apache2*


bhaskie 03-24-2004 01:10 PM

If you have the dependent packages installed, you can do a --force install. Else you need to download the deps first.

chugger93 03-24-2004 01:20 PM

Dont even know what dependencies are ? Where do i find them? The force install does nothing either

bhaskie 03-24-2004 01:42 PM

Do a "rpm -qa" and grep for the dependency packages. Check the versions you have installed and compare with the ones that apache 2.0.49 requires. Basically the thing is that your libraries are outdated and you need to install these newer libraries before you can install the latest apache. Check your package manager for automatic dependency resolution. I dont use mdks so I dont exactly know if that facility is available. ELse you will have to download all the dependent packages yourself.


All times are GMT -5. The time now is 02:53 AM.