Unable to build

David Murphy david at icewatermedia.com
Thu Sep 3 18:11:12 MSD 2009


This configure worked on   Ubuntu 8.04 with 7.13 but on 7.61 I am getting an
error. I have treid with and without the slash and  even ln -s /usr
/usr/openssl to appease   the compiler but nothing  seems to work.

Can someone let me know what im doing wrong?

 

 

[root at loba1 ~/nginx-0.7.61]# aptitude show libssl-dev

Package: libssl-dev

State: installed

Automatically installed: yes

Version: 0.9.8g-4ubuntu3.3

Priority: optional

Section: libdevel

Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>

Uncompressed Size: 5665k

Depends: libssl0.9.8 (= 0.9.8g-4ubuntu3.3), zlib1g-dev

Conflicts: libssl08-dev, libssl09-dev, libssl095a-dev, libssl096-dev, ssleay
(< 0.9.2b)

Description: SSL development libraries, header files and documentation

libssl and libcrypto development libraries, header files and manpages. 

 

 It is part of the OpenSSL implementation of SSL.

 

[root at loba1 ~/nginx-0.7.61]# ./configure --with-http_ssl_module
--with-http_gzip_static_module --with-http_dav_module
--with-http_stub_status_module --without-http_rewrite_module
--with-openssl=/usr/lib/ssl/   --with-pcre=../pcre-7.7
--add-module=nginx-upstream-fair 

checking for OS

+ Linux 2.6.24-19-virtual i686

checking for C compiler ... found

+ using GNU C compiler

+ gcc version: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)

checking for gcc -pipe switch ... found

checking for gcc variadic macros ... found

checking for C99 variadic macros ... found

checking for unistd.h ... found

checking for inttypes.h ... found

checking for limits.h ... found

checking for sys/filio.h ... not found

checking for sys/param.h ... found

checking for sys/mount.h ... found

checking for sys/statvfs.h ... found

checking for crypt.h ... found

checking for Linux specific features

checking for epoll ... found

checking for sendfile() ... found

checking for sendfile64() ... found

checking for sys/prctl.h ... found

checking for prctl(PR_SET_DUMPABLE) ... found

checking for sched_setaffinity() ... found

checking for crypt_r() ... found

checking for sys/vfs.h ... found

checking for nobody group ... found

checking for poll() ... found

checking for /dev/poll ... not found

checking for kqueue ... not found

checking for crypt() ... not found

checking for crypt() in libcrypt ... found

checking for O_DIRECT ... found

checking for F_NOCACHE ... not found

checking for directio() ... not found

checking for statfs() ... found

checking for statvfs() ... found

checking for dlopen() ... not found

checking for dlopen() in libdl ... found

checking for sched_yield() ... found

configuring additional modules

adding module in nginx-upstream-fair

was configuredtream_fair_module

checking for zlib library ... found

creating objs/Makefile

checking for int size ... 4 bytes

checking for long size ... 4 bytes

checking for long long size ... 8 bytes

checking for void * size ... 4 bytes

checking for uint64_t ... found

checking for sig_atomic_t ... found

checking for sig_atomic_t size ... 4 bytes

checking for socklen_t ... found

checking for in_addr_t ... found

checking for in_port_t ... found

checking for rlim_t ... found

checking for uintptr_t ... uintptr_t found

checking for system endianess ... little endianess

checking for size_t size ... 4 bytes

checking for off_t size ... 8 bytes

checking for time_t size ... 4 bytes

checking for setproctitle() ... not found

checking for pread() ... found

checking for pwrite() ... found

checking for strerror_r() ... found but is not working

checking for gnu style strerror_r() ... found

checking for localtime_r() ... found

checking for posix_memalign() ... found

checking for memalign() ... found

checking for mmap(MAP_ANON|MAP_SHARED) ... found

checking for mmap("/dev/zero", MAP_SHARED) ... found

checking for System V shared memory ... found

checking for struct msghdr.msg_control ... found

checking for ioctl(FIONBIO) ... found

checking for struct tm.tm_gmtoff ... found

checking for struct dirent.d_namlen ... not found

checking for struct dirent.d_type ... found

 

