i did yum install cpan and mostly all pre-requiste was installed when I tried to use yum install libpq-dev No package libpq-dev available. Error: Nothing to do
regards On Tue, May 26, 2020 at 3:14 AM David Christensen <[email protected]> wrote: > Have you installed “libpq-dev” or equivalent package? > > Sent from my iPhone > > On May 25, 2020, at 5:41 AM, Ankush Chawla <[email protected]> > wrote: > > > *OS : Red Hat Linux 8* > > *[root@ip-172-31-37-207 DBD-Pg-3.10.0]# export POSTGRES_HOME=/usr/pgsql-11* > > > *[root@ip-172-31-37-207 DBD-Pg-3.10.0]# export > POSTGRES_LIB=/usr/pgsql-11/lib[root@ip-172-31-37-207 DBD-Pg-3.10.0]# export > POSTGRES_INCLUDE=/usr/include[root@ip-172-31-37-207 DBD-Pg-3.10.0]# perl > Makefile.PL* > Configuring DBD::Pg 3.10.0 > PostgreSQL version: 110008 (default port: 5432) > POSTGRES_HOME: /usr/pgsql-11 > POSTGRES_INCLUDE: /usr/include > POSTGRES_LIB: /usr/pgsql-11/lib > OS: linux > Warning: prerequisite Test::More 0.88 not found. > Using DBI 1.641 (for perl 5.026003 on x86_64-linux-thread-multi) installed > in /usr/local/lib64/perl5/auto/DBI/ > Generating a Unix-style Makefile > Writing Makefile for DBD::Pg > Writing MYMETA.yml and MYMETA.json > *[root@ip-172-31-37-207 DBD-Pg-3.10.0]# make* > Skip blib/lib/DBD/Pg.pm (unchanged) > Skip blib/lib/Bundle/DBD/Pg.pm (unchanged) > Running Mkbootstrap for Pg () > chmod 644 "Pg.bs" > "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pg.bs > blib/arch/auto/DBD/Pg/Pg.bs 644 > gcc -c -I/usr/include -I/usr/local/lib64/perl5/auto/DBI -D_REENTRANT > -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security > -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions > -fstack-protector-strong -grecord-gcc-switches > -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 > -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic > -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection > -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -DPGLIBVERSION=110008 -DPGDEFPORT=5432 -g > -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree > -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"3.10.0\" > -DXS_VERSION=\"3.10.0\" -fPIC "-I/usr/lib64/perl5/CORE" Pg.c > In file included from Pg.xs:14: > Pg.h:33:10: fatal error: libpq-fe.h: No such file or directory > #include "libpq-fe.h" > ^~~~~~~~~~~~ > compilation terminated. > > *Please suggest* > -- > Best Regards, > Ankush Chawla > > -- Best Regards, Ankush Chawla
