On 18-08-11 13:48, Olivier Desportes wrote:
> 
> 
> 
> Paul J Stevens wrote:
>>
>>> sudo cat >> /etc/apt/sources.list << EOF
>>> deb-src http://debian.nfgd.net/debian/ main
>>
>> correction: that should be
>> deb-src http://debian.nfgd.net/debian lenny main
>>
>>> EOF
>>> sudo apt-get update
>>> sudo apt-get build-dep dbmail
>>> sudo apt-get source -b dbmail
>>>
>>> which will/should build debs for your system.
>>
> 
> I'm a little scared of running this on my production server. These commands
> will only create the needed deb packages, will they ? Where would I find
> them afterward ? In the same path I've ran the apt-gets ?

Don't run them on your production server. The build dependencies will
pull in all kinds of stuff you really don't need on your server.

Better create a lenny chroot on your desktop:

sudo debootstrap lenny /opt/lenny

etc.

And yes: the debs will be build in the current working directory


-- 
________________________________________________________________
Paul J Stevens        pjstevns @ gmail, twitter, skype, linkedin

  * Premium Hosting Services and Web Application Consultancy *

           www.nfg.nl/[email protected]/+31.85.877.99.97
________________________________________________________________
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to