Bingo! Thanks for your sharp eyes on this one. After this fix it configured and
made (with only a few compiler warnings).
I'm celebrating by eating a chocolate chip cookie. I'd offer one to both of you
if you were nearby. Instead I'll just encourage you to do something nice for
yourself.
Thank
> On Wed, 19 Jan 2011 17:16:47 -0800, Kenneth Garges said:
>
> Thanks for your tips. Unfortunately still no joy.
>
> Switched to the latest Sun Studio compiler instead of gcc.
>
> I made my config script close to yours changing only a couple paths.
> #! /bin/sh
> # Script from Gary Schmid
On 20/01/2011 12:16 PM, Kenneth Garges wrote:
[Please don't top post]
> Thanks for your tips. Unfortunately still no joy.
My only suggestion is to install one of the databases and just build
everything.
Cheers,
GaryB-)
Thanks for your tips. Unfortunately still no joy.
Switched to the latest Sun Studio compiler instead of gcc.
I made my config script close to yours changing only a couple paths.
#! /bin/sh
# Script from Gary Schmidt for compiling bacula under Solaris 10
# Entered Wednesday, January 19, 2011 Ke
On Wed, January 19, 2011 12:30, Kenneth Garges wrote:
> Yet another with problems compiling bacula 5.0.3 under Solaris. I'm only
> trying to compile the storage daemon.
>
[SNIP]
--enable-static-sd
^^
Don't do this on S10, static linking is deprecated.
Hmm, "inflateInit" implies it
Yet another with problems compiling bacula 5.0.3 under Solaris. I'm only trying
to compile the storage daemon.
LDFLAGS="-L/usr/sfw/lib -R/usr/sfw/lib"
CFLAGS="-g"
./configure --prefix=/opt/app --sbindir=/opt/app/bacula/sbin
datarootdir=/usr/share --oldincludedir=/usr/include
--includedir=/usr/