Install Littleutils on Linux x86_64
-
Hello,
I can get everthing to work, but when I enter the “make install”, I recieve these errors. I checked the security for these locations and all seems right. Can I not install this on Linux
optimizer/littleutils]# cd littleutils-1.0.27
[email protected] [~/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27]# ./configure
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking if dmalloc is requested… no
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for a BSD-compatible install… /usr/bin/install -c
checking for gmake… gmake
checking that gmake is GNU Make… yes
checking how to run the C preprocessor… gcc -E
checking for grep that handles long lines and -e… /ramdisk/bin/grep
checking for egrep… /ramdisk/bin/grep -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking whether byte ordering is bigendian… no
checking for multilib install prefix… lib64
checking for special C compiler options needed for large files… no
checking for _FILE_OFFSET_BITS value needed for large files… no
checking getopt.h usability… yes
checking getopt.h presence… yes
checking for getopt.h… yes
checking libintl.h usability… yes
checking libintl.h presence… yes
checking for libintl.h… yes
checking for fseeko… yes
checking for lrand48… yes
checking for random… yes
checking for realpath… yes
checking for struct stat.st_mtim.tv_nsec… yes
checking for struct stat.st_mtimespec.tv_nsec… no
checking for struct stat.st_mtimensec… no
checking for getopt… yes
checking for gettext… yes
checking png.h usability… yes
checking png.h presence… yes
checking for png.h… yes
checking for png_get_io_ptr in -lpng… yes
checking for bash… /ramdisk/bin/bash
checking for dash… /usr/bin/dash
checking for perl… /ramdisk/bin/perl
checking for gifsicle… no
checking for pngcrush… no
gifsicle utility missing: skipping opt-gif
pngcrush utility missing: skipping opt-png
checking for jpegtran… yes
checking for file… yes
checking for gzip… yes
checking for bzip2… yes
checking for 7zr… no
checking for 7za… no
checking for 7z… no
7zr/7za/7z utility missing: skipping to-7zip
checking for lzma_alone… no
checking for lzma… yes
checking for lzip… no
lzip utility missing: skipping to-lzip
checking for xz… yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating extra/Makefile
config.status: creating littleutils/Makefile
config.status: creating imageutils/Makefile
config.status: creating repeats/Makefile
config.status: creating scripts/Makefile
config.status: creating config.h
config.status: config.h is unchangedConfiguration of littleutils-1.0.27 for x86_64-unknown-linux-gnu complete.
CC=gcc
CFLAGS=-g -O2
LDFLAGS=
LIBS=
LIBINTL=
PNGLIBS=-lpng -lz -lmmake[1]: Entering directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/imageutils’
make[1]: Nothing to be done for `all’.
make[1]: Leaving directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/imageutils’
make[1]: Entering directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/repeats’
make[1]: Nothing to be done for `all’.
make[1]: Leaving directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/repeats’
make[1]: Entering directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/scripts’
make[1]: Nothing to be done for `all’.
make[1]: Leaving directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/scripts’
make[1]: Entering directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/extra’
make[1]: Nothing to be done for `all’.
make[1]: Leaving directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/extra’
[email protected] [~/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27]# make install
make[1]: Entering directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/littleutils’
../autoconf/mkinstalldirs /usr/local/bin
for f in filedate filehash filemode filenode fileown filesize frenum randomize lrealpath tempname; do /usr/bin/install -c $f /usr/local/bin; done
/usr/bin/install: cannot create regular file `/usr/local/bin/filedate’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/filehash’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/filemode’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/filenode’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/fileown’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/filesize’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/frenum’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/randomize’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/lrealpath’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/tempname’: Read-only file system
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/littleutils’
make[1]: Entering directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/imageutils’
../autoconf/mkinstalldirs /usr/local/bin
for f in jpgcom imagsize pngrecolor pngstrip; do /usr/bin/install -c $f /usr/local/bin; done
/usr/bin/install: cannot create regular file `/usr/local/bin/jpgcom’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/imagsize’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/pngrecolor’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/pngstrip’: Read-only file system
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/imageutils’
make[1]: Entering directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/repeats’
../autoconf/mkinstalldirs /usr/local/bin
for f in repeats; do /usr/bin/install -c $f /usr/local/bin; done
/usr/bin/install: cannot create regular file `/usr/local/bin/repeats’: Read-only file system
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/repeats’
make[1]: Entering directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/scripts’
../autoconf/mkinstalldirs /usr/local/bin
for f in lowercase uppercase opt-jpg recomp-jpg lreplace notabs notrail to-gzip to-bzip to-lzma to-xz wipe-free; do /usr/bin/install -c $f /usr/local/bin; done
/usr/bin/install: cannot create regular file `/usr/local/bin/lowercase’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/uppercase’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/opt-jpg’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/recomp-jpg’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/lreplace’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/notabs’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/notrail’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/to-gzip’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/to-bzip’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/to-lzma’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/to-xz’: Read-only file system
/usr/bin/install: cannot create regular file `/usr/local/bin/wipe-free’: Read-only file system
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home1/nontypic/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27/scripts’
make: *** [install] Error 1
[email protected] [~/public_html/wp-content/plugins/cw-image-optimizer/littleutils/littleutils-1.0.27]# /usr/bin/install: cannot create regular file `/usr/local/bin/lreplace’: Read-only file system
>https://www.ads-software.com/extend/plugins/cw-image-optimizer/
- The topic ‘Install Littleutils on Linux x86_64’ is closed to new replies.