On Sat, 5 Jun 2004, Gergely Imre wrote:
> well, i tried a couple of things, but it didn't help.
> then i did the following. i erased everything, apr, -util, db4, and started
> over again. first i compiled db-4.2.25 from source, in /usr/local/db-4.2.52.
>
> tar xzpf db-4.2.52.tar.gz
> cd db-4.2.52
> patch -p0 < ../patch.4.2.52.1
> patch -p0 < ../patch.4.2.52.2
> cd build_unix
> ../dist/configure --prefix=/usr/local/db-4.2.52 --enable-cxx
> make
> make install
>
> then i put the LIBDIR in /etc/ld.so.conf (/usr/local/db-4.2.52/lib), and ran
> ldconfig.
>
> after this i simply compiled subversion, and that's it. i installed it, and
> it just worked.
Great, glad to hear you got it going.
> tar xjpf subversion-1.0.4.tar.bz2
> tar xzpf httpd-2.0.49.tar.gz
> cd subversion-1.0.4
> rm -fr apr apr-util
> cp -r ../httpd-2.0.49/srclib/apr ../httpd-2.0.49/srclib/apr-util .
> ./configure --prefix=/usr/local/subversion-1.0.4 --with-ssl --with-zlib
> --with-berkeley-db=/usr/local/db-4.2.52 CFLAGS=-I/usr/local/db-4.2.52/include
> CPPFLAGS=-I/usr/local/db-4.2.52/include
> make
> make install
>
> maybe i'm too dumb for the (S)RPMs :-) i dunno what went wrong there. but i
> like it more this way, i don't have to mess around with the existing
> installed rpms to get new versions of everything.
I don't think you are too dumb for the RPMs, I think there is some
requirement or constraint that is not being met somewhere, but it eludes
me.
> anyway, if you have some tips to compile those RPMs, i would try them.
> thanks a lot
No, I don't have any tips, it is supposed to "Just Work (TM)". If it
doesn't then there is some reason why, but like I said above,
unfortunately it is eluding me.
--
David Wayne Summers "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint = C0 E0 4F 50 DD A9 B6 2B 60 A1 31 7E D2 28 6D A8
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 5 19:23:41 2004