On 05.02.2015 21:42, kay wrote: > I tried to configure subversion with the following: > > ./configure --prefix=/dhhs1t/3rdparty/tools/svn --with-dbm-db5 > --with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr/ > --with-sasl=/usr/lib/sasl > --with-berkeleydb=:/usr/local/BerkeleyDB.5.3/include/db53:/usr/local/BerkeleyDB.5.3/lib/db43:db-5.3.
You need the header name (usually db.h) before the first colon here. Also, are you sure you want to use the BDB-5.3 headers but the BDB-4.3 library? -- Brane