Re: How to compile the debian way?

2001-04-09 Thread Ilya Martynov
HH Try: HH apt-get source --build pppoe And it is even better to use 'apt-get build-dep pppoe' because it will automatically install all required development packages to build 'pppoe' -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov

Re: How to compile the debian way?

2001-04-09 Thread Keith G. Murphy
Mark Devin wrote: Nathan wrote: goto www.roaringpenguin.com and u can download the rp-pppoe-3.0tar.gz file and untar it and cd into the directory and type ./go to do the setup. I am still having probles with this ADSL on Telstra Bigpond I did what you said above. It almost seems

How to compile the debian way?

2001-04-07 Thread Mark Devin
I need to compile rp-pppoe for my adsl connection. (I initially thought I could just do apt-get install pppoe but apparently not.) Anyway, my question is how do I compile stuff the debian way? You know, so that the packages are all known by dpkg. Thanks. Mark.

Re: How to compile the debian way?

2001-04-07 Thread Henry House
On Sun, Apr 08, 2001 at 07:37:19AM +1000, Mark Devin wrote: I need to compile rp-pppoe for my adsl connection. (I initially thought I could just do apt-get install pppoe but apparently not.) Anyway, my question is how do I compile stuff the debian way? You know, so that the packages are

Re: How to compile the debian way?

2001-04-07 Thread Mark Devin
Henry House wrote: Anyway, my question is how do I compile stuff the debian way? You know, so that the packages are all known by dpkg. Try: apt-get source --build pppoe OK did that and here is the error I got: debian:/etc/apt# apt-get source --build pppoe Reading Package

Re: How to compile the debian way?

2001-04-07 Thread Mark Devin
Mark Devin wrote: I need to compile rp-pppoe for my adsl connection. (I initially thought I could just do apt-get install pppoe but apparently not.) Anyway, my question is how do I compile stuff the debian way? You know, so that the packages are all known by dpkg. Oh, And what about if I

Re: How to compile the debian way?

2001-04-07 Thread ktb
On Sun, Apr 08, 2001 at 08:23:46AM +1000, Mark Devin wrote: Henry House wrote: Anyway, my question is how do I compile stuff the debian way? You know, so that the packages are all known by dpkg. Try: apt-get source --build pppoe OK did that and here is the error I got:

Re: How to compile the debian way?

2001-04-07 Thread Noah L. Meyerhans
On Sun, Apr 08, 2001 at 08:28:56AM +1000, Mark Devin wrote: I need to compile rp-pppoe for my adsl connection. (I initially thought I could just do apt-get install pppoe but apparently not.) Anyway, my question is how do I compile stuff the debian way? You know, so that the packages

Re: How to compile the debian way?

2001-04-07 Thread Mark Devin
Noah L. Meyerhans wrote: On Sun, Apr 08, 2001 at 08:28:56AM +1000, Mark Devin wrote: I need to compile rp-pppoe for my adsl connection. (I initially thought I could just do apt-get install pppoe but apparently not.) Anyway, my question is how do I compile stuff the debian way? You

Re: How to compile the debian way?

2001-04-07 Thread John Patton
On Sun, Apr 08, 2001 at 08:55:02AM +1000, Mark Devin wrote: Do I just apt-get install equivs - how do I use that? How do I use 'stow'? Yup. I don't get the stow bit either, but you can apt-get equivs. Read the README in /usr/share/doc to learn how to use it... it's quite easy. -- John Patton

Re: How to compile the debian way?

2001-04-07 Thread Nathan
goto www.roaringpenguin.com and u can download the rp-pppoe-3.0tar.gz file and untar it and cd into the directory and type ./go to do the setup. have fun Nathan Mark Devin wrote: I need to compile rp-pppoe for my adsl connection. (I initially thought I could just do apt-get install pppoe

Re: How to compile the debian way?

2001-04-07 Thread Henry House
On Sun, Apr 08, 2001 at 08:23:46AM +1000, Mark Devin wrote: [...] dh_testdir make: dh_testdir: Command not found make: *** [clean] Error 127 Build command 'cd rp-pppoe-2.8 dpkg-buildpackage -b -uc' failed. E: Child process failed Just what it says: to make the package you need the command

Re: How to compile the debian way?

2001-04-07 Thread Mark Devin
Nathan wrote: goto www.roaringpenguin.com and u can download the rp-pppoe-3.0tar.gz file and untar it and cd into the directory and type ./go to do the setup. I am still having probles with this ADSL on Telstra Bigpond I did what you said above. It almost seems to work but there is still

Re: How to compile the debian way?

2001-04-07 Thread Richard Cobbe
Lo, on Sunday, April 8, Mark Devin did write: How do I use 'stow'? apt-get install stow then check the info page. In brief: if you've got several packages you want to install into, say, /usr/local/{bin,lib,man,info,...}, but you don't want to keep track of which file belongs to which package,