RE: do not make on freebsd 8.2
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
RE: do not make on freebsd 8.2
- From: Варнаков Кирилл <kvarnakov [at] cair.ru>
- To: <nss-pam-ldapd-users [at] lists.arthurdejong.org>
- Subject: RE: do not make on freebsd 8.2
- Date: Sun, 24 Apr 2011 20:51:16 +0400
Now:
freebsd# make install
Making install in compat
Making install in common
Making install in nss
rm -f /lib/nss_ldap.so.1
/bin/sh ../mkinstalldirs /lib
/usr/bin/install -c nss_ldap.so /lib/nss_ldap.so.1
Making install in pam
rm -f /lib/security/pam_ldap.so
/bin/sh ../mkinstalldirs /lib/security
/usr/bin/install -c pam_ldap.so /lib/security/pam_ldap.so
Making install in nslcd
test -z "/sbin" || .././install-sh -c -d "/sbin"
/usr/bin/install -c nslcd '/sbin'
Making install in man
test -z "/share/man/man5" || .././install-sh -c -d "/share/man/man5"
/usr/bin/install -c -m 644 nslcd.conf.5 '/share/man/man5'
test -z "/share/man/man8" || .././install-sh -c -d "/share/man/man8"
/usr/bin/install -c -m 644 nslcd.8 pam_ldap.8 '/share/man/man8'
Making install in tests
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 file2
install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 ... fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
-----Original Message-----
From: nss-pam-ldapd-users-bounces+kvarnakov=cair.ru@lists.arthurdejong.org
[nss-pam-ldapd-users-bounces+kvarnakov=cair.ru [at] lists.arthurdejong.org]
On Behalf Of Arthur de Jong
Sent: Sunday, April 24, 2011 12:19 AM
To: nss-pam-ldapd-users@lists.arthurdejong.org
Subject: RE: do not make on freebsd 8.2
On Sat, 2011-04-23 at 18:12 +0400, Варнаков Кирилл wrote:
> freebsd# ./configure CPPFLAGS='-I/usr/local/include -L/usr/local/lib'
Try:
./configure CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib'
(-L should be passed to the linker, not to the preprocessor)
--
-- arthur - arthur@arthurdejong.org - http://arthurdejong.org --
--
To unsubscribe send an email to
nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-users
- Re: do not make on freebsd 8.2, (continued)