[Lunar-commits] CVS: moonbase/devel/db4 BUILD,1.7,1.8
Auke Kok
sofar at lunar-linux.org
Wed Nov 10 16:05:04 UTC 2004
florin,
the above upgrade seems to have killed the php module:
before this update:
checking for NDBM support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... yes
checking for Berkeley DB2 support... no
after:
checking for NDBM support... no
checking for Berkeley DB4 support... no
checking for db3 major version... configure: error: Header contains
different version
++ Mark Compile stop : "php" "4.3.9" "Wed Nov 10 17:48:34 UTC 2004"
can this be fixed ASAP? I fail to see why db4 had to be moved out of the
spot where we had it for a long time (and for good reasons to start with
as I recall).
sofar
Florin Braescu wrote:
>Update of /var/cvs/lunar/moonbase/devel/db4
>In directory espresso.foo-projects.org:/tmp/cvs-serv3672/devel/db4
>
>Modified Files:
> BUILD
>Log Message:
>small tweak.
>
>Index: BUILD
>===================================================================
>RCS file: /var/cvs/lunar/moonbase/devel/db4/BUILD,v
>retrieving revision 1.7
>retrieving revision 1.8
>diff -u -d -r1.7 -r1.8
>--- BUILD 20 Aug 2004 01:25:31 -0000 1.7
>+++ BUILD 9 Nov 2004 17:24:08 -0000 1.8
>@@ -9,17 +9,19 @@
> cd build_unix &&
> ../dist/configure --prefix=/usr \
> --build=$BUILD \
>- --bindir=/usr/bin/db4 \
>+ --bindir=/usr/bin \
> --includedir=/usr/include/db4 \
> --enable-dynamic \
> --enable-compat185 \
> --enable-cxx \
> $OPTS &&
>
>- sedit 's/$(prefix)\/docs/\/usr\/share\/doc\/db4/' Makefile &&
>- $NO_DEFAULTS &&
>- default_make &&
>- rm -f /usr/include/db &&
>- ln -s /usr/include/db4 /usr/include/db
>+ sedit 's/$(prefix)\/docs/\/usr\/share\/doc\/db4/' Makefile &&
>+ $NO_DEFAULTS &&
>+ default_make &&
>+ rm -f /usr/include/db &&
>+ rm -f /usr/include/db.h &&
>+ ln -s /usr/include/db4 /usr/include/db &&
>+ ln -s /usr/include/db4/db.h /usr/include/db.h
>
> ) > $C_FIFO 2>&1
>
>_______________________________________________
>Lunar-commits mailing list
>Lunar-commits at lunar-linux.org
>http://lunar-linux.org/mailman/listinfo/lunar-commits
>
>
>
More information about the Lunar-dev
mailing list