but you can do this using cpan - in this case you have to edit the file 
config.in   after 

cpan
>get BerkeleyDB

you have to point the include path and the lib path to the Berkeley 
directories/names.

If anyone wants to test it - it is possible to use 4.1 - 4.4 changing one 
line in sub init.

from
    if ($BDBver lt '4.5') {
to
    if ($BDBver lt '4.1') {

But I think 4.5 was the first version of BerkeleyDB where CDB (multi 
reader - single writer access) works well!


Thomas





Trevor Jacques <tre...@videlicet.com> 
22.07.2009 21:18
Bitte antworten an
ASSP development mailing list <assp-test@lists.sourceforge.net>


An
ASSP development mailing list <assp-test@lists.sourceforge.net>
Kopie

Thema
Re: [Assp-test] BerkeleyDB






> OK - download BerkeleyDB 4.7 from oracle - untar/unzip - change to
> directory ...../db-4.7.25/perl/Berkeleydb
>> perl Makefile.pl
>> make
>> make test
> IF ALL IS OK
>> make install
>

CPAN tries this in its upgrade. The upgrade of BerkeleyDB fails on a 
stock Mac OS Server. I can't change the server set up with more than a 
CPAN upgrade (this is pushing the limits, anyway), otherwise I end up 
in trouble with Apple. This cannot be changed. If the module won't 
compile properly in CPAN, I'm allowed to do more. :-(

I don't think that one can/should assume that assp users are in a 
position to do manual compiles on their systems (either because they 
don't have the technical knowledge or because corporate policy 
prevents them doing so).

T.

------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************

------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to