On 6/01/2011 5:17 AM, robert.dena...@videotron.ca wrote: > I am trying to compile the bacula service on Solaris 10 system. I have
Have you tried it with the Sun Studio compiler, rather than GNU? I try to avoid using gcc on Solaris these days as Studio gives much better results. Here's my redacted 3.0.2/5.0.0 configuration - note that it uses the WebStack/CoolStack version of MySQL, which means that the configure script has to also be modified to recognise it. Cheers, Gary B-) --------Cut-Here-------------- PATH=/opt/webstack/bin:/opt/webstack/mysql/bin:/bin:/usr/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/sbin:/usr/sbin:/opt/local/bin export PATH ./configure \ CC=cc CXX=CC \ CFLAGS="-g -O" \ LDFLAGS="-R/opt/webstack/mysql/lib/mysql" \ --prefix=/opt/bacula \ --datarootdir=/opt/bacula/share \ --mandir=/opt/bacula/man \ --with-archivedir=/opt/bacula/archive \ --with-working-dir=/opt/bacula/working \ --with-plugindir=/opt/bacula/plugins \ --with-scriptdir=/opt/bacula/scripts \ --with-subsys-dir=/opt/bacula/subsys \ --with-mysql=/opt/webstack/mysql \ --with-dir-password=123 \ --with-fd-password=456 \ --with-sd-password=789 \ --with-dir-user=bacula \ --with-dir-group=backup \ --with-sd-user=bacula \ --with-sd-group=backup \ --with-fd-user=root \ --with-fd-group=backup \ --enable-smartalloc \ --enable-batch-insert \ --enable-smartalloc \ --with-dump-email=me \ --with-job-email=me \ --with-smtp-host=localhost --------Cut-Here-------------- ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users