Welcome! Log In Create A New Profile

Advanced

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Anonymous User
December 11, 2013 01:12PM
oops. not quite ...

on systems where ld.so.conf does NOT point to the pcre path -- i.e, on
my production rather than dev boxes -- the RUNTIME link is incorrect,

ldd objs/nginx | egrep -i "pcre"
libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x00007fa719a0d000)

This can be remedied by rpath'ing,

--with-ld-opt=' ... -L/usr/local/lib64
-Wl,-rpath,/usr/local/lib64 -lpcre'

resulting correctly in

ldd objs/nginx | egrep -i "pcre"
libpcre.so.1 => /usr/local/lib64/libpcre.so.1
(0x00007f961ada1000)

*IN*sensitive to local/runtime env

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Maxim Dounin 1175 December 11, 2013 12:24AM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Anonymous User 481 December 11, 2013 12:24AM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Maxim Dounin 373 December 11, 2013 08:26AM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Anonymous User 327 December 11, 2013 10:02AM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Maxim Dounin 370 December 11, 2013 11:10AM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Anonymous User 320 December 11, 2013 01:06PM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Anonymous User 341 December 11, 2013 01:12PM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Ruslan Ermilov 340 December 12, 2013 06:50AM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Anonymous User 439 December 12, 2013 09:26AM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Maxim Dounin 364 December 11, 2013 12:30AM

Re: [PATCH] Configure: added new option --with-pcre-conf-opt=OPTIONS.

Anonymous User 342 December 11, 2013 12:30AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 114
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready