943,724 Members | Top Members by Rank

Ad:
You are currently viewing page 1 of this multi-page discussion thread
Jan 22nd, 2004
0

Cannot install samba

Expand Post »
I have downloaded the tar.gz file
When i unzipped it it says samba 3. something
I go to the console and and i go to the directory where is the samba folder is locate it
And the nexty step it says to type ./configure but when i do that is say no such file or directory
any suggestions??
Similar Threads
Reputation Points: 10
Solved Threads: 6
Junior Poster in Training
condorcanqui is offline Offline
51 posts
since Nov 2003
Jan 22nd, 2004
0

Re: Cannot install samba

Also another thing, how do i make the clock be on time
Reputation Points: 10
Solved Threads: 6
Junior Poster in Training
condorcanqui is offline Offline
51 posts
since Nov 2003
Jan 22nd, 2004
0

Re: Cannot install samba

i have mandrake 9.1
Reputation Points: 10
Solved Threads: 6
Junior Poster in Training
condorcanqui is offline Offline
51 posts
since Nov 2003
Jan 23rd, 2004
0

Re: Cannot install samba

get the samba rpm , it will make the things easier for you
http://ranger.dnsalias.com/mandrake/9.1/samba-3.0.0/
b0x
Reputation Points: 10
Solved Threads: 0
Newbie Poster
b0x is offline Offline
6 posts
since Jan 2004
Jan 23rd, 2004
0

Re: Cannot install samba

It would help if you could make sure the configure files etc are all there.
cd same 3.something and from there go through the 'obvious' dirs with ls -all and read
Reputation Points: 115
Solved Threads: 2
Junior Poster
floris is offline Offline
152 posts
since Jan 2004
Jan 25th, 2004
0

Re: Cannot install samba

Quote originally posted by condorcanqui ...
Also another thing, how do i make the clock be on time
As root, try this:

To set your system time to 10am: date -s 10:00
To set system time to 4pm: date -s 16:00

To get the time/date, just type date

Also check the date/time after a reboot to see if the bios clock is off. You can also run ntpd (Network Time Protocol Daemon) to keep your system clock in synch with a time server. read the manpage for ntpd for more info on how to configure it.
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003
Jan 25th, 2004
0

Re: Cannot install samba

simple howto on installing samba

tar -zxvf samba.foo (foo being the version)
cd samba.foo
./configure
su -
password
make
make install
cd /etc/samba
edit the samba config file with your favorite text editor.
Reputation Points: 11
Solved Threads: 0
Light Poster
Dominick is offline Offline
38 posts
since Jan 2004
Jan 29th, 2004
0

Re: Cannot install samba

refer to my first post.
Reputation Points: 46
Solved Threads: 1
Banned
WEATHER CHANNEL is offline Offline
150 posts
since Jan 2004
Jan 29th, 2004
0

Re: Cannot install samba

What first post?
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002
Jan 29th, 2004
0

Re: Cannot install samba

Quote originally posted by Dominick ...
simple howto on installing samba

tar -zxvf samba.foo (foo being the version)
cd samba.foo
./configure
su -
password
make
make install
cd /etc/samba
edit the samba config file with your favorite text editor.
You only need to be su for "make install", and it's better not to use the trailing hyphen when doing "su" so you remain in the same directory.

Example:

me@host$ pwd
/usr/src/samba/samba-3.0.1
me@host$ ./configure
...scrolling list of checks...
...scrolling list of checks...
...scrolling list of checks...

me@host$ make
...compiler runs...
...compiler runs...
...compiler runs...

me@host$ su
Password:

root@host# pwd
/usr/src/samba/samba-3.0.1
root@host# make install

You might also want to run updatedb after the install finishes, so you know where everything is located. The Samba configuration file is smb.conf (usually /etc/samba/smb.conf), but usually it gets installed as smb.conf.example or smb.conf.dist (depending on which platform you're on.)

When you use the hyphen with "su" all the environmental variables are loaded and applied to root's environment, like $SHELL, $PATH, $DISPLAY, and so on, and you are transferred to root's $HOME (usually /root )

By not using the trailing hyphen, you remain in the same directory, keep the same $SHELL (if root's $SHELL is different) and get what you want - root access. It's always recommended to install sudo, so you wouldn't have to go through all this to begin with. (me@host$ sudo make install)

Hope this helps to clear things up for you..
Last edited by TheOgre; Jan 29th, 2004 at 12:06 pm.
Reputation Points: 128
Solved Threads: 8
Posting Whiz
TheOgre is offline Offline
390 posts
since Aug 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Linux Applications and Software Forum Timeline: Samba
Next Thread in Linux Applications and Software Forum Timeline: Making installs through the source





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC