View Single Post

   
  #5 (permalink)  
Old 04-12-2008, 07:08 AM
Peter Eisentraut
 
Posts: n/a
Default Re: configure problem --with-libxml

Nikolay Samokhvalov wrote:
> another way is:
> export CPPFLAGS=$(xml2-config --cflags); ./configure --with-libxml
>
> I think that such thing can be used in configure script itself,
> overwise a lot of people will try, fail and do not use SQL/XML at
> all.


The reason why I did not do this was that this could resolve
to -I/usr/include or -I/usr/local/include, but adding such a standard
path explicitly is wrong on some systems.

Clearly, we need to improve this, but I don't know how yet. Ideas
welcome.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote