[Box Backup-dev] Compile BoxBackup under Debian Woody failed

Roy boxbackup-dev@fluffy.co.uk
Thu, 22 Jun 2006 00:32:54 +0200


Roy wrote:
> Stefan Norlin wrote:
>>>> Martin Ebourne wrote:
>>>> Unfortunately Debian Woody has got old openssl libs (0.9.6) and box
>>>> wants it to be > 0.9.7. So I think I can't compile / run it on 
>>>> Woody. Or
>>>> does anybody know a way do it?
>>>
>>> Maybe it's time to upgrade... :)
>>
>> Maybe to RedHat 7.3 where I compile it...
>>
>> Did you try the configure option "--enable-old-ssl"?
>>
>> Stefan
>>
>> _______________________________________________
>> Boxbackup-dev mailing list
>> Boxbackup-dev@fluffy.co.uk
>> http://lists.warhead.org.uk/mailman/listinfo/boxbackup-dev
> Thanks for mentioning this switch! This works. Now I'm trying to 
> compile it and have a try at running it.
>
> Thanks a lot!
>
> Gr.
>
> Roy
> _______________________________________________
> Boxbackup-dev mailing list
> Boxbackup-dev@fluffy.co.uk
> http://lists.warhead.org.uk/mailman/listinfo/boxbackup-dev
I'm getting an error when compiling:
Daemon.cpp: In method `int Daemon::Main(const char *, int, const char **)':
Daemon.cpp:174: initialization of non-const reference type `class 
auto_ptr<Configuration> &'
Daemon.cpp:174: from rvalue of type `auto_ptr<Configuration>'
/usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/memory:40: 
in passing argument 1 of `auto_ptr<Configuration>::operator 
=(auto_ptr<Configuration> &)'
make[2]: *** [../../release/lib/server/Daemon.o] Error 1
make[2]: Leaving directory `/root/boxbackup-0.10/lib/server'
make[1]: *** [dep_modules] Error 2
make[1]: Leaving directory `/root/boxbackup-0.10/bin/bbackupd'
make: *** [parcels/boxbackup-0.10-backup-client-linux-gnu.tgz] Error 2

Don't know what to do right now. I think a good night sleep will help ;-)