You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by wenbinl <we...@bcm.tmc.edu> on 2003/05/02 18:05:14 UTC

[users@httpd] installation problem

Hi colleagues,

i'm trying to install Apache httpd-2.0.45 on Linux (RH7.1). The configuration 
looks fine, but I got the following message (partial) when "make" is over:

make[2]: *** [/usr/local/apache2/server/exports.lo] Error 1
make[2]: Leaving directory '/usr/local/httpd-2.0.45/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/httpd-2.0.45/server'
make *** [all-recursive] Error 1


And I used the configuration commnand:
# ./configure --prefix=/usr/local/apache2 --enable-module=all 
--enable-shared=max


Please help. Thanks in advance.


Wenbin



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] installation problem

Posted by Lee Fellows <lf...@4lane.com>.
On Fri, 2003-05-02 at 12:05, wenbinl wrote:
> Hi colleagues,
> 
> i'm trying to install Apache httpd-2.0.45 on Linux (RH7.1). The configuration 
> looks fine, but I got the following message (partial) when "make" is over:

  We need the actual error message, which appears above this point in
  order to assist you.

> 
> make[2]: *** [/usr/local/apache2/server/exports.lo] Error 1
> make[2]: Leaving directory '/usr/local/httpd-2.0.45/server'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/usr/local/httpd-2.0.45/server'
> make *** [all-recursive] Error 1
> 
> 
> And I used the configuration commnand:
> # ./configure --prefix=/usr/local/apache2 --enable-module=all 
                                            ^^^^^^^^^^^^^^^^^^^
  try --enable-modules=all

> --enable-shared=max
  ^^^^^^^^^^^^^^^^^^^
  try --enable-mods-shared=most




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] installation problem

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
On Fri, 2 May 2003, wenbinl wrote:

> Hi colleagues,
>
> i'm trying to install Apache httpd-2.0.45 on Linux (RH7.1). The configuration
> looks fine, but I got the following message (partial) when "make" is over:
>
> make[2]: *** [/usr/local/apache2/server/exports.lo] Error 1
> make[2]: Leaving directory '/usr/local/httpd-2.0.45/server'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/usr/local/httpd-2.0.45/server'
> make *** [all-recursive] Error 1
>

This is probrbly the symlinked/NFS source tree path problem.

Make sure that:

1) Your source tree is not on an NFS partition.

2) Your source tree is not in a driectory referenced through a symbolic
link.



----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org