[Pgpool-general] How to submit bug report for compile failure on Suse 11.2

Bill W pgpool at aastral.net
Mon Nov 16 21:58:47 UTC 2009


Hello all,

I am trying to compile pgpool-II-2.2.5 on OpenSuse-11.2 which was 
upgrade from 11.1.   Pgpool compiled on 11.1 just fine, but it is 
producing errors on 11.2.  How should I file a bug report?

 From configure script:
...
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
...

These are all the crypt.h on my system:
/usr/include/crypt.h
/usr/include/pgsql/server/libpq/crypt.h
/usr/src/linux-2.6.31.5-0.1-obj/i386/xen/include/config/dm/crypt.h
/usr/src/linux-2.6.31.5-0.1-obj/i386/desktop/include/config/dm/crypt.h
/usr/src/linux-2.6.31.5-0.1-obj/i386/pae/include/config/dm/crypt.h
/usr/src/linux-2.6.31.5-0.1-obj/i386/debug/include/config/dm/crypt.h
/usr/src/linux-2.6.31.5-0.1-obj/i386/default/include/config/dm/crypt.h


But yet I get the following error:
...
if gcc -DHAVE_CONFIG_H -DDEFAULT_CONFIGDIR=\"/usr/local/etc\" -I. -I. 
-I.  -D_GNU_SOURCE -I /usr/include/pgsql   -g -O2 -Wall 
-Wmissing-prototypes -Wmissing-declarations -MT pool_proto_modules.o -MD 
-MP -MF ".deps/pool_proto_module\
         then mv -f ".deps/pool_proto_modules.Tpo" 
".deps/pool_proto_modules.Po"; else rm -f 
".deps/pool_proto_modules.Tpo"; exit 1; fi

/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -Wall 
-Wmissing-prototypes -Wmissing-declarations   -o pgpool -rpath /usr/lib 
-rpath /usr/local/lib main.o child.o pool_auth.o pool_config.o 
pool_error.o pool_process_query.o pool_
mkdir .libs
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -o 
.libs/pgpool main.o child.o pool_auth.o pool_config.o pool_error.o 
pool_process_query.o pool_stream.o pool_connection_pool.o pool_params.o 
pool_signal.o pcp_child.o mdb
child.o: In function `s_do_auth':

/usr/src/pgpool-II-2.2.5/child.c:1610: undefined reference to `crypt'
collect2: ld returned 1 exit status
make[2]: *** [pgpool] Error 1
make[2]: Leaving directory `/usr/src/pgpool-II-2.2.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/pgpool-II-2.2.5'
make: *** [all] Error 2


More information about the Pgpool-general mailing list