After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 50935 - configure script fails to recognize db 1.85 compability in db 3.x
configure script fails to recognize db 1.85 compability in db 3.x
Status: RESOLVED FIXED
Product: gnome-libs
Classification: Deprecated
Component: general
1.2.x
Other Linux
: High major
: 1.4.1
Assigned To: gnome-libs Maintainers
gnome-libs Maintainers
: 51192 60037 (view as bug list)
Depends on:
Blocks: 53418
 
 
Reported: 2001-02-16 08:05 UTC by Christoph Hippchen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch which should fix db/db1/db-etc-etc problem (1.05 KB, patch)
2001-09-05 08:32 UTC, Telsa Gwynne
none Details | Review

Description Christoph Hippchen 2001-02-16 08:05:57 UTC
To reproduce: run the configure script on a system with db 3.2.9 with
--compat185 compiled in.  Script fails to recognize db 1.85 compatibility
and exits with:

'configure: error: Your db library is missing db 1.85 compatibility mode'

Newer db uses #defines for 1.85 compability, the configure check doesn't
include the header so the #defines aren't set.  Including the header in
configure check would fix fix the problem.
Comment 1 Telsa Gwynne 2001-02-20 23:48:27 UTC
*** Bug 51192 has been marked as a duplicate of this bug. ***
Comment 2 Telsa Gwynne 2001-07-04 21:42:15 UTC
After fielding this situation half a dozen times on IRC this weekend
and seeing yet another report on gnome-list about it, I am bumping
this up to major and really hoping someone can fix the configure
check. I'm justifying major on the grounds that people simply
can't compile gnome-libs at the moment.

Failing that, updating the README to mention --enable-prefer-db1
might at least help some people. 
Comment 3 Telsa Gwynne 2001-08-11 20:21:35 UTC
People are still meeting this. It's particularly prevalent on
Slackware 8.0 atm.

Can we please do something about this? I have pointers to a pile
of gnome-list mails about this, some of which give different answers.
I can add urls here if that helps. Right now, just mentioning in
the README that comfigure has an option which helps 90% of people
would at least be a start. 

Upping priority, cos this is now months old and still biting people.
Comment 4 Telsa Gwynne 2001-09-05 08:30:07 UTC
*** Bug 60037 has been marked as a duplicate of this bug. ***
Comment 5 Telsa Gwynne 2001-09-05 08:32:55 UTC
Created attachment 5058 [details] [review]
Patch which should fix db/db1/db-etc-etc problem
Comment 6 Telsa Gwynne 2001-09-05 08:36:13 UTC
Patch above is from Frank Belew (Myth, frb@ximian.com). He says, 
"Please test".

If it works, it just goes to shows the importance of myths in 
everyday lives, I suppose. :)
Comment 7 Kjartan Maraas 2002-01-08 22:56:59 UTC
Commited to CVS.