[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compilation de PostGreSQL



* Patrice OLIVER <patrice.oliver@ch-beaune.fr> [2004-06-10 15:51] :
> Bonjour,
> 
> Sur ma debian woody, je souhaite compiler la v7.4.2 de PostGreSQL.

[...]

> checking for readline... no
> configure: error: readline library not found
> If you have readline already installed, see config.log for details on the
> failure.  It is possible the compiler isn't looking in the proper directory.
> Use --without-readline to disable readline support.
 
Il te manque libreadline4-dev.
 
> Ce qui me gêne, c'est :
> checking for library containing getopt_long... none required
> checking for library containing fdatasync... none required
> 
> Je ne trouve pas les librairies associées. Quelqu'un peut m'aider ?

La bibliothèque associée est libc6-dev. Mais ici, lors du test de la
compilation, gcc fournit implicitement une liaison avec cette
bibliothèque de base, il n'est donc pas nécessaire que le programme
spécifie une option particulière (comme -lc) lors des compilations. Rien
d'inquiétant, donc.

Si tu veux en être certain, tu peux regarder comment est testé cette
bibliothèque (dans le fichier config.log).


Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Comment signaler efficacement un bug ?
http://www.chiark.greenend.org.uk/~sgtatham/bugs-fr.html



Reply to: