integrating-eaccelerator-into-php5-and-lighttpd-debian-etch

Discussion in 'HOWTO-Related Questions' started by bioborg, Sep 2, 2008.

  1. bioborg

    bioborg New Member

    So, wouldn't the debian way to do things be to install checkinstall as well, and do a
    Code:
    sudo checkinstall
    instead of
    Code:
    make install
    ?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can do this if you want to have a .deb package afterwards, but it's not necessary.
     
  3. bioborg

    bioborg New Member

    Makes me feel safer

    Generating a .deb makes me feel safer. I have in the past installed things with no uninstall script, which made my system unstable, back when I didn't know how to go about manually uninstalling things, and ended up reinstalling my OS as a remedy. Yes, you don't have to, but it seems to me that if you have a package manager, you might as well use it.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    In this case the only file that is created by the installation is eaccelerator.so, so there's really no need for a .deb package, but of course that's up to you. :)
     

Share This Page