Jump to content

Samba


Guest jwhitehouse
 Share

Recommended Posts

Guest jwhitehouse

Hello,

 

I'm trying to install Samba using Mandrake Linux 10. When I try to run ./configure I get the following

 

[root@localhost source]# ./configure

loading cache ./config.cache

checking for gcc... no

checking for cc... no

configure: error: no acceptable cc found in $PATH

[root@localhost source]#

 

Any ideas where I'm going wrong.

 

P.S. I'm a newbie to Linux

:P

Link to comment
Share on other sites

If you are running ./configure, you are installing samba from the source, right? This script calls the C compiler (gcc or cc) which are not installed, that's why you get "no" messages. You have to install those compilers - login as root and run urpmi gcc. However, you probably have samba rpm package somewhere on the CDs, why don't you try urpmi samba?

Link to comment
Share on other sites

Yes, Samba is on the CD's or if you have an FTP-install, just urpmi for it. In addition, I can recomend installing KDESambaplugin to get a GUI for configuration.

 

The stupid thing with KDESambaplugin is that you need to be root, to avoid loging in, I've run this command as root from console: kcmshell kcmsambaconf.

 

There must be an easier way to start an application as root?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...