Re: [Bacula-users] Need help making bacula on Solaris 10 with mysql, ld error

2006-12-29 Thread Larose, Andre
PROTECTED] Sent: Friday, December 29, 2006 4:19 PM To: Larose, Andre; bacula-users@lists.sourceforge.net Subject: RE: [Bacula-users] Need help making bacula on Solaris 10 with mysql,ld error Hello Andre, The problem you are experiencing is you are trying to build a 32-bit application with 64

Re: [Bacula-users] Need help making bacula on Solaris 10 with mysql, ld error

2006-12-29 Thread tom.boyda
Hello Andre, The problem you are experiencing is you are trying to build a 32-bit application with 64-bit libraries. You need to either build bacula as a 64-bit application or to install the 32bit libraries for mysql build bacula as a 32-bit application. >I have trouble to make bacula on Sola