Thread: Pushover
i'm trying install pushover 0.0.3 source, on 64-bit ubuntu 11.04.
type in ./configure, , comes error:
it says unable find zlib, synaptic says have zlib installed... how can make work?code:adam@adam-pc:~/pushover-0.0.3$ ./configurechecking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking bsd-compatible install... /usr/bin/install -c checking whether build environment sane... yes checking thread-safe mkdir -p... /bin/mkdir -p checking gawk... no checking mawk... mawk checking whether make sets $(make)... yes checking whether enable maintainer-specific portions of makefiles... no checking g++... g++ checking whether c++ compiler works... yes checking c++ compiler default output file name... a.out checking suffix of executables... checking whether cross compiling... no checking suffix of object files... o checking whether using gnu c++ compiler... yes checking whether g++ accepts -g... yes checking style of include used make... gnu checking dependency style of g++... gcc3 checking gcc... gcc checking whether using gnu c compiler... yes checking whether gcc accepts -g... yes checking gcc option accept iso c89... none needed checking dependency style of gcc... gcc3 checking how print strings... printf checking sed not truncate output... /bin/sed checking grep handles long lines , -e... /bin/grep checking egrep... /bin/grep -e checking fgrep... /bin/grep -f checking ld used gcc... /usr/bin/ld checking if linker (/usr/bin/ld) gnu ld... yes checking bsd- or ms-compatible name lister (nm)... /usr/bin/nm -b checking name lister (/usr/bin/nm -b) interface... bsd nm checking whether ln -s works... yes checking maximum length of command line arguments... 1572864 checking whether shell understands xsi constructs... yes checking whether shell understands "+="... yes checking /usr/bin/ld option reload object files... -r checking objdump... objdump checking how recognize dependent libraries... pass_all checking ar... ar checking strip... strip checking ranlib... ranlib checking command parse /usr/bin/nm -b output gcc object... ok checking how run c preprocessor... gcc -e checking ansi c header files... yes checking sys/types.h... yes checking sys/stat.h... yes checking stdlib.h... yes checking string.h... yes checking memory.h... yes checking strings.h... yes checking inttypes.h... yes checking stdint.h... yes checking unistd.h... yes checking dlfcn.h... yes checking objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking gcc option produce pic... -fpic -dpic checking if gcc pic flag -fpic -dpic works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should explicitly linked in... no checking dynamic linker characteristics... gnu/linux ld.so checking how hardcode library paths programs... immediate checking whether stripping libraries possible... yes checking if libtool supports shared libraries... yes checking whether build shared libraries... yes checking whether build static libraries... yes checking how run c++ preprocessor... g++ -e checking ld used g++... /usr/bin/ld -m elf_x86_64 checking if linker (/usr/bin/ld -m elf_x86_64) gnu ld... yes checking whether g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking g++ option produce pic... -fpic -dpic checking if g++ pic flag -fpic -dpic works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) gnu/linux ld.so checking how hardcode library paths programs... immediate checking pkg-config... /usr/bin/pkg-config checking pkg-config @ least version 0.9.0... yes checking whether nls requested... yes checking msgfmt... /usr/bin/msgfmt checking gmsgfmt... /usr/bin/msgfmt checking xgettext... /usr/bin/xgettext checking msgmerge... /usr/bin/msgmerge checking ld used gcc... /usr/bin/ld -m elf_x86_64 checking if linker (/usr/bin/ld -m elf_x86_64) gnu ld... yes checking shared library run path origin... done checking cfpreferencescopyappvalue... no checking cflocalecopycurrent... no checking gnu gettext in libc... yes checking whether use nls... yes checking gettext function comes from... libc checking lua package name... lua checking uncompress in -lz... no configure: error: unable find zlib.
i solved own problem, used code:
code:sudo apt-get install zlib1g-dev
Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure [SOLVED] Pushover
Ubuntu
Comments
Post a Comment