Re: [xml] libxml2-2.4.13 installation help on freebsd 4.3



On Mon, Feb 04, 2002 at 10:46:48PM -0600, Mike Brown wrote:
I'm desperately trying to install libxml2-2.4.13 on FreeBSD 4.3, and the "make install" dies at this point:

/usr/bin/install -c -m 0644 ./html/index.sgml /usr/local/doc/libxml2-2.4.13/html
(cd ; gtkdoc-fixxref --module=libxml --html-dir=/usr/local/doc)
gtkdoc-fixxref: not found
*** Error code 127 (ignored)
Making install in example

it stops there. I'm trying to get it installed for use with PHP 4.0.6. Anyone know what is causing this?

  Strange !!!
doc/Makefile.am contains:
   -(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR))

 the - indicates that the make rule MUST not fail if that specific command
seems to fail.
 Use GNU make, or something implementing this semantic

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



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