Issue 455 - 'make install' hardwired path
Summary: 'make install' hardwired path
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-15 19:43 UTC by schaller+openldap@southwind.net
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description schaller+openldap@southwind.net 2000-02-15 19:43:13 UTC
Full_Name: Jeff Schaller
Version: 1.2
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (204.168.13.18)


ldap/clients/rcp500/Makefile, near line 188 has a path for rcpt500.help; on
doing a 'make install',
  Entering subdirectory rcpt500
make[2]: Entering directory
`/home/schaller/proj/ldap/openldap/ldap/clients/rcpt500'
mkdir -p /usr/local/libexec /usr/local/share/openldap
/bin/sh /home/schaller/proj/ldap/openldap/ldap/libtool --mode=install
/usr/bin/install -c   -m 755 rcpt500 /usr/local/libexec
/usr/bin/install -c -m 755 rcpt500 /usr/local/libexec/rcpt500
mv /usr/local/share/openldap/rcpt500.help
/usr/local/share/openldap/rcpt500.help-
mv: /usr/local/share/openldap/rcpt500.help: No such file or directory
make[2]: [install-local] Error 1 (ignored)
/usr/bin/install -c  -m 644 ./rcpt500.help /usr/local/share/openldap
make[2]: Leaving directory
`/home/schaller/proj/ldap/openldap/ldap/clients/rcpt500'

Hopefully that's still readable. Anyway, looks good so far -- keep up the good
work!
Comment 1 Kurt Zeilenga 2000-02-17 00:45:31 UTC
At 07:43 PM 2/15/00 GMT, schaller+openldap@southwind.net wrote:
>Full_Name: Jeff Schaller
>Version: 1.2
>OS: Linux
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (204.168.13.18)

>ldap/clients/rcp500/Makefile, near line 188 has a path for rcpt500.help; on

Makefiles are generated based upon your input to configure,
see ./configure --help for details.

	Kurt
Comment 2 Kurt Zeilenga 2000-02-19 09:41:10 UTC
changed notes
changed state Open to Closed
Comment 3 OpenLDAP project 2014-08-01 21:06:10 UTC
See ./confiugure --help