PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Samba installieren



sneac
10.06.01, 11:03
Hallo,
ich habe mir eine "samba-latest.tar.gz" runtergeladen. In dem Archiv befindet sich aber keine rpm-Datei sondern C-Quellcode-Dateien. Gibt es irgendwo eine fertige rpm-Datei oder kann mir jemand erklären wie man Samba installiert? Danke schon mal

PS: Eine deutsche FAQ oder sonst irgendwas in der richtung würde mir auch schon helfen, da ich keine Handbücher habe.

micha
10.06.01, 11:50
Hi sneac,

wenn Du Dir ein Quell-Paket ziehst, ist nach dem Entpacken der erste Schritt immer die README:
----------------------------------------------
--> less README
This is version 2.2.X of Samba, the free SMB and CIFS client and
server for unix and other operating systems. Samba is maintained by
the Samba Team, who support the original author, Andrew Tridgell.

>>>> Please read THE WHOLE of this file as it gives important information
>>>> about the configuration and use of Samba.

NOTE: Installation instructions may be found in
docs/htmldocs/UNIX_INSTALL.html
---------------------------------------------
daraus folgt:
---------------------------------------------
--> lynx docs/htmldocs/UNIX_INSTALL.html

Step 1: Building the Binaries

To do this, first run the program ./configure in the source directory. This should automatically configure Samba for your
operating system. If you have unusual needs then you may wish to run

root# ./configure --help

first to see what special options you can enable. Then exectuting

root# make

will create the binaries. Once it's successfully compiled you can use

root# make install

to install the binaries and manual pages. You can separately install the binaries and/or man pages using

root# make installbin

and

root# make installman

Note that if you are upgrading for a previous version of Samba you might like to know that the old versions of the
binaries will be renamed with a ".old" extension. You can go back to the previous version with

root# make revert

if you find this version a disaster!
---------------------------------------------

also nun mit ./configure --help schauen, ob die default-Einstellungen Dir passen (--prefix vielleicht noch anpassen), dann mit

-->./configure
-->make
-->(Kaffee trinken gehn ;) )
-->su
-->make install

das Programm installieren, dann Konfigurieren, Documentation dazu gibts im docs/ - Verzeichnis von samba zu Hauf, oder auch hier im Forum ;)

Wenn Dir der Installationsvorgang zu umständlich ist, dann schau mal unter http://www.rpmfind.net nach samba.

Gruß micha