Hello, I am upgrading from MYSQL 3.22.30 to 3.23.58 on a Tru64 Alpha 4.0F.
The set of commands below are used to create a Make file.  My problem is
that I want include files to be placed under /usr/local/mysql/include;
However, with the configuration below, they are placed under
/usr/local/mysql/include/mysql.  How could I change the configuration
parameters so all include, lib and data are placed under
/usr/local/mysql/include, /usr/local/mysql/lib and /usr/local/mysql/data
respectively?

            CC="cc -pthread"\
          CXX="cxx -pthread -O"\
            export CC CFLAGS CXX CXXFLAGS\
            ./configure \
                --prefix=/usr/local/mysql-3.23.58 \
                --with-low-memory \
                --enable-large-files \
                --enable-shared=yes \
                --with-named-thread-libs="-lpthread -lmach -lexc -lc"\
                --localstatedir="/usr/local/mysql-3.23.58/data" \
                --libdir="/usr/local/mysql-3.23.58/lib" \
                --with-docs\
                --includedir="/usr/local/mysql-3.23.58/include"

Thank you for any help,
-Teresa


----------------------------------------------------------------------------------------

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to