Title: Installing littlutils
Last modified: August 20, 2016

---

# Installing littlutils

 *  [gavinhamm](https://wordpress.org/support/users/gavinhamm/)
 * (@gavinhamm)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/)
 * I’m getting this message
 * > CW Image Optimizer requires littleutils. You are missing: opt-png, opt-jpg,
   > opt-gif.
 *  Obviously because I haven’t installed littleutils, but I’m not sure exactly 
   how to install it, or where to put it.
 * Is there a tutorial somewhere? Or Can I install it somehow using Cpanel?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/installing-littlutils/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/installing-littlutils/page/2/?output_format=md)

 *  [Moogle Stiltzkin](https://wordpress.org/support/users/moogle-stiltzkin/)
 * (@moogle-stiltzkin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215319)
 * i would like to know as well please.
 *  Plugin Author [Jacob Allred](https://wordpress.org/support/users/zulugrid/)
 * (@zulugrid)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215416)
 * I don’t think it is something that can be installed using Cpanel.
 * I’m working on tutorials for the major distributions of Linux (CentOS, Redhat,
   Ubuntu..), but they aren’t quite ready yet.
 * Anyone who is familiar with compiling software on Linux should be able to easily
   install littleutils though. Basically you download package and run the following
   commands in the directory that has the littleutils-1.0.24.tar.bz2 file:
    1. tar jxvf littleutils-1.0.24.tar.bz2
    2. cd littleutils-1.0.24
    3. ./configure
    4. make
    5. make install
    6. make install-extra
 *  Thread Starter [gavinhamm](https://wordpress.org/support/users/gavinhamm/)
 * (@gavinhamm)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215423)
 * [@zulugrid](https://wordpress.org/support/users/zulugrid/): Thanks. I’m switching
   from shared to dedicated tomorrow and will have root access and hopefully this
   will work.
 *  Plugin Author [Jacob Allred](https://wordpress.org/support/users/zulugrid/)
 * (@zulugrid)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215424)
 * The [installation instructions](http://wordpress.org/extend/plugins/cw-image-optimizer/installation/)
   have been updated to include step-by-step instructions for CentOS and Ubuntu.
   Hope this helps!
 *  [kirkvan](https://wordpress.org/support/users/kirkvan/)
 * (@kirkvan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215435)
 * [@zulugrid](https://wordpress.org/support/users/zulugrid/), thanks for the excellent
   instructions here…
 * [http://wordpress.org/extend/plugins/cw-image-optimizer/installation/](http://wordpress.org/extend/plugins/cw-image-optimizer/installation/)
 * …which I just completely followed; however, I’m running CentOS and am still receiving
   this error in WordPress:
 * “CW Image Optimizer requires littleutils. You are missing: opt-png.”
 *  [kirkvan](https://wordpress.org/support/users/kirkvan/)
 * (@kirkvan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215436)
 * I was missing pngcrush. Once installed, opt-png correctly installed. My issue
   resolved.
 *  Thread Starter [gavinhamm](https://wordpress.org/support/users/gavinhamm/)
 * (@gavinhamm)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215444)
 * hmm I’m still getting the message `CW Image Optimizer requires littleutils. You
   are missing: opt-png, opt-jpg, opt-gif.`
 * And when I try to bulk optimize I just get “example.jpg is not writable” with
   all file types. I installed littleutils and pngcrush installed. Anyone go through
   this?
 *  Thread Starter [gavinhamm](https://wordpress.org/support/users/gavinhamm/)
 * (@gavinhamm)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215445)
 * Made images writable (permissions on server), now im getting
 * > – Bad response from optimizer
 *  and
 * > Warning: exec() has been disabled for security reasons in /public_html/wp-content/
   > plugins/cw-image-optimizer/cw-image-optimizer.php on line 57
 *  over and over
 *  [kirkvan](https://wordpress.org/support/users/kirkvan/)
 * (@kirkvan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215446)
 * I can’t promise that the plugin author, Jacob Allread, can take on littleutils
   server install issues, but here’s a support thread on his blog wherein he was
   very helpful in supporting and improving his plugin code:
 * [http://www.jacoballred.com/my-sites/image-optimizing-wordpress-plugin/](http://www.jacoballred.com/my-sites/image-optimizing-wordpress-plugin/)
 *  Plugin Author [Jacob Allred](https://wordpress.org/support/users/zulugrid/)
 * (@zulugrid)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215451)
 * Sorry gavinhamm, this plugin requires exec() in order to run opt-jpg/opt-gif/
   opt-png. You won’t be able to use this plugin without being able to use exec().
 *  Plugin Author [Jacob Allred](https://wordpress.org/support/users/zulugrid/)
 * (@zulugrid)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215452)
 * I’ve updated the plugin to check for exec(). It will now warn you if your PHP
   doesn’t have permissions to run exec().
 *  [Sarangan Thillaiampalam](https://wordpress.org/support/users/sarangan112/)
 * (@sarangan112)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215462)
 * Can anyone show me how to install on Debian machine?
 *  [S3nd41](https://wordpress.org/support/users/s3nd41/)
 * (@s3nd41)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215479)
 * Hello, I’m running my blog on a shared host so I was thinking about downloading
   it to my local Xampp server, optimize the images and then uploaded them back 
   to my web server.
 * Did anyone try installing littleutils on xampp? Can you post some instructions
   please? Thanks!
 *  [S3nd41](https://wordpress.org/support/users/s3nd41/)
 * (@s3nd41)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215480)
 * Hummm, I tried activating the plug-in and got this error message: “CW Image Optimizer
   isn’t supported on your server. Unfortunately, the CW Image Optimizer plugin 
   doesn’t work with WINNT.” too bad :\
 *  [blau](https://wordpress.org/support/users/blau/)
 * (@blau)
 * [14 years ago](https://wordpress.org/support/topic/installing-littlutils/#post-2215483)
 * Very neat plugin, works like a charm on a test site.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/installing-littlutils/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/installing-littlutils/page/2/?output_format=md)

The topic ‘Installing littlutils’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cw-image-optimizer.svg)
 * [CW Image Optimizer](https://wordpress.org/plugins/cw-image-optimizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cw-image-optimizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cw-image-optimizer/)
 * [Active Topics](https://wordpress.org/support/plugin/cw-image-optimizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cw-image-optimizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cw-image-optimizer/reviews/)

 * 20 replies
 * 10 participants
 * Last reply from: [webpromoterpro](https://wordpress.org/support/users/webpromoterpro/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/installing-littlutils/page/2/#post-2215493)
 * Status: not resolved