[Box Backup] databases

Ben Summers boxbackup@fluffy.co.uk
Sat, 14 Feb 2004 16:00:42 +0000


On 14 Feb 2004, at 15:54, Bo Rasmussen wrote:

> Ok Ben,
>
> Now I have some compile output on a hppa - (HP9000/712/60) with 
> OpenBSD 3.4-stable.
>
> Hope you can get something out of this :)
>
> Bo
> --
>
> ../../release/lib/crypto/crypto.o(.rodata+0x250): undefined reference 
> to `EVP_CipherFinal_ex'
> ../../release/lib/crypto/crypto.o: In function `L$C0461':

That's all very odd -- it's trying to link with the OpenSSL libraries, 
but is failing somehow. I'm not sure how this would happen without 
something bad having happened to your system.

If you do

	cd bin/bbstored
	make -D RELEASE

and

	cd bin/bbstored
	make

and

	cd bin/bbackupd
	make

do you get similar errors?

Thanks,

Ben