You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ba...@mediageneral.com on 2003/04/02 17:31:12 UTC

[users@httpd] Can't make apache

What am I doing wrong - btw I'm following the instructions from the modssl
install file

# ./configure --with-apache=/opt/apache_1.3.27
--with-ssl=/opt/openssl-0.9.6g --prefix=/usr/local/apche
Configuring mod_ssl/2.8.14 for Apache/1.3.27
 + Apache location: /opt/apache_1.3.27 (Version 1.3.27)
 + OpenSSL location: /opt/openssl-0.9.6g
 + Auxiliary patch tool: ./etc/patch/patch (local)
 + Applying packages to Apache source tree:
   o Extended API (EAPI)
   o Distribution Documents
   o SSL Module Source
   o SSL Support
   o SSL Configuration Additions
   o SSL Module Documentation
   o Addons
Done: source extension and patches successfully applied.

Configuring for Apache, Version 1.3.27
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for Solaris 290 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
    o ssl_module uses ConfigStart/End
      + SSL interface: mod_ssl/2.8.14
      + SSL interface build type: OBJ
      + SSL interface compatibility: enabled
      + SSL interface experimental code: disabled
      + SSL interface conservative code: disabled
      + SSL interface vendor extensions: disabled
      + SSL interface plugin: Vendor DBM (libc)
Error: Cannot find SSL binaries under /opt/openssl-0.9.6g
      + SSL library path: /opt/openssl-0.9.6g

Now proceed with the following commands:
 $ cd /opt/apache_1.3.27
 $ make
 $ make certificate
 $ make install
# cd /opt/apache_1.3.27
# make
===> src
make[1]: Entering directory `/opt/apache_1.3.27'
make[2]: Entering directory `/opt/apache_1.3.27/src'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/opt/apache_1.3.27/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/opt/apache_1.3.27'
make: *** [build] Error 2
#

Bobbie Atristain
Internet Systems Administrator
Media General, INC.
804.649.6156

---------------------------------------------------------------------
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] Can't make apache

Posted by Lee Fellows <lf...@4lane.com>.
On Wed, 2003-04-02 at 10:31, batristain@mediageneral.com wrote:
> What am I doing wrong - btw I'm following the instructions from the modssl
> install file

  OK.  Always good to double-check.

> 
> # ./configure --with-apache=/opt/apache_1.3.27
> --with-ssl=/opt/openssl-0.9.6g --prefix=/usr/local/apche
> Configuring mod_ssl/2.8.14 for Apache/1.3.27
>  + Apache location: /opt/apache_1.3.27 (Version 1.3.27)
>  + OpenSSL location: /opt/openssl-0.9.6g
                       ^^^^^^^^^^^^^^^^^^^
  Is this where you untarred the source for openssl-0.9.6g?
  Have you built/installed it yet?


>  + Auxiliary patch tool: ./etc/patch/patch (local)
>  + Applying packages to Apache source tree:
>    o Extended API (EAPI)
>    o Distribution Documents
>    o SSL Module Source
>    o SSL Support
>    o SSL Configuration Additions
>    o SSL Module Documentation
>    o Addons
> Done: source extension and patches successfully applied.
> 
> Configuring for Apache, Version 1.3.27
>  + using installation path layout: Apache (config.layout)
> Creating Makefile
> Creating Configuration.apaci in src
> Creating Makefile in src
>  + configured for Solaris 290 platform
>  + setting C compiler to gcc
>  + setting C pre-processor to gcc -E
>  + checking for system header files
>  + adding selected modules
>     o ssl_module uses ConfigStart/End
>       + SSL interface: mod_ssl/2.8.14
>       + SSL interface build type: OBJ
>       + SSL interface compatibility: enabled
>       + SSL interface experimental code: disabled
>       + SSL interface conservative code: disabled
>       + SSL interface vendor extensions: disabled
>       + SSL interface plugin: Vendor DBM (libc)
> Error: Cannot find SSL binaries under /opt/openssl-0.9.6g
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  Guess not.


>       + SSL library path: /opt/openssl-0.9.6g
> 
> Now proceed with the following commands:
>  $ cd /opt/apache_1.3.27
>  $ make
>  $ make certificate
>  $ make install

  This would be a problem.  An error was generated and yet it continues
  as if all is well.  

> # cd /opt/apache_1.3.27
> # make
> ===> src
> make[1]: Entering directory `/opt/apache_1.3.27'
> make[2]: Entering directory `/opt/apache_1.3.27/src'
> make[2]: *** No rule to make target `all'.  Stop.
> make[2]: Leaving directory `/opt/apache_1.3.27/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/opt/apache_1.3.27'
> make: *** [build] Error 2
> #

  If you have built openssl-0.9.6g and installed it, does the path to
  openssl's binaries exist in your PATH environment variable? 

-- 
Lee Fellows <lf...@4lane.com>


---------------------------------------------------------------------
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