Re: more fun with building 9.3beta2

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: more fun with building 9.3beta2
Дата
Msg-id 51F87599.2040702@gmail.com
обсуждение исходный текст
Ответ на more fun with building 9.3beta2  (Rob Sargent <robjsargent@gmail.com>)
Ответы Re: more fun with building 9.3beta2  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
On 07/30/2013 07:15 PM, Rob Sargent wrote:
> I'm not getting the xml2 and uuid-ossp control files delivered to the
> extension directory
>
> I've moved to a CentOS box (and dropped pam):
>
> cat /etc/system-release
> CentOS release 6.4 (Final)
> uname -a
> Linux co-app-jl-d001 2.6.32-358.11.1.el6.x86_64 #1 SMP Wed Jun 12
> 03:34:52 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>
>
> pg_config --configure
> '--prefix=/usr/local/pgsql-9.3b2' '--with-ossp-uuid' '--with-libxml'
> '--with-libxslt' '--with-openssl' '--with-python'
>
> make world says "PostgreSQL, contrib, and documentation successfully
> made. Ready to install."
>
>  From "make install" I see only plpython[2]u.control and sql shipped to
> /usr/local/pgsql-9.3b2/share/extension (though pgplsql files are there
> as well).
>
> template1=# select * from pg_available_extensions()
> template1-# ;
>      name    | default_version | comment
> ------------+-----------------+-------------------------------------------
>   plpgsql    | 1.0             | PL/pgSQL procedural language
>   plpythonu  | 1.0             | PL/PythonU untrusted procedural language
>   plpython2u | 1.0             | PL/Python2U untrusted procedural language
> (3 rows)
>
> Any hints appreciated.

http://www.postgresql.org/docs/9.3/static/install-procedure.html

If you built the world above, type instead:

gmake install-world
This also installs the documentation.

>
> rjs
>
>
>


--
Adrian Klaver
adrian.klaver@gmail.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Rob Sargent
Дата:
Сообщение: more fun with building 9.3beta2
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Snapshot backups