LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   samba install (https://www.linuxquestions.org/questions/linux-newbie-8/samba-install-18922/)

oranguavol 04-19-2002 08:39 AM

samba install
 
i downloaded samba-latest.tar.gz into /tmp directory. from there i ran tar zxvf samba-latest.tar.gz created a directory samba2.2.3a with the files under /root i looked everywhere and none of the methodes to finish the install from there worked anyone know the proceddure it is redhat 7.2

digital bots 04-19-2002 09:57 AM

if you go into the folder you unpacked it to you can do ./configure then make then make install. thats it.

oranguavol 04-19-2002 10:10 AM

creating cache ./config.cache
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $path


thats what i get when i run ./configure

DMR 04-19-2002 07:51 PM

You don't seem to have a compiler installed on your system, which is necessary to, um, compile the Samba source. Try one of the following to see if it's installed:
locate gcc
whereis gcc
find / -name gcc

If not, you'll have to pull it from an RPM on the install CDs. You'll need to install certain library packages as well, but I'm not at home now so I can't check my Redhat system to tell you exactly which ones.

digital bots 04-19-2002 08:36 PM

Quote:

Originally posted by oranguavol
creating cache ./config.cache
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $path


thats what i get when i run ./configure

are u on as root? also you may need to look into a new gcc if you want to hook up into a ntfs pc.


All times are GMT -5. The time now is 06:02 AM.