Bacula-users

[Bacula-users] readline.h not found

2011-10-04 18:46:36
Subject: [Bacula-users] readline.h not found
From: Ren Sato <rensato AT hotmail DOT com>
To: <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 4 Oct 2011 22:44:17 +0000
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>