Results 1 to 1 of 1
Im trying to configure netatalk so I can connect via appletalk from my mac.
I was following the tutorial for linking linux and mac and using the linux machine as ...
- 05-01-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
Netatalk
Im trying to configure netatalk so I can connect via appletalk from my mac.
I was following the tutorial for linking linux and mac and using the linux machine as a time machine server (google it) and I am running into problems.
Here is the terminal code:
Any ideas how to fix?$ sudo apt-get build-depnetatalk
E: Invalid operation build-depnetatalk
$ sudo apt-get build-dep netatalk
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list
$ sudo apt-get install cracklib2-dev fakeroot libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting libcrack2-dev instead of cracklib2-dev
libcrack2-dev is already the newest version.
fakeroot is already the newest version.
libssl-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
$ sudo apt-get source netatalk
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list
$ cd netatalk-2*
bash: cd: netatalk-2*: No such file or directory
$ sudo DEB_BUILD_OPTIONS=ssl dpkg-buildpackage -rfakeroot
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-buildpackage: failure: tail of debian/changelog gave error exit status 1
$
Thanks


Reply With Quote