Hi Jim,

Sry didn't post a reply earlier but was not able to till now.
The problem is solved i got a direct reply.

this did the trick
=======
The short answer to the problem is that with the default Makefile for the 
src/cats diretory, the build cannot find the libmysqlclient_r on Ubuntu 12.04. 
I'm not exactly sure why the configure works but the Makefile is not built 
properly but I am really out of my element when I get deep into building 
software on linux. At any rate, to get Bacula to build on Ubuntu 12.04.02 with 
mysql, use the proper configure file and make sure that works as expected. Then 
edit the src/cats/Makefile produced and change the line MYSQL_LIBS = to 
MYSQL_LIBS = -L/usr/lib/i386-linux-gnu -lmysqlclient_r

Note that this was the proper path for my Ubuntu 12.04.02 LTS 32 bit 
installation, but you may have a different path).
=======
so every thing is runnig fine now.

+----------------------------------------------------------------------
|This was sent by [email protected] via Backup Central.
|Forward SPAM to [email protected].
+----------------------------------------------------------------------



------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to