| UNIX/Linux Forum Archives · Rules and Guidelines · Disclaimer |
Help
Search
Members
Calendar
|
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| Darren |
Posted: May 22 2004, 09:15 PM
|
||
|
Newbie ![]() Group: Members Posts: 5 Member No.: 29 Joined: 30-March 03 |
Well after a year of thinking about it and gathering old parts, I've finally bit my project Linux box :) Armed with the Red Hat Linux 9 Bible, I've installed RH9 along with Apache/PHP/MySQL. Started to try to upgrade these to the latest versions. Downloaded an rpm for apache from rpmfind.net and tried to install it from the shell. I downloaded it to /home/myuseraccount/rpm
So what does all this mean? The Red Hat Linux 9 Bible is a good book, but it doesn't explain what to do if things go wrong. Do I need to install some other stuff first? |
||
| fishsponge |
Posted: May 23 2004, 11:10 AM
|
||||
|
Administrator ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 679 Member No.: 1 Joined: 13-February 03 |
ok, well look at line 3 (assuming line numbering starts at 1)...
This means you have failed dependencies - basically, packages that the new version of apache relies on are not installed or packages it conflicts with are installed. Now look at the rest of the lines:
The first three lines say that you need to install libapr-0.so.0, libaprutil-0.so.0, and libdb-4.2.so before installation of apache can continue. ".so" files are libraries, so you should probably search for the packages named libapr, libaprutil, and libdb. It also states on the next line that pcre < 4.0 conflicts with apache. I would have thought this means you do have pcre installed, but your version is too old. try upgrading pcre as well, and if that doesn't work, try removing it (after you've found out what it does, of course). The last few lines (...is needed by (installed)...) mean you need to install the packages listed at the start of each line (httpd-mmn, libapr.so.0, etc...) in order for some of the apache modules (mod_...) to work. I might not be 100% correct on all this, but that's how i interpret that info. Personally, i use a different distribution and a different package manager, but that's at least what it looks like to me :D hope it helps!! |
||||
| Darren |
Posted: May 23 2004, 09:10 PM
|
|
Newbie ![]() Group: Members Posts: 5 Member No.: 29 Joined: 30-March 03 |
|
| fishsponge |
Posted: May 24 2004, 02:27 PM
|
|
Administrator ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 679 Member No.: 1 Joined: 13-February 03 |
i use debian with apt (and the dselect front-end) very nice... :D
|
![]() |
![]() ![]() ![]() |