Operating System - HP-UX
1833875 Members
3295 Online
110063 Solutions
New Discussion

apache error -- Please help

 
John McDen
Regular Advisor

apache error -- Please help

./configure --prefix=/opt/Apache/Apache1324 --enable-shared=mod_so.c
Configuring for Apache, Version 1.3.24
+ using installation path layout: Apache (config.layout)
./configure[858]: shared_mod_so.c=yes: not found.

Can somebody help me with this .. I am trying to compile Apache 1.3.24

Thanks
New to HP
3 REPLIES 3
Craig Rants
Honored Contributor

Re: apache error -- Please help

What is the absolute path to shared_mod_so.c, it may be in an include dir that is not pathed for your install...

GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Jeff Schussele
Honored Contributor

Re: apache error -- Please help

Hi John,

You can get 1.3.19.23 for 11/11i binaries Product # B9415AAPA1319 at:

https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B9415AAPA1319&date=

Or 1.3.19.24 for 11i ver 1.5 (11.20) binaries Prod # B9415AAIPF1319 at:

https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B9415AAIPF1319&date=

The URL for all HP Apache products is:

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl?group_type=search&group_name=Apache&search_free=1&search_trial=1&search_buy=1

Why compile when you can get the binaries?

HTH,
Jeff

PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
John McDen
Regular Advisor

Re: apache error -- Please help

The location of the mod_so.c file is in =/icetmp/apache_1.3.24/src/modules/stan
dar/mod_so.c


I also tired to use in the following way

./configure --prefix=/opt/Apache/Apache1324 --enable-shared=/icetmp/apache_1.3.24/src/modules/stan
dar/mod_so.c

but still the same ..
New to HP