I get the following message when trying to configure on Solaris 2.6 box will samba 2.2.8a. Any suggestions?! root-Rigel-232> ./configure creating cache ./config.cache checking for openjade... no checking for jade... no checking for nsgmls... no checking for htmldoc... no checking for sgmlspl... no checking for perl... /usr/bin/perl ./configure: !: not found updating cache ./config.cache creating ./config.status creating Makefile creating stylesheets/ldp.dsl root-Rigel-233> /usr/ucc/bin/make ksh: /usr/ucc/bin/make: not found root-Rigel-234> /usr/ccs/bin/make Possible options to the Makefile include: all-docs - Force a rebuild of all documentation HOWTO - Build all individual HOWTOs in html format proj-doc - Build the Samba-HOWTO-Collection.[pdf|html] file man - Rebuild html and nroff versions of man pages as necessary syntax - Check the SGML/DocBook syntax of all source files root-Rigel-235> /usr/ccs/bin/make all-docs Building HOWTO pages... Making DOMAIN_MEMBER.html sh: -t: not found *** Error code 1 make: Fatal error: Command failed for target `HOWTO' Please advise!
Hi, I am a beginner in Samba. I want to create private shares in the server(RedHat Linux) for individual users who are using Windows. I have placed the script listed below in the file "/etc/smb.conf" and restarted samba. But the private share (example z:) is not appearing automatically when a user logs on to his machine, while it is working manually when I click "NETLOGON.BAT". ************************** logon script = NETLOGON.BAT [netlogon] comment = Network Logon Service path = /usr/local/samba/netlogon guest ok = yes writable = no share modes = no [samba] comment = Login traking share path = /usr/local/samba root preexec = /usr/local/bin/netlogon.sh %u root postexec = /usr/local/bin/netlogoff.sh %u ***************** Kindly guide me where I am going wrong and please point me the exact steps that needs to be followed. Thanks in advance. Regards Devanesan.