You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Stas Bekman <st...@stason.org> on 2002/03/15 03:43:48 UTC

broken configure?

I didn't have yacc installed (seems like a new requirement), though 
configure didn't check for it and during the make I've got:

yacc -d /home/stas/apache.org/httpd-2.0/modules/ssl/ssl_expr_parse.y
make[3]: yacc: Command not found
make[3]: *** [ssl_expr_parse.c] Error 127
make[3]: *** Waiting for unfinished jobs....
In file included from mod_ssl.h:116,
                  from ssl_engine_config.c:63:
/usr/include/openssl/ssl.h:224: warning: function declaration isn't a 
prototype
/usr/include/openssl/ssl.h:225: warning: function declaration isn't a 
prototype

while building with:
--enable-ssl --with-ssl=/usr/include/

the whole build is:

make distclean
./buildconf
./configure --prefix=/home/stas/httpd/prefork                  \
--with-mpm=prefork                                             \
--enable-maintainer-mode                                       \
--enable-so --enable-shared                                    \
--enable-auth-anon  --enable-maintainer-mode                   \
--enable-auth-dbm   --enable-auth-db    --enable-auth-digest   \
--enable-file-cache --enable-echo       --enable-cache         \
--enable-mime-magic --enable-usertrack  --enable-vhost-alias   \
--enable-cern-meta  --enable-expires    --enable-headers       \
--enable-unique-id  --enable-proxy      --enable-proxy-connect \
--enable-proxy-ftp  --enable-proxy-http --enable-dav           \
--enable-suexec     --enable-cgi        --enable-dav-fs        \
--enable-rewrite    --enable-info                              \
--enable-ssl --with-ssl=/usr/include/

make -j && make install

After installing yacc, the problem went away. Shoudn't configure search 
for yacc?

Still ssl build introduces lots of warnings, though completes 
successfully, see the next post with lost of other warnings.



_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:stas@stason.org  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/