Configuration summary

  + using PCRE library: ../pcre-7.7

  + using OpenSSL library: /usr/lib/ssl/

  + md5: using OpenSSL library

  + sha1 library is not used

  + using system zlib library

 

  nginx path prefix: "/usr/local/nginx"

  nginx binary file: "/usr/local/nginx/sbin/nginx"

  nginx configuration prefix: "/usr/local/nginx/conf"

  nginx configuration file: "/usr/local/nginx/conf/nginx.conf"

  nginx pid file: "/usr/local/nginx/logs/nginx.pid"

  nginx error log file: "/usr/local/nginx/logs/error.log"

  nginx http access log file: "/usr/local/nginx/logs/access.log"

  nginx http client request body temporary files: "client_body_temp"

  nginx http proxy temporary files: "proxy_temp"

  nginx http fastcgi temporary files: "fastcgi_temp"

 

[root at loba1 ~/nginx-0.7.61]# make

make -f objs/Makefile

make[1]: Entering directory `/root/nginx-0.7.61'

cd ../pcre-7.7 \

                && if [ -f Makefile ]; then make distclean; fi \

                && CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \

                ./configure --disable-shared

make[2]: Entering directory `/root/pcre-7.7'

rm -f pcretest pcretest

rm -f pcregrep pcregrep

test -z "pcre_chartables.c testsavedregex teststderr testtry testNinput" ||
rm -f pcre_chartables.c testsavedregex teststderr testtry testNinput

test -z "libpcre.la libpcreposix.la libpcrecpp.la" || rm -f libpcre.la
libpcreposix.la libpcrecpp.la

rm -f "./so_locations"

rm -f "./so_locations"

rm -f "./so_locations"

rm -rf .libs _libs

rm -f pcrecpp_unittest pcrecpp_unittest

rm -f pcre_scanner_unittest pcre_scanner_unittest

rm -f pcre_stringpiece_unittest pcre_stringpiece_unittest

rm -f *.o

rm -f *.lo

rm -f *.tab.c

test -z "libpcre.pc libpcrecpp.pc pcre-config pcre.h pcre_stringpiece.h
pcrecpparg.h" || rm -f libpcre.pc libpcrecpp.pc pcre-config pcre.h
pcre_stringpiece.h pcrecpparg.h

rm -f config.h stamp-h1

rm -f libtool

rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

rm -f config.status config.cache config.log configure.lineno
config.status.lineno

rm -rf ./.deps

rm -f Makefile

