Following on the same pattern, try "rpm -q gcc-c++". If not installed,
it is available in RedHat 7.2 standard packages. On my RH7.2, it says:
[iusty@iusty iusty]$ rpm -q gcc-c++
gcc-c++-2.96-98


On Tue, 2002-04-23 at 08:13, Andy Blyler wrote:
> Great!  That fixed that issue.  How it says that my C++ compiler is non existant.
> 
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... missing
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc  -L/usr/lib) works... yes
> checking whether the C compiler (gcc  -L/usr/lib) is a cross-compiler... no
> checking whether we are using GNU C... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking how to run the C preprocessor... (cached) gcc -E
> checking for AIX... no
> checking for minix/config.h... no
> checking for gawk... (cached) gawk
> checking for c++... no
> checking for g++... no
> checking for gcc... gcc
> checking whether the C++ compiler (gcc  -L/usr/lib) works... no
> configure: error: installation or configuration problem: C++ compiler cannot cre
> ate executables.
> configure: error: ./configure failed for bdbobj
> 
> # rpm -q gcc
> gcc-2.96-98
> 
> Do I need the src RPM also?
> 
> Thanks,
> Andy
> 
> ----- Original Message ----- 
> From: "Iustin Pop" <[EMAIL PROTECTED]>
> To: "Andy Blyler" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, April 23, 2002 1:09 AM
> Subject: Re: [courier-users] GDBM issue
> 
> 
> > Try "rpm -q gdbm-devel". Usually for a package to compile using library
> > X, it needs both the package X and X-devel. Package X contains what is
> > needed for running of programs with library X, and package X-devel
> > contains what is needed for compiling programs against library X.
> > 
> > 
> > On Tue, 2002-04-23 at 07:04, Andy Blyler wrote:
> > > When I run ./configure as a normal user I get:
> > > checking for gdbm_open in -lgdbm... no
> > > checking for gdbm_open... no
> > > checking for dbopen in -ldb... no
> > > checking for db_open in -ldb... no
> > > checking for db_env_create in -ldb... no
> > > checking for dbopen... no
> > > checking for db_open... no
> > > checking for db_env_create... no
> > > configure: error: Cannot find either the gdbm or the db library.
> > > 
> > > $ rpm -q gdbm
> > > gdbm-1.8.0-10
> > > 
> > > $ ls /usr/lib/*gdbm*.*
> > > /usr/lib/libgdbm.so.2  /usr/lib/libgdbm.so.2.0.0
> > > 
> > > Any suguestions?  I am running Red Hat 7.2.
> > > 
> > > Thanks,
> > > Andy
> > 
> > 
> > 
> > 



_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to