MySQL Forums
Forum List  »  French

Configuration MySQL 5.0.45 et ssl sur AIX 5.3
Posted by: Cathia Porzer
Date: November 27, 2007 08:53AM

Bonjour à tous,

J'essaie d'installer MySQL 5.0.45 avec SSL sur un serveur AIX 5.3.
J'ai téléchargé les sources, lancé le script configure avec les paramètres suivants :

CC="gcc -pipe -mcpu=power -Wa,-many" \
CXX="gcc -pipe -mcpu=power -Wa,-many" \
CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti" \
./configure --prefix=/usr/local --localstatedir=/bnk/BDD --sbindir='/usr/local/bin' --libexecdir='/usr/local/bin' --with-openssl --enable-thread-safe-client --with-low-memory

A ce niveau tout semble normal, à l'exception de quelques warnings du type :

configure: WARNING: term.h: present but cannot be compiled
configure: WARNING: term.h: check for missing prerequisite headers?
configure: WARNING: term.h: see the Autoconf documentation
configure: WARNING: term.h: section "Present But Cannot Be Compiled"
configure: WARNING: term.h: proceeding with the preprocessor's result
configure: WARNING: term.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##

Je poursuis avec la commande make mais après quelques secondes, le script s'arrête avec les erreurs suivantes:

n file included from ../include/my_global.h:241,
from mysys_priv.h:16,
from my_new.cc:21:
/usr/include/pthread.h:596: `pthread_rwlock_t' was not declared in this scope
/usr/include/pthread.h:596: parse error before `)'
/usr/include/pthread.h:599: `pthread_rwlock_t' was not declared in this scope
/usr/include/pthread.h:599: parse error before `,'

Ces deux erreurs sont données pour plusieurs lignes du fichier include

Je ne trouve rien d'anormal dans le fichier pthread.h

Est-ce que quelqu'un a déjà rencontré cette situation ?

Merci d'avance.

Options: ReplyQuote


Subject
Views
Written By
Posted
Configuration MySQL 5.0.45 et ssl sur AIX 5.3
5315
November 27, 2007 08:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.