On Tue, Sep 19, 2000 at 01:21:55AM +0800, 陳治嘉 wrote: > > 當我使用某個套件 (ex apache)我可以使用 apt-get > update;apt-get install apache 就可以使用了. 但是如果我 > 想抓 source 回來重新 configure, make, install 我該怎麼 > 做才可以不會破壞套件的相依性? 我知道 apt-get --compile > source apache 也可以達到 make 的需求. 但是如果我需要 > configure [EMAIL PROTECTED]
$ apt-get source apache $ cd apache-1.3.12 $ ./debian/rules binary you may need to edit that file and the changelog under ./debian dir to localize it... then, $ cd ..; dpkg -i apache*.deb -- | This message was re-posted from [email protected] | and converted from gb2312 to big5 by an automatic gateway.

