No, I downloaded both the gdbm package from sunfreeware.com, and the db
libraries source from sleepycat.com and installed both (I installed gdbm
first, with no luck, and then berkely db) into /usr/local/.

I believe that I may have found the problem though.  It looks like it's
calling "cc" instead of "gcc" to compile the conftest program to test the
libraries and since Solaris does not come with "cc" it's getting an error.
The output from ./configure was just throwing me off..

Thanks for the suggestions though!

Darren Nay - [EMAIL PROTECTED]


On Tue, 11 Sep 2001, J. Goodleaf wrote:

> Are your libraries located in /opt/sfw/ ?
>
> I know the companion CD, if that's what you used, will drop them in there.
>
>  -J
> Tim Hunter writes:
>
> > Are you sure you have the gdbm or db development libraries installed?
> >
> >
> >> -----Original Message-----
> >> From: Darren Nay [mailto:[EMAIL PROTECTED]]
> >> Sent: Tuesday, September 11, 2001 2:19 PM
> >> To: [EMAIL PROTECTED]
> >> Subject: Solaris "configure" problems
> >>
> >>
> >>
> >> Hello All,
> >>
> >> I am having some problems compiling, or actually ./configure 'ing
> >> sqwebmail on my Solaris X86 8 system.
> >>
> >> The problem that I am having is that the ./configure script is unable to
> >> find, or at least fails to test the gdbm, or db libraries.  I have both
> >> installed into /usr/local and have even set the following env vars:
> >>
> >> CPPFLAGS=-I/usr/local/include
> >> LDFLAGS=-L/usr/local/lib
> >>
> >> No go..  Anyone have any suggestions?  Thanks!
> >>
> >> Darren Nay - [EMAIL PROTECTED]
> >>
> >>
>
>
>
> =====================
> J. Goodleaf
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>

Reply via email to