#3022: OpenOffice 3
-------------------------+--------------------------------------------------
Reporter: ringlis | Owner: blfs-b...@…
Type: enhancement | Status: new
Priority: normal | Milestone: future
Component: BOOK | Version: SVN
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Comment(by conathan):
I ran into this problem w/ OpenOffice 3.2.1, when using DB 4.8. Looking
at configure, this most likely affects older problems as well
checking whether db is at least 4.1... ./configure: line 14866: test: :
integer expression expected
configure: error: no. you need at least db 4.1
It has problems detecting db versions above 4.7, This is discussed at
http://www.mail-archive.com/[email protected]/msg450020.html (albet,
an older version of configure then I was looking at)
configure, on line 14822, has the following to find the minor version of
db (I am using db 4.8)
for v in `seq 1 7`; do
When I changed it to
for v in `seq 1 9'; do
it was able to continue
using my fabulous knowledge of sed (which I am sure can be improved upon)
'sed -i "s/seq 1 7/seq 1 9/" configure' allows it to continue past
configure.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3022#comment:10>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page