LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-27-2002, 02:59 PM   #1
nixadm
LQ Newbie
 
Registered: Mar 2002
Location: florida, usa
Distribution: RH mostly
Posts: 16

Rep: Reputation: 0
Angry Connecting Mac's to a Linux server (netatalk)


Ok, I've been working with this a few days now, I need to share linux drives with a few macs. I got a server running RH 7.0. I've got samba working fine. But I can't seem to get netatalk working. I've downloaded it and attempted to install but apparantly I dont have "make" install, which I think is part of the gcc package.

So I popped in cd-3 and ran rpm -i make-3.79xzyzyz.rpm and it seems like it installed it but im not sure, when I type make at a command prompt, it says make not found.

From what i've read I can add this on as a module.. appletalk.o or something...or do I have to recompile this kernel? (which i've never done)

Thanks in advance.
 
Old 04-01-2002, 09:06 AM   #2
nixadm
LQ Newbie
 
Registered: Mar 2002
Location: florida, usa
Distribution: RH mostly
Posts: 16

Original Poster
Rep: Reputation: 0
No one can help with this?

.
 
Old 04-01-2002, 12:53 PM   #3
Jon-
Member
 
Registered: Dec 2001
Distribution: RH5.2/6.2/7.0/7.1/7.2/9/ES21/ES31
Posts: 91

Rep: Reputation: 15
Couple things. First, I thought RH included netatalk as an RPM (power tools)? Could be wrong.

Anyway, I guess if you do indeed need to compile it you need make. Try to install it as rpm -ivh make-3.79etcetc... verify it gets installed then. Then, to see what is installed

rpm -ql make

My 'make' is in /usr/bin. So, try /usr/bin/make (or whereever yours is) to verify it's there.

If you still can't compile, it sounds like your paths might be hosed, and if so you might not be able to compile anyway. Are you compiling this as root?

Yup, you can install the appletalk protocol as a module -- heck, it might already be installed. Try

insmod appletalk.
Then,
dmesg | grep -i apple

You should see something in there like:
NET4: AppleTalk 0.18 for Linux NET4.0

Incidentally, once you get this working, I'd suggest you NOT share the same samba volume with netatalk. Netatalk seperates the data fork and the resource fork of the Mac file into two seperate Linux files. This can cause some problems if the a windows client operates on the files...at least it used to be this way. Some of the problem can be fixed using something like RedEdit. But, not worth the hassle IMHO.

Last edited by Jon-; 04-01-2002 at 12:57 PM.
 
Old 04-01-2002, 02:22 PM   #4
nixadm
LQ Newbie
 
Registered: Mar 2002
Location: florida, usa
Distribution: RH mostly
Posts: 16

Original Poster
Rep: Reputation: 0
Ok...

Thanks for the reply,

when I run "rpm -ql make " it says package make not installed.

so I go to the cdrom, and type "rpm - make-3.79.1-5.src.rpm" and it waits a sec (acts like its installing) then back to command line. then I type rpm -ql make again and it says not installed.

so for some reason it wont install make, is there extra commands parameters i can give rpm to tell me why or force it or something?


ok, and from the other commands I was able to confirm that appletalk.o is installed. thanks



Now if i could just get make working I could install netatalk.

Thanks for the help

 
Old 04-01-2002, 02:28 PM   #5
nixadm
LQ Newbie
 
Registered: Mar 2002
Location: florida, usa
Distribution: RH mostly
Posts: 16

Original Poster
Rep: Reputation: 0
I cant find netatalk on the cds anywhere,

Is there an RPM version anywhere?
 
Old 04-01-2002, 08:18 PM   #6
Jon-
Member
 
Registered: Dec 2001
Distribution: RH5.2/6.2/7.0/7.1/7.2/9/ES21/ES31
Posts: 91

Rep: Reputation: 15
Hey Nix,

You can find RPMS galore at www.rpmfind.net. There should be a version there for Redhat.

As for your RPM, I just noticed you're trying to install the source code for make, not the compiled binary itself. So, if you look in the /usr/src/redhat/sources/ you should see the source for make. And, rpm -ql make won't work, because 'make' isn't the same as 'make-source'. Try rpm -qa | grep -i make. You'll probably see make-source, but no make.

And yes, there are "force" type flags for rpm, but you shouldn't need them unless you really know what you're doing -- usually rpm won't let you install things for a reason. And, when it doesn't, it'll usually tell you why.

You need to find make-3.79.1-5.rpm or something like that (the NON-source version).... that will install the 'make' you want. Then, you should be able to compile netatalk.
 
Old 04-01-2002, 09:12 PM   #7
greenhornet
Member
 
Registered: Mar 2002
Location: Sydney, Australia
Distribution: RHEL, Fedora, Yellow Dog
Posts: 43

Rep: Reputation: 15
I'm running a production netatalk system that I instaleld via RPM

You can get a recent RPM distro from

ftp://ftp.redhat.com/rawhide/i386/RedHat/RPMS/

The other option is to update all the Macs to OSX and use Samba or NFS that you might already be running. Otherwise there is SMB/CIFS software you can get for OS9.

I thought it used to be on the powertools CD as well.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting from WINXP to a RH Linux Server dennis35 Linux - Newbie 2 11-22-2005 11:07 PM
Connecting to MSSQL Server 7 from Linux vil Linux - Software 3 07-07-2004 12:46 PM
Linux connecting to Windows Server? lucky mikey Linux - Networking 4 10-14-2003 09:19 AM
Connecting Mac's to a Linux FTP server unclebyron Linux - Networking 2 03-25-2002 07:11 PM
connecting linux to a nt server FNC Linux - Networking 2 07-10-2001 10:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration