]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/mysql.tex
Tweaks from Dan
[bacula/docs] / docs / manuals / en / main / mysql.tex
index 75cc6f0e8f601adabe907de723998bf961c8bed0..1a14d973424f7bfc261d4464002a7d159bd898b3 100644 (file)
@@ -39,15 +39,28 @@ mysql-server-<version>.rpm
 mysql-devel-<version>.rpm
 \end{verbatim}
 \normalsize
+
+If you wish to install them from debs, you will probably need the
+following:
+
+\footnotesize
+\begin{verbatim}
+mysql-server-<version>.deb
+mysql-client-<version>.deb
+libmysqlclient15-dev-<version>.deb
+libmysqlclient15off-<version>.deb
+\end{verbatim}
+\normalsize
+
 The names of the packages may vary from distribution to
-distribution. It is important to have the devel package loaded as
+distribution. It is important to have the {\bf devel} or {\bf dev} package loaded as
 it contains the libraries and header files necessary to build
 Bacula.  There may be additional packages that are required to 
 install the above, for example, zlib and openssl.   
 
 Once these packages are installed, you will be able to build Bacula (using
 the files installed with the mysql package, then run MySQL using the
-files installed with mysql-server. If you have installed MySQL by rpms,
+files installed with mysql-server. If you have installed MySQL by debs or rpms,
 please skip Phase I below, and return to complete the installation of
 Bacula, then come back to Phase II of the MySQL installation when indicated
 to do so.
@@ -68,7 +81,7 @@ MySQL client library is used, and hence you should add the {\bf
 Note, the above command requires GNU tar. If you do not  have GNU tar, a
 command such as:
 
-{\bf zcat mysql-filename | tar xvf - }  
+{\bf zcat mysql-filename \verb+|+ tar xvf - }  
 
 will probably accomplish the same thing.