make[2]: Leaving directory `/root/pcre-7.7'

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking for gcc... gcc

checking for C compiler default output file name... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables... 

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking for style of include used by make... GNU

checking dependency style of gcc... gcc3

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... gcc3

checking for a BSD-compatible install... /usr/bin/install -c

checking build system type... i686-pc-linux-gnu

checking host system type... i686-pc-linux-gnu

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ld used by gcc... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for /usr/bin/ld option to reload object files... -r

checking for BSD-compatible nm... /usr/bin/nm -B

checking whether ln -s works... yes

checking how to recognize dependent libraries... pass_all

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking dlfcn.h usability... yes

checking dlfcn.h presence... yes

checking for dlfcn.h... yes

checking how to run the C++ preprocessor... g++ -E

checking for g77... no

checking for xlf... no

checking for f77... no

checking for frt... no

checking for pgf77... no

checking for cf77... no

checking for fort77... no

checking for fl32... no

checking for af77... no

checking for xlf90... no

checking for f90... no

checking for pgf90... no

checking for pghpf... no

checking for epcf90... no

checking for gfortran... no

checking for g95... no

checking for xlf95... no

checking for f95... no

checking for fort... no

checking for ifort... no

checking for ifc... no

checking for efc... no

checking for pgf95... no

checking for lf95... no

checking for ftn... no

checking whether we are using the GNU Fortran 77 compiler... no

checking whether  accepts -g... no

checking the maximum length of command line arguments... 98304

checking command to parse /usr/bin/nm -B output from gcc object... ok

checking for objdir... .libs

checking for ar... ar

checking for ranlib... ranlib

checking for strip... strip

checking for correct ltmain.sh version... yes

checking if gcc supports -fno-rtti -fno-exceptions... no

checking for gcc option to produce PIC... -fPIC

checking if gcc PIC flag -fPIC works... yes

checking if gcc static flag -static works... yes

checking if gcc supports -c -o file.o... yes

checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... no

checking whether to build static libraries... yes

configure: creating libtool

appending configuration tag "CXX" to libtool

checking for ld used by g++... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes

checking for g++ option to produce PIC... -fPIC

checking if g++ PIC flag -fPIC works... yes

checking if g++ static flag -static works... yes

checking if g++ supports -c -o file.o... yes

checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes

checking dynamic linker characteristics... GNU/Linux ld.so

(cached) (cached) checking how to hardcode library paths into programs...
immediate

appending configuration tag "F77" to libtool

checking whether ln -s works... yes

checking for ANSI C header files... (cached) yes

checking limits.h usability... yes

checking limits.h presence... yes

checking for limits.h... yes

checking for sys/types.h... (cached) yes

checking for sys/stat.h... (cached) yes

checking dirent.h usability... yes

checking dirent.h presence... yes

checking for dirent.h... yes

checking windows.h usability... no

checking windows.h presence... no

checking for windows.h... no

checking for alias support in the linker... no

checking for alias support in the linker... no

checking string usability... yes

checking string presence... yes

checking for string... yes

checking bits/type_traits.h usability... no

checking bits/type_traits.h presence... no

checking for bits/type_traits.h... no

checking type_traits.h usability... no

checking type_traits.h presence... no

checking for type_traits.h... no

checking for an ANSI C-conforming const... yes

checking for size_t... yes

checking for strtoq... yes

checking for long long... yes

checking for unsigned long long... yes

checking for bcopy... yes

checking for memmove... yes

checking for strerror... yes

checking zlib.h usability... yes

checking zlib.h presence... yes

checking for zlib.h... yes

checking for gzopen in -lz... yes

checking bzlib.h usability... no

checking bzlib.h presence... no

checking for bzlib.h... no

checking for BZ2_bzopen in -lbz2... no

checking readline/readline.h usability... no

checking readline/readline.h presence... no

checking for readline/readline.h... no

checking readline/history.h usability... no

checking readline/history.h presence... no

checking for readline/history.h... no

checking for readline in -lreadline... no

configure: creating ./config.status

config.status: creating Makefile

config.status: creating libpcre.pc

config.status: creating libpcrecpp.pc

config.status: creating pcre-config

config.status: creating pcre.h

config.status: creating pcre_stringpiece.h

config.status: creating pcrecpparg.h

config.status: creating config.h

config.status: executing depfiles commands

config.status: executing script-chmod commands

config.status: executing delete-old-chartables commands

 

pcre-7.7 configuration summary:

 

    Install prefix .................. : /usr/local

    C preprocessor .................. : gcc -E

    C compiler ...................... : gcc

    C++ preprocessor ................ : g++ -E

    C++ compiler .................... : g++

    Linker .......................... : /usr/bin/ld

    C preprocessor flags ............ : 

    C compiler flags ................ : -O2 -fomit-frame-pointer -pipe 

    C++ compiler flags .............. : -O2

    Linker flags .................... : 

    Extra libraries ................. : 

 

    Build C++ library ............... : yes

    Enable UTF-8 support ............ : no

    Unicode properties .............. : no

    Newline char/sequence ........... : lf

    \R matches only ANYCRLF ......... : no

    EBCDIC coding ................... : no

    Rebuild char tables ............. : no

    Use stack recursion ............. : yes

    POSIX mem threshold ............. : 10

    Internal link size .............. : 2

    Match limit ..................... : 10000000

    Match limit recursion ........... : MATCH_LIMIT

    Build shared libs ............... : no

    Build static libs ............... : yes

    Link pcregrep with libz ......... : no

    Link pcregrep with libbz2 ....... : no

    Link pcretest with libreadline .. : no

 

cd /usr/lib/ssl/ \

                && make clean \

                && ./config --prefix=/usr/lib/ssl//openssl no-shared
no-threads \

                && make \

                && make install

make[2]: Entering directory `/usr/lib/ssl'

make[2]: *** No rule to make target `clean'.  Stop.

make[2]: Leaving directory `/usr/lib/ssl'

make[1]: *** [/usr/lib/ssl//openssl/include/openssl/ssl.h] Error 2

make[1]: Leaving directory `/root/nginx-0.7.61'

make: *** [build] Error 2

[root at loba1 ~/nginx-0.7.61]#

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090903/7480bb9d/attachment.html>


More information about the nginx mailing list