Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 2297)

Ticket Resolution Summary Owner Reporter
#286 worksforme auto/make LINK variable doesn't reflect CFLAGS sb Chris Nehren
Description

The auto/make script sets some variables like $CC, $CFLAGS, and $LINK. It applies $CFLAGS to $CC which is correct. However, it sets $LINK to $CC without respecting $CFLAGS, which causes problems like

ld: fatal: file objs/src/core/nginx.o: wrong ELF class: ELFCLASS64
ld: fatal: file processing errors. No output written to objs/nginx
collect2: ld returned 1 exit status

when trying to build nginx 64bit on illumos.

#291 wontfix CentOS package doesn't actually use included PGP key sb Henrik Tunedal
Description

The CentOS and RHEL packages on the download page (http://nginx.org/en/download.html), which install a Yum repository for installing the actual package, include the signing key but are not configured to actually use it – they have "gpgcheck=0" in the repository configuration file.

Additionally, the manual instructions both there and on the wiki (http://wiki.nginx.org/Install) will set up a repository without signatures. It would be nice if they included a mention of, and link to, the PGP key.

#305 invalid Can't compile NGINX 1.3.13 with OpenSSL library sb Neddy Hai Nam
Description

My goal is installing nginx with SSL support. My system is OpenIndiana 151a7 x86_64, gcc v4.4.4

OpenSSL was built from source

# openssl version OpenSSL 1.0.1e 11 Feb 2013

# ldd /usr/bin/openssl

libssl.so.1.0.0 => /usr/lib/64/libssl.so.1.0.0 libcrypto.so.1.0.0 => /usr/lib/64/libcrypto.so.1.0.0 libsocket.so.1 => /usr/lib/64/libsocket.so.1 libnsl.so.1 => /usr/lib/64/libnsl.so.1 libdl.so.1 => /usr/lib/64/libdl.so.1 libz.so.1 => /usr/lib/64/libz.so.1 libc.so.1 => /usr/lib/64/libc.so.1 libmp.so.2 => /lib/64/libmp.so.2 libmd.so.1 => /lib/64/libmd.so.1 libm.so.2 => /lib/64/libm.so.2

Nginx configure: # ./configure --prefix=/usr/nginx --with-debug --with-http_ssl_module --with-openssl=/usr/include/openssl

<result as usual>

# gmake gmake -f objs/Makefile gmake[1]: Entering directory `/usr/share/src/nginx-1.3.13' cd /usr/include/openssl \

&& gmake clean \ && ./config --prefix=/usr/include/openssl/.openssl no-shared no-threads \ && gmake \ && gmake install LIBDIR=lib

gmake[2]: Entering directory `/usr/include/openssl' gmake[2]: * No rule to make target `clean'. Stop. gmake[2]: Leaving directory `/usr/include/openssl' gmake[1]: * usr/include/openssl/.openssl/include/openssl/ssl.h Error 2 gmake[1]: Leaving directory `/usr/share/src/nginx-1.3.13' gmake: * [build] Error 2

I hope somebody could point out the mistake. Thanks.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.