search for: _exec_prefix

Displaying 3 results from an estimated 3 matches for "_exec_prefix".

Did you mean: exec_prefix
2018 Apr 12
0
Fw:ldap access domain AD failed on 4.7.6 and 4.8.0
...AD Explorer to connect the AD. It also failed with “this directory service is unavailable”. And here are my configure options in spec file: PATH_OPTS="\ --enable-fhs \ --with-lockdir=%{_localstatedir}/cache/samba \ --prefix=%{_prefix} \ --exec-prefix=%{_exec_prefix} \ --bindir=%{_bindir} \ --sbindir=%{_sbindir} \ --sysconfdir=%{_sysconfdir} \ --datadir=%{_datadir} \ --includedir=%{_includedir} \ --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} \ --localstatedir=%{_localstatedir}...
2001 Jan 11
3
contrib/redhat/openssh.spec question
I have a couple of questions regarding openssh.spec and the rpm that gets generated from it. I am using 2.3.0p1 1. Why is openssl a prereq? openssh statically links to openssl during build by default (rightfully so, you don't want your security library a shared object if possible) 2. I don't understand the following line in the spec file during the install step (it makes it not build for
2006 Jun 07
1
RPM spec file
...s, live status tracking on web pages, and more. This package adds the web CGI programs. These can be installed on a separate machine to the rest of the NUT package. %prep %setup -q autoconf %build autoconf CFLAGS="$RPM_OPT_FLAGS" ./configure \ --prefix=%{_prefix} \ --exec-prefix=%{_exec_prefix} \ --sysconfdir=%{_sysconfdir}/%{PACKAGE} \ --with-statepath=%{_localstatedir}/%{PACKAGE} \ --with-drvpath=%{_sbindir} \ --with-cgipath=%{CGIPATH} \ --with-cgi \ --with-user=%{nutuser} \ --with-group=%{nutuser} \ --mandir=%{_mandir} \ --datadir=%{_datadir}/%{PACKAGE} \ --enable-sha...