Re: [GENERAL] xml2 install problem

2006-12-22 Thread Nikolay Samokhvalov
If you do not need XSTL support (this contrib consists of two parts, one for XPath and another for XSLT), you can remove any mentioning of *xslt* from Makefile and xml2.sql.in file and then try gmake again. On 12/20/06, Paul Silveira <[EMAIL PROTECTED]> wrote: Hello, I just installed Postgres

Re: [GENERAL] xml2 install problem

2006-12-22 Thread Paul Silveira
Thanks Devrim, I'll try the up2date command and post back my successs on this list... Have a happy holiday... -Paul Devrim GUNDUZ-3 wrote: > > Hi Paul, > > On Wed, 2006-12-20 at 14:07 -0800, Paul Silveira wrote: >> ok. tried to install the correct libs and then do it but still same >> erro

Re: [GENERAL] xml2 install problem

2006-12-20 Thread Devrim GUNDUZ
Hi Paul, On Wed, 2006-12-20 at 14:07 -0800, Paul Silveira wrote: > ok. tried to install the correct libs and then do it but still same errors. > Here is where I am now... > > # installed both rmp's that were necessary... > rpm -i > ftp://rpmfind.net/linux/redhat/enterprise/4/en/os/i386/SRPMS/li

Re: [GENERAL] xml2 install problem

2006-12-20 Thread Alvaro Herrera
Paul Silveira wrote: > > ok. tried to install the correct libs and then do it but still same errors. > Here is where I am now... > > # installed both rmp's that were necessary... > rpm -i > ftp://rpmfind.net/linux/redhat/enterprise/4/en/os/i386/SRPMS/libxml2-2.6.16-6.src.rpm > rpm -i > ftp://rp

Re: [GENERAL] xml2 install problem

2006-12-20 Thread Paul Silveira
ok. tried to install the correct libs and then do it but still same errors. Here is where I am now... # installed both rmp's that were necessary... rpm -i ftp://rpmfind.net/linux/redhat/enterprise/4/en/os/i386/SRPMS/libxml2-2.6.16-6.src.rpm rpm -i ftp://rpmfind.net/linux/redhat/enterprise/4/en/

Re: [GENERAL] xml2 install problem

2006-12-20 Thread Paul Silveira
Thanks Devrim and Peter... I had a feeling that it was just missing something but couldn't see exactly what it was... Regards, Paul Paul Silveira wrote: > > Hello, > > I just installed Postgres 8.2 and was trying to add the xml2 contrib > module. I went to the folder that contained the

Re: [GENERAL] xml2 install problem

2006-12-19 Thread Peter Eisentraut
Paul Silveira wrote: > It's yelling about the xslt.h and other files that it can't find. I > did a locate for xslt.h and it only found two web pages in the > /usr/share/doc/libxslt-1.1.11 folder. Presumably you need to install the dev(el(opment)) package belonging to libxslt. -- Peter Eisentra

Re: [GENERAL] xml2 install problem

2006-12-19 Thread Devrim GUNDUZ
Hi Paul, On Tue, 2006-12-19 at 15:06 -0800, Paul Silveira wrote: > xslt_proc.c:18:26: libxslt/xslt.h: No such file or directory You need to install libxslt-devel or libxslt-dev . Cheers, -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Custom D

[GENERAL] xml2 install problem

2006-12-19 Thread Paul Silveira
Hello, I just installed Postgres 8.2 and was trying to add the xml2 contrib module. I went to the folder that contained the contribs and attempted to run gmake. I got this error... [EMAIL PROTECTED] xml2]# gmake gcc -I/usr/include/libxml2 -fpic -I. -I../../src/include -D_GNU_SOURCE -c -o xsl