Re: MacOS: xsltproc fails with "warning: failed to load external entity" - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: MacOS: xsltproc fails with "warning: failed to load external entity"
Date
Msg-id CAJ7c6TO0mA_wPDuUT8b+DdwzUe+SBfGqHE+XXb52GrRnLWu1iQ@mail.gmail.com
Whole thread Raw
In response to MacOS: xsltproc fails with "warning: failed to load external entity"  (Aleksander Alekseev <aleksander@timescale.com>)
Responses Re: MacOS: xsltproc fails with "warning: failed to load external entity"
List pgsql-hackers
Hi hackers,

> At this point I could use a friendly piece of advice from the community.

I've found a solution:

```
export SGML_CATALOG_FILES=/usr/local/etc/xml/catalog
export XMLLINT="xmllint --catalogs"
export XSLTPROC="xsltproc --catalogs"
```

I will submit a patch for the documentation in a bit, after I'll check
it properly.

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Melih Mutlu
Date:
Subject: Re: Allow logical replication to copy tables in binary format
Next
From: Amit Kapila
Date:
Subject: Re: Assertion failure in SnapBuildInitialSnapshot()