gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] build problems


From: George R Goffe
Subject: Re: [open-cobol-list] build problems
Date: Mon, 23 Dec 2013 13:46:10 -0800 (PST)

Hi,

Thanks to all who responded.

I have a tool chain "here". There's something broken there, possibly berkleydb-6.0.20.tar.gz. I excluded this from the operational environment and got a good build... AND, a clean compile of hello-world.cobol AND, best of all, a good execution.

Thanks again! Happy Holidays!

George...


From: Sergey Kashyrin <address@hidden>
To: Vincent Coen <address@hidden>; George R Goffe <address@hidden>; "address@hidden" <address@hidden>
Sent: Sunday, December 22, 2013 7:26 PM
Subject: Re: [open-cobol-list] build problems

I think it's not the issue of the header, but in 1.1 (CE or whatever) configure:

        for MYOCLIBS in db db-4.5 db-4.4 db-4.3 db-4.2 db-4.1

...
So it is not checking for shared library located anywhere else, and if there is no symlink reference from /usr/lib or like that, configure can't build the test

Cheers
SKA


On 12/22/2013 10:12 PM, Vincent Coen wrote:
Check validity of the include file by doing in a terminal ls -la /usr/include/db.h
If you get this :

--------------------------
address@hidden ACAS]$ ls -la /usr/include/db.h
lrwxrwxrwx 1 root root 9 Dec 20 23:16 /usr/include/db.h -> db53/db.h

--------------------------

Then you have the correct package installed.
If not then yep, you have not so check what is available 

Note that it points to the db53 directory and that is important as other packages can include the db.h file in /use/include which is not enough.

HOWEVER your listing does seem to indicate that you do have the right package installed but I use mageia v3 and the package names are not the same.



Vince

On 23/12/13 01:10, George R Goffe wrote:
Hi,

I'm trying to build opencobol 1.1 on my Fedora 19 x86_64 system and I'm having trouble.

Here's what I'm getting:

checking for ncurses.h... yes
checking for BDB db.h version >= 4.1 ... yes (5.3)
checking for BDB 4.1 compatibility in db ... no
configure: error: Include file db.h implies version >=4.1 but no library found

As far as I can tell I have libdb-devel-5.3.21-11.fc19.x86_64 that appears to "own" /usr/include/db.h which contains this string "     50 #define DB_VERSION_STRING       "Berkeley DB 5.3.21: (May 11, 2012)" "

Could someone help me with this please?

Regards,





------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk


_______________________________________________
open-cobol-list mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/open-cobol-list




reply via email to

[Prev in Thread] Current Thread [Next in Thread]