Guide to Samba


 
Thread Tools Search this Thread
Operating Systems Solaris Guide to Samba
# 1  
Old 02-24-2005
Guide to Samba

Anyone have guide to install samba on solaris 9
I tried couple of times. --How do I go about uninstalling it?

bash-2.05# testparm -s > output.file
Load smb config files from /usr/local/samba/lib/smb.conf
Processing section "[root]"
Processing section "[share]"
Loaded services file OK.
bash-2.05# smbpassword -a root
bash: smbpassword: command not found
bash-2.05# net ads join -U smbadmin|password
ld.so.1: net: fatal: libldap.so.2: open failed: No such file or directory
bash: password: command not found
bash-2.05# net ads
ld.so.1: net: fatal: libldap.so.2: open failed: No such file or directory
Killed

Thanks

Last edited by pressy; 02-24-2005 at 08:10 PM..
# 2  
Old 02-24-2005
It seems that you have to install the LDAP Libraries...

Have a look at www.sunfreeware.com

It think the command you entered "smbpassword" is named "smbpasswd"
# 3  
Old 02-24-2005
brabored, i've edited your post: read the rules, don't post your email address....

by the way: there is a default installation of samba in solaris9 .. if you want a newer one/version check the link from networkfreak, and the solve your dependencies which are written on sunfreeware.... don't forget to export your $PATH and the $LD_LIBRARY_PATH. your error is "just" a missing library. try the command "ldd" to see what libraries are missing.....

greetings PRESSY
your moderator
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

if else statement... need guide

read readTerminal terminal_c=$readTerminal if ; then { #Execute the first SQL query } else echo next script fi anything wrong here? (2 Replies)
Discussion started by: ment0smintz
2 Replies

2. UNIX for Dummies Questions & Answers

Guide me please

Hi All, I am kinda struck at one point :wall: need ur help to move further. Query: My inputs files are Expected output: I am sure there should be similar tread relating my query ..but as i couldnt find the details i am posting again. Please direct me to the tread or reply... (1 Reply)
Discussion started by: unibeginner
1 Replies

3. Solaris

samba issue: one samba share without password prompting and the others with.

Hi All, I've been trying to configure samba on Solaris 10 to allow me to have one share that is open and writable to all users and have the rest of my shares password protected by a generic account. If I set my security to user, my secured shares work just fine and prompt accordingly, but when... (0 Replies)
Discussion started by: ideal2545
0 Replies

4. Solaris

Best guide for Jumpstart

Hi Gurus, Can you please suggest me any good guides for a Beginner to learn Solaris Jumpstart. Thank You, Rama Krishna. (2 Replies)
Discussion started by: rama krishna
2 Replies

5. UNIX and Linux Applications

GD installation guide asking....

Hi, Does anybody success install GD and apply it in linux? I got trying to install it recently. Unfortunately, it seems like got a lot of error message shown :( Thus anybody got success install and use the GD in linux? Can share it with me? I'm using ia64 linux system. Thanks a lot for all... (6 Replies)
Discussion started by: patrick87
6 Replies

6. UNIX for Advanced & Expert Users

installion guide

Hi everyone. I need to install HP-UX 11i and I want user installation guide which shows me how to install HP-UX 11i step by step.:) (1 Reply)
Discussion started by: ahmedbashir
1 Replies

7. UNIX for Dummies Questions & Answers

pls guide this..

in what real time scenerios we write shell scripts in oracle (1 Reply)
Discussion started by: ss4u
1 Replies

8. SCO

New to SCO -Guide me

Hello can any1 tell me the latest version of SCO. ALso can u give me some of the basic differences between Mandrake Linux and SCO Unix. (1 Reply)
Discussion started by: rahulrathod
1 Replies
Login or Register to Ask a Question