make install bug on Tru64 with samba 3.0.0/3.0.1/3.0.2pre1/3.0.2rc1

Adharsh Praveen R adharshp at yahoo.com
Tue Jan 27 12:51:24 GMT 2004


Hi,

When I run make install on samba it exits with the message 

---------------------------------------------------------------------
Installing bin/cap.so as /usr/local/samba/lib/vfs/cap.so
Installing bin/CP850.so as /usr/local/samba/lib/charset/CP850.so
Installing bin/CP437.so as /usr/local/samba/lib/charset/CP437.so
#: No such file or directory
*** Exit 1
Stop.

-----------------------------------------------------------------------


The reason for this is a line in Makefile, in the install section, where
it tries to install a file called "#" and exits as there is no such file.

-----------------------------------------------------------------------
 @$(SHELL) $(srcdir)/script/installmodules.sh $(INSTALLPERMS)
$(DESTDIR)$(BASEDIR) $(DESTDIR)$(CHARSETLIBDIR) $(CHARSET_MODULES)
        @$(SHELL) $(srcdir)/script/installmodules.sh $(INSTALLPERMS)
$(DESTDIR)$(BASEDIR) $(DESTDIR)$(AUTHLIBDIR) $(AUTH_MODULES)
        @# These symlinks are required for the 'probing' of modules.
        @# This mechanism should go at some point..
        @$(SHELL) $(srcdir)/script/linkmodules.sh $(DESTDIR)$(PDBLIBDIR)
ldapsam.so ldapsam_compat.so
        @$(SHELL) $(srcdir)/script/linkmodules.sh $(DESTDIR)$(AUTHLIBDIR)
rhosts.so hostsequiv.so

-----------------------------------------------------------------------
This error comes from the line "@# This mechanism ....". I removed this
line in the Makefile (as this line does not have any significance) and
make install went smoothly. 

I configured using --with-smbwrapper --with-acl-support --with-winbind.

This problem appears in 3.0.0, 3.0.1, 3.0.2pre1, 3.0.2rc1. No problem with
2.2.8a.

 
regards,
adharsh.

 

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/


More information about the samba-technical mailing list