PATH=/usr/bin:/bin Start 2011-04-27T21:57:41 ActivePerl-1400 CPAN-1.9402 Going to read '/home/fly1400/var/cpan/Metadata' Database was generated on Wed, 27 Apr 2011 22:27:21 GMT Running make for C/CH/CHRMUE/PAB3-DB-Driver-Postgres-1.07.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHRMUE/PAB3-DB-Driver-Postgres-1.07.tar.gz ok PAB3-DB-Driver-Postgres-1.07/ PAB3-DB-Driver-Postgres-1.07/Postgres.pm PAB3-DB-Driver-Postgres-1.07/t/ PAB3-DB-Driver-Postgres-1.07/t/00_postgres_basic.t PAB3-DB-Driver-Postgres-1.07/MANIFEST PAB3-DB-Driver-Postgres-1.07/Makefile.PL PAB3-DB-Driver-Postgres-1.07/copy_dlls.PL PAB3-DB-Driver-Postgres-1.07/README PAB3-DB-Driver-Postgres-1.07/Postgres.xs PAB3-DB-Driver-Postgres-1.07/my_postgres.c PAB3-DB-Driver-Postgres-1.07/META.yml PAB3-DB-Driver-Postgres-1.07/my_postgres.h PAB3-DB-Driver-Postgres-1.07/Changes CPAN.pm: Going to build C/CH/CHRMUE/PAB3-DB-Driver-Postgres-1.07.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Preparing PAB3::DB::Driver::Postgres Looking for libpq ... not found ************* WARNING ************* * Some required libraries has not * * been found. * * The installation may fail! * *********************************** Checking if your kit is complete... Looks good Writing Makefile for PAB3::DB::Driver::Postgres Writing MYMETA.yml >>> make cp Postgres.pm blib/lib/PAB3/DB/Driver/Postgres.pm gcc -c -I/usr/local/pgsql/include -I/usr/local/include/pgsql -I/usr/include/pgsql -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" -fPIC "-I/home/fly1400/ap1400/lib/CORE" -DUSE_THREADS my_postgres.c In file included from my_postgres.c:1: my_postgres.h:10:22: error: libpq-fe.h: No such file or directory In file included from my_postgres.c:1: my_postgres.h:50: error: expected specifier-qualifier-list before 'PGresult' my_postgres.h:74: error: expected specifier-qualifier-list before 'PGconn' my_postgres.h:124: error: expected declaration specifiers or '...' before 'PGconn' my_postgres.h:134: error: expected declaration specifiers or '...' before 'PGresult' my_postgres.c: In function 'my_set_error': my_postgres.c:21: error: 'MY_CON' has no member named 'my_error' my_postgres.c: In function 'my_get_type': my_postgres.c:57: error: 'MY_CON' has no member named 'firstres' my_postgres.c:59: error: 'MY_CON' has no member named 'first_stmt' my_postgres.c: At top level: my_postgres.c:66: error: expected declaration specifiers or '...' before 'PGconn' my_postgres.c: In function 'my_con_add': my_postgres.c:69: error: 'MY_CON' has no member named 'con' my_postgres.c:69: error: 'conn' undeclared (first use in this function) my_postgres.c:69: error: (Each undeclared identifier is reported only once my_postgres.c:69: error: for each function it appears in.) my_postgres.c:70: error: 'MY_CON' has no member named 'tid' my_postgres.c: In function 'my_con_cleanup': my_postgres.c:82: error: 'MY_CON' has no member named 'firstres' my_postgres.c:88: error: 'MY_CON' has no member named 'firstres' my_postgres.c:88: error: 'MY_CON' has no member named 'lastres' my_postgres.c:89: error: 'MY_CON' has no member named 'first_stmt' my_postgres.c:95: error: 'MY_CON' has no member named 'first_stmt' my_postgres.c:95: error: 'MY_CON' has no member named 'last_stmt' my_postgres.c: In function 'my_con_free': my_postgres.c:100: error: 'MY_CON' has no member named 'con' my_postgres.c:101: error: 'MY_CON' has no member named 'charset' my_postgres.c: In function 'my_con_find_by_tid': my_postgres.c:126: error: 'MY_CON' has no member named 'tid' my_postgres.c: At top level: my_postgres.c:151: error: expected declaration specifiers or '...' before 'PGresult' my_postgres.c: In function 'my_result_add': my_postgres.c:155: error: 'MY_RES' has no member named 'res' my_postgres.c:155: error: 'pres' undeclared (first use in this function) my_postgres.c:156: error: 'MY_RES' has no member named 'numfields' my_postgres.c:157: error: 'MY_RES' has no member named 'numrows' my_postgres.c:158: error: 'MY_CON' has no member named 'firstres' my_postgres.c:159: error: 'MY_CON' has no member named 'firstres' my_postgres.c:161: error: 'MY_CON' has no member named 'lastres' my_postgres.c:162: error: 'MY_CON' has no member named 'lastres' my_postgres.c: In function 'my_result_free': my_postgres.c:167: error: 'MY_RES' has no member named 'res' my_postgres.c:168: error: 'MY_RES' has no member named 'stmt' my_postgres.c:169: error: 'MY_RES' has no member named 'stmt' my_postgres.c: In function 'my_result_rem': my_postgres.c:175: error: 'MY_CON' has no member named 'firstres' my_postgres.c:176: error: 'MY_CON' has no member named 'firstres' my_postgres.c:177: error: 'MY_CON' has no member named 'lastres' my_postgres.c:178: error: 'MY_CON' has no member named 'lastres' my_postgres.c: In function 'my_result_exists': my_postgres.c:187: error: 'MY_CON' has no member named 'lastres' my_postgres.c: In function 'my_stmt_add': my_postgres.c:262: error: 'MY_CON' has no member named 'first_stmt' my_postgres.c:263: error: 'MY_CON' has no member named 'first_stmt' my_postgres.c:265: error: 'MY_CON' has no member named 'last_stmt' my_postgres.c:266: error: 'MY_CON' has no member named 'last_stmt' my_postgres.c: In function 'my_stmt_free': my_postgres.c:280: error: 'struct st_my_res' has no member named 'bound' my_postgres.c:283: error: 'struct st_my_res' has no member named 'stmt' my_postgres.c: In function 'my_stmt_rem': my_postgres.c:290: error: 'MY_CON' has no member named 'first_stmt' my_postgres.c:291: error: 'MY_CON' has no member named 'first_stmt' my_postgres.c:292: error: 'MY_CON' has no member named 'last_stmt' my_postgres.c:293: error: 'MY_CON' has no member named 'last_stmt' my_postgres.c: In function 'my_stmt_exists': my_postgres.c:302: error: 'MY_CON' has no member named 'last_stmt' my_postgres.c: In function 'my_stmt_or_result': my_postgres.c:314: error: 'MY_CON' has no member named 'lastres' my_postgres.c:316: error: 'MY_CON' has no member named 'last_stmt' my_postgres.c: In function 'my_stmt_or_con': my_postgres.c:332: error: 'MY_CON' has no member named 'last_stmt' my_postgres.c: In function 'my_stmt_bind_param': my_postgres.c:344: error: 'struct st_my_con' has no member named 'my_error' make: *** [my_postgres.o] Error 1 CHRMUE/PAB3-DB-Driver-Postgres-1.07.tar.gz make -- NOT OK Running make test Can't test without successful make Finished 2011-04-27T21:57:42