Hi,
I am compiling bacula under solaris 10 and hoping to add readline support with
the following.
#!/bin/sh
CC="/usr/sfw/bin/gcc"
CXX=/usr/sfw/bin/g++
MAKE=/usr/sfw/bin/gmake
CFLAGS="-I/opt/pbd/openssl/include/openssl -I/opt/pbd/mysql/include
-I/opt/pbd/readline/include/readline"
LDFLAGS="-L/opt/pbd/openssl/lib -L/opt/pbd/mysql/lib -L/opt/pbd/readline/lib
-R/opt/pbd/openssl/lib -R/opt/pbd/mysql/lib -R/opt/pbd/readline/lib"
export CC CXX MAKE CFLAGS LDFLAGS
./configure --prefix=/opt/pbd/bacula --with-mysql=/opt/pbd/mysql
--with-openssl=/opt/pbd/openssl --enable-readline=yes \
--with-readline=/opt/pbd/readline/include/readline --disable-conio
Installed readline locations are as per CFLAGS and LDFLAGS, however I keep
getting:
checking /opt/pbd/readline/include/readline/readline.h usability... no
checking /opt/pbd/readline/include/readline/readline.h presence... no
checking for /opt/pbd/readline/include/readline/readline.h... no
readline.h not found. readline turned off ...
these files are there and are readable by world
# ls -l /opt/pbd/readline/include/readline/
-rw-r--r-- 1 root root 4684 Oct 5 00:16 chardefs.h
-rw-r--r-- 1 root root 10207 Oct 5 00:16 history.h
-rw-r--r-- 1 root root 3529 Oct 5 00:16 keymaps.h
-rw-r--r-- 1 root root 34515 Oct 5 00:16 readline.h
-rw-r--r-- 1 root root 2305 Oct 5 00:16 rlconf.h
-rw-r--r-- 1 root root 1503 Oct 5 00:16 rlstdc.h
-rw-r--r-- 1 root root 2977 Oct 5 00:16 rltypedefs.h
-rw-r--r-- 1 root root 3167 Oct 5 00:16 tilde.h
que pasa?
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users