On Wednesday 06 May 2009 20:35:58 Matthew Hooker wrote:
> Have tried to rebuild using instructions from here (as root)
>
> http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-
> lists-3/bacula-25/bacula-in-ubuntu-8-04-without-tls-91988/#283516
>
> (some commands below changed as the new version of aptitude does not
> have 'Super Cow Powers'!)
>
> apt-get build-dep bacula
> apt-get install libssl-dev openssl
> apt-get source bacula
> cd bacula-2....
> vim debian/rules
> # (change the options to enable ssl tls)
> debian/rules binary
> #it should now compile and pack all bacula packages
>
>
> However after doing this and installing appropriate .debs the daemons die
> with buffer overflows when started.
>
> I am assuming this due to newer compiler/libs being used - the original
> package in the Jaunty distro was compiled on 18th March.
>
> http://launchpadlibrarian.net/24056236/buildlog_ubuntu-jaunty-
> amd64.bacula_2.4.4-1ubuntu5_FULLYBUILT.txt.gz
>
> Anyone had any luck rebuilding using a current build environment?

Possible solution: make sure you are not compiling with _FORTIFY_SOURCE set to 
a non-zero value or simply put 

#undef  _FORTIFY_SOURCE

somewhere near the top of the <bacula-source>/src/bacula.h 
file.  Rebuild all files ...

Kern

-- 
Bacula has no encryption support in bacula-sd-sqlite3
https://bugs.launchpad.net/bugs/372328
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to