[Date Prev][Date Next] [Chronological] [Thread] [Top]

Error in installation on Solaris 2.6 (ITS#227)



Full_Name: Panagiotis Astithas
Version: 1.2.4 (16-Jul)
OS: Solaris 2.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (212.70.194.246)


While I was installing OpenLDAP-release (16/7) on a (rather unpatched) Solaris
2.6 
system, it produced an error during 'make install', in the man dir. It stopped
on a 
'ln -s -f bla blabla' command. As I found out it needs 'ln -f -s foo bar'. So I
think
you could change the LD_S variable in the Makefiles in "man" into 'LN_S = ln -f
-s'
and not provide the -f flag in the install-common target.

Cheers,

Panagiotis Astithas