Problems with the library file when installing Gearman via Cygwin

I install the Gearman job server on my WIN 7 computer through the Cygwin terminal. I successfully got the gearman-1.1.12 tar file. Now I need to run. / configure to create a new makefile. But he says

* CPP Flags: -fvisibility=hidden * LIBS: * LDFLAGS Flags: * Assertions enabled: no * Debug enabled: no * Warnings as failure: no * Building with libsqlite3 yes * Building with libdrizzle yes * Building with libmemcached not found * Building with libpq yes * Building with tokyocabinet no * Building with libmysql yes * SSL enabled: no * cyassl found: no * openssl found: yes * make -j: 2 * VCS checkout: no * sphinx-build: : --- 

I tried to ignore and create the program with the make command, it gives:

 /usr/bin/grep: /usr/lib/libintl.la: No such file or directory /usr/bin/sed: can't read /usr/lib/libintl.la: No such file or directory libtool: link: `/usr/lib/libintl.la' is not a valid libtool archive Makefile:3707: recipe for target 'libgearman/libgearman.la' failed make[1]: *** [libgearman/libgearman.la] Error 1 make[1]: Leaving directory '/home/gearmand-1.1.12' Makefile:3050: recipe for target 'all' failed make: *** [all] Error 2 

I tried reinstalling Cygwin to selectively search for missing files, but they were not in the Cygwin libraries. I can not solve this problem. Plz tell me my mistake or direct me to any tutorial. Thank you all

+5
source share
1 answer
 wget github.com/fd00/yacp/archive/master.tar.gz tar xf master.tar.gz yacp-master/gearmand cd yacp-master/gearmand cygport gearmand-1.1.12-1bl2.cygport download all 
0
source

Source: https://habr.com/ru/post/1209437/


All Articles