LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Samba Installing? (https://www.linuxquestions.org/questions/linux-newbie-8/samba-installing-53464/)

Winux 04-04-2003 07:49 PM

Samba Installing?
 
I downloaded the latest Samba ver burnt it to disc. How do I actually install these files into Mandrake 9.0.
Im wanting to run a small network etc, I thought it would be wise to get the latest ver of samba but I dont no how to install it.
YES its NEWBIE alert.
:confused:

doublefailure 04-04-2003 08:39 PM

you don't have to burn programs that u will install

download *.rpm files
(there are other type of files like *.tar.gz)

rpm -Uvh therpmfile.rpm

that's it as far as installing goes

i think there's good doc at mandrake.com about samba setting
http://www.mandrakeuser.org/docs/connect/index.html#lfs

Winux 04-04-2003 08:48 PM

Sorry , I wasnt very clear, I downloaded it at work and stuck it on disk and took it home, Im trying to get my home network going. Currently my Mandrake 9.0 computer has No network or internet connection. Apart from I can ping my Xp computer.
So im sitting here with this Samba latest file(tar?) thinking how do i install this. I can just install the ver that comes with Mandrake 9.0, but I thought I would install the latest but im stuck.

doublefailure 04-04-2003 09:03 PM

k

tar xzvf thesambafile.tar.gz
or tar xvf thesambafile.tar

cd to the directory (samba--version)
./configure && make && make install (as root)

done..

Winux 04-04-2003 09:05 PM

lol NEWBIE alert dude , lets put it like this "HUH" I dOnt mean to appear dumb, but repeat in more detail plz

doublefailure 04-04-2003 09:19 PM

ok..
start with $ --> command you type

in order to read cd u have to mount(let linux know) your cdrom
first see if your distro automount your cd
$ls /mnt/cdrom

if you see files, it's mounted
if not,
$mount /mnt/cdrom

let's copy the file to /tmp
$cp /mnt/cdrom/thetarfile /tmp
go to /tmp
$cd /tmp
unpack the tar file(like zip file)
$tar xvf(or xzvf) thetarfile
go to the directory that's created
$cd samba*
$ ./configure && make
$ su
(enter password)
#(as root) make install

now u r done

Winux 04-04-2003 09:43 PM

Dude (me again) Im with u up to ./configure ??????

doublefailure 04-04-2003 09:51 PM

?

did u run upto ./configure && make ?(it's same as $./configure $make)

what's the problem?

Winux 04-04-2003 09:57 PM

Eveything went fine up to typing ./configure
I tried ./configure && make
I just get No such File or directory

doublefailure 04-04-2003 09:59 PM

then maybe it's binary file

show me
what $ls lists in the directory
and $less INSTALL $less README

doublefailure 04-04-2003 10:05 PM

also show me what $pwd says

maybe you r in the wrong directory

Winux 04-04-2003 10:05 PM

Copying examples/ packaging/ README source/
docs/ Manifest pcp/ Roadmap.txt


examples, packaging, source, docs pcp are all in blue writing. If that means anything

Winux 04-04-2003 10:06 PM

/tmp/samba-2.2.8

doublefailure 04-04-2003 10:12 PM

http://hr.uoregon.edu/davidrl/samba/...tml#installing

it's under /tmp/samba-2.2.8/source

so, $cd source
$./configure --with-smbmount --with-automount && make

Winux 04-04-2003 10:14 PM

I read the manifest and it says cd into source , so i did then type ./configure . So i tried this but it didnt worjk came up with no such file or directory. So I had a look using Konquerer and inside source I dont see Configure file hmmmm. Still lost


All times are GMT -5. The time now is 05:55 PM.