>>>>> On Wed, 15 Aug 2007 11:23:28 -0400, Ivan Adzhubey said:
> 
> Hi,
> 
> I am trying to build from sources on an unsupported distribution 
> (www.altlinux.com, recognized as Mandrake) and so far was unable to 
> convince ./configure into enabling neither readline support nor batch 
> inserts. Build instructions in documentation are rather unclear, so I would 
> appreciate your advice.
> 
> Here's the command line options I used:
> 
> $ ./configure --sbindir=/usr/local/bacula/bin \
>       --sysconfdir=/usr/local/bacula/etc  \
>       --with-pid-dir=/usr/local/bacula/working \
>       --with-subsys-dir=/usr/local/bacula/working \
>       --datadir=/usr/local/bacula/share \
>       --mandir=/usr/local/bacula/man \
>       --enable-smartalloc \
>       --enable-bat \
>       --with-qwt=/usr/lib/libqwt.so.5.0.2 \
>       --enable-bwx-console \
>       --enable-largefile \
>       --with-mysql \
>       --enable-batch-insert \
>       --disable-nls \
>       --with-readline \
>       --enable-readline \
>       --with-working-dir=/usr/local/bacula/working \
>       --with-base-port=9101 \
>       [EMAIL PROTECTED] \
>       --with-smtp-host=localhost

You need to add --disable-conio because otherwise readline support will not be
included.  I don't think you need --with-readline, just --enable-readline is
sufficient.

If that doesn't work, look at the "checking..."  messages produced by
configure to see if it detected readline.

__Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to