Hello,

Richard White wrote:

OK. I switched to gnome, uninstalled Bacula and MySQL so I could start from 
scratch. I ran ./configure with the following options:

--enable-smartalloc \
--sbindir=$HOME/bacula/bin \
--sysconfdir=$HOME/bacula/bin \
--with-pid-dir=$HOME/bacula/bin/working \
--with-subsys-dir=$HOME/bacula/bin/working \
--with-mysql=$HOME/mysql \
--with-working-dir=$HOME/bacula/working \
--enable-tray-monitor \
--enable-wx-console \
--enable-gnome

The first go-round said that it couldn't find gnomeConf.sh in /lib, which 
should have been installed by the gnome.lib install. Well, I found a gnome.sh 
in /etc/profile.d, so I copied it into /lib an renamed it.

I doubt if this is the best solution... Probably the gnomeConf.sh script is something completely different from gnome.sh - this is even more likely considering their locations.

Have you installed the devel packages related to gnome?

That got me past the first problem. That is, I have a file with the right name 
in the right place, but Heaven only knows if it has the right contents. I think 
the docs assume Red Hat and I'm running SuSE ES 9, so some things are in other 
locations and, evidently, may have other names. If anyone knows whether I did 
the right thing or should have used another file, please let me know.

Use rpm to check if the gnome development packages are installed.


I hit two other problems, one of which I overcame. The line for mysql is worng. 
Configure looks for the mysql.h file and doesn't find it. I did search for it 
and found it in /usr/include/mysql. However, when I use that as the directory 
(--with-mysql=/usr/include/mysql), it still errors. I discovered that if I use 
simply --with-mysql, that error is eliminated.

using --with-mysql without path is the regular way... adding the path is only necessary when the stuff is installed in nonstandard locations and can't be found by compiler and linker.

I am left with this error:

./configure: line 1: wx-config: command not found

wx-config program not found. wx-console disabled.

./configure: line 1: pgk-config: command not found

So at this point, configure completes, but I don't have wx-console. The doc 
hasn't helped me with this one.

Don't know anything about developing wx-stuff... although here, too, the necessary development packages might be missing.

Arno

Tks n rgds,
Richard White CNE6
Network Engineer
Mason County, Washington
360-427-5501
[EMAIL PROTECTED]



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to