Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
01-23-2009, 02:14 AM
|
#1
|
LQ Newbie
Registered: Jan 2009
Posts: 13
Rep:
|
Building httpd-2.0.53 on fedora 9
Hi,
Due to some software requirement, I need to run apache 2.0. I have a fedora 9 box. I have to build the source rpm but face some errors (Something to do with FNM_PERIOD). Is there someone out there that can help me please? Thanks
|
|
|
01-23-2009, 07:13 PM
|
#3
|
LQ Newbie
Registered: Jan 2009
Posts: 13
Original Poster
Rep:
|
Hi knudfl,
Thanks for the reply. Will try out your suggestion.
|
|
|
02-02-2009, 03:56 AM
|
#4
|
LQ Newbie
Registered: Jan 2009
Posts: 13
Original Poster
Rep:
|
Hi knudfl,
Finally I managed to try your suggestion after a long holiday here in Asia. I have downloaded httpd-2.0.21-21. I uninstall the httpd 2.2 and installed the rpm I just downloaded. However there are some dependencies issue like;
libcrypto.so.4 is required by httpd-2.0.21-21
libdb-4.0.so is required by httpd-2.0.21-21
libexpat.so.0 is required by httpd-2.0.21-21
libssl.so.4 is required by httpd-2.0.21-21
libcom_err.so.3 is required by httpd-2.0.21-21
How do I overcome this issue. Thanks again.
|
|
|
02-02-2009, 08:29 PM
|
#6
|
LQ Newbie
Registered: Jan 2009
Posts: 13
Original Poster
Rep:
|
Hi knudfl,
I have downloaded and install the rpms from both links but I got the same dependencies error. I tried to build from rpm source but got other errors. Any another ideas. Thanks.
|
|
|
02-02-2009, 09:54 PM
|
#7
|
Senior Member
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Rep: 
|
@azard: Is there a reason you are not installing Apache httpd using yum?
# yum install httpd
|
|
|
02-03-2009, 12:21 AM
|
#8
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
anomie........see #1 :
Quote:
Due to some software requirement, I need to run apache 2.0.
|
Version 2.2 was installed regularly, but now uninstalled ......
....
Last edited by knudfl; 02-03-2009 at 01:50 AM.
|
|
|
02-03-2009, 01:43 AM
|
#9
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
azard .....
http://archive.apache.org/dist/httpd/
> > httpd-2.0.63.tar.gz
version 2.0 > 2.0.63 will compile on Fedora 9 with no errors
and no warnings at all ( did not test extra options, just
'sh configure' + 'make' )
....
|
|
|
02-03-2009, 02:29 AM
|
#10
|
LQ Newbie
Registered: Jan 2009
Posts: 13
Original Poster
Rep:
|
Let me be honest to you knudfl. I have never install with this method before. I have downloaded the tar file. Untar, sh configure and make. What next. Thanks
|
|
|
02-03-2009, 02:50 AM
|
#11
|
LQ Newbie
Registered: Jan 2009
Posts: 13
Original Poster
Rep:
|
Manage to install it. There is no error but no modules are being compiled. Guess that is why it returns no error.
|
|
|
02-03-2009, 06:07 AM
|
#12
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
OK, there is of course a lot of options usually to be
added, when building httpd.
I can ask you, if the modules / options etc. in the
just uninstalled version 2.2.8 were satisfactory ?
....
Last edited by knudfl; 02-03-2009 at 06:26 AM.
|
|
|
02-03-2009, 10:39 AM
|
#13
|
LQ Newbie
Registered: Jan 2009
Posts: 13
Original Poster
Rep:
|
I believe it should be fine.
|
|
|
02-03-2009, 12:10 PM
|
#14
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
Then this is a starter ........
Code:
./configure --enable-mods-shared=all
There are a few other options, may be you can do with "all" modules ?
|
|
|
02-04-2009, 07:05 PM
|
#15
|
LQ Newbie
Registered: Jan 2009
Posts: 13
Original Poster
Rep:
|
Hi,
Let me explain what I am trying to do. We used to have a box running on fedora core 3 and coldfusion 5. The box is failing. I have got a new hardware HP DL320G5. However I cannot install FC3 on the new box as it cannot detect the storage controller. On the coldfusion, it is meant to run on apache 1.3 but there some great people out there modified the apache module so that it can run on apache 2.0. I chose to install F9 as it can detect the hardware but I have other issues with apache and coldfusion. After the guidance from knudfl, I manage to get apache 2.0 to run but there are some error where it try to load mod_coldfusion.so. I guess it is a dead end. Another approach would be to build the kernel src rpm from F9 in a FC3 machine and rebuild the installation cd or create a driver disk. This method should work. Anyone can help me
|
|
|
All times are GMT -5. The time now is 06:25 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|