免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: wangjian_91
打印 上一主题 下一主题

关于postgresql编译的问题 [复制链接]

论坛徽章:
59
2015七夕节徽章
日期:2015-08-24 11:17:25ChinaUnix专家徽章
日期:2015-07-20 09:19:30每周论坛发贴之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38荣誉版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年纪念徽章
日期:2015-07-20 11:05:27IT运维版块每日发帖之星
日期:2015-07-20 11:05:34操作系统版块每日发帖之星
日期:2015-07-20 11:05:36程序设计版块每日发帖之星
日期:2015-07-20 11:05:40数据库技术版块每日发帖之星
日期:2015-07-20 11:05:432015年辞旧岁徽章
日期:2015-07-20 11:05:44
11 [报告]
发表于 2011-07-12 09:36 |只看该作者
看来在系统安装初期你的好多组建安装不全啊。造成这样。有没有指定xlst的参数。help一下看看。

论坛徽章:
59
2015七夕节徽章
日期:2015-08-24 11:17:25ChinaUnix专家徽章
日期:2015-07-20 09:19:30每周论坛发贴之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38荣誉版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年纪念徽章
日期:2015-07-20 11:05:27IT运维版块每日发帖之星
日期:2015-07-20 11:05:34操作系统版块每日发帖之星
日期:2015-07-20 11:05:36程序设计版块每日发帖之星
日期:2015-07-20 11:05:40数据库技术版块每日发帖之星
日期:2015-07-20 11:05:432015年辞旧岁徽章
日期:2015-07-20 11:05:44
12 [报告]
发表于 2011-07-12 09:36 |只看该作者
本帖最后由 renxiao2003 于 2011-07-12 12:31 编辑
  1. `configure' configures PostgreSQL 8.4.8 to adapt to many kinds of systems.

  2. Usage: ./configure [OPTION]... [VAR=VALUE]...

  3. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  4. VAR=VALUE.  See below for descriptions of some of the useful variables.

  5. Defaults for the options are specified in brackets.

  6. Configuration:
  7.   -h, --help              display this help and exit
  8.       --help=short        display options specific to this package
  9.       --help=recursive    display the short help of all the included packages
  10.   -V, --version           display version information and exit
  11.   -q, --quiet, --silent   do not print `checking...' messages
  12.       --cache-file=FILE   cache test results in FILE [disabled]
  13.   -C, --config-cache      alias for `--cache-file=config.cache'
  14.   -n, --no-create         do not create output files
  15.       --srcdir=DIR        find the sources in DIR [configure dir or `..']

  16. Installation directories:
  17.   --prefix=PREFIX         install architecture-independent files in PREFIX
  18.                           [/usr/local/pgsql]
  19.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  20.                           [PREFIX]

  21. By default, `make install' will install all the files in
  22. `/usr/local/pgsql/bin', `/usr/local/pgsql/lib' etc.  You can specify
  23. an installation prefix other than `/usr/local/pgsql' using `--prefix',
  24. for instance `--prefix=$HOME'.

  25. For better control, use the options below.

  26. Fine tuning of the installation directories:
  27.   --bindir=DIR           user executables [EPREFIX/bin]
  28.   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  29.   --libexecdir=DIR       program executables [EPREFIX/libexec]
  30.   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  31.   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  32.   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  33.   --libdir=DIR           object code libraries [EPREFIX/lib]
  34.   --includedir=DIR       C header files [PREFIX/include]
  35.   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  36.   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  37.   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  38.   --infodir=DIR          info documentation [DATAROOTDIR/info]
  39.   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  40.   --mandir=DIR           man documentation [DATAROOTDIR/man]
  41.   --docdir=DIR           documentation root [DATAROOTDIR/doc/postgresql]
  42.   --htmldir=DIR          html documentation [DOCDIR]
  43.   --dvidir=DIR           dvi documentation [DOCDIR]
  44.   --pdfdir=DIR           pdf documentation [DOCDIR]
  45.   --psdir=DIR            ps documentation [DOCDIR]

  46. System types:
  47.   --build=BUILD     configure for building on BUILD [guessed]
  48.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]

  49. Optional Features:
  50.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  51.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  52.   --disable-integer-datetimes
  53.                           disable 64-bit integer date/time support
  54.   --enable-nls[=LANGUAGES]
  55.                           enable Native Language Support
  56.   --disable-shared        do not build shared libraries
  57.   --disable-rpath         do not embed shared library search path in
  58.                           executables
  59.   --disable-spinlocks     do not use spinlocks
  60.   --enable-debug          build with debugging symbols (-g)
  61.   --enable-profiling      build with profiling enabled
  62.   --enable-coverage       build with coverage testing instrumentation
  63.   --enable-dtrace         build with DTrace support
  64.   --enable-depend         turn on automatic dependency tracking
  65.   --enable-cassert        enable assertion checks (for debugging)
  66.   --enable-thread-safety  make client libraries thread-safe
  67.   --enable-thread-safety-force
  68.                           force thread-safety despite thread test failure
  69.   --disable-largefile     omit support for large files
  70.   --disable-float4-byval  disable float4 passed by value
  71.   --disable-float8-byval  disable float8 passed by value

  72. Optional Packages:
  73.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  74.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  75.   --with-template=NAME    override operating system template
  76.   --with-includes=DIRS    look for additional header files in DIRS
  77.   --with-libraries=DIRS   look for additional libraries in DIRS
  78.   --with-libs=DIRS        alternative spelling of --with-libraries
  79.   --with-pgport=PORTNUM   set default port number [5432]
  80.   --with-blocksize=BLOCKSIZE
  81.                           set table block size in kB [8]
  82.   --with-segsize=SEGSIZE  set table segment size in GB [1]
  83.   --with-wal-blocksize=BLOCKSIZE
  84.                           set WAL block size in kB [8]
  85.   --with-wal-segsize=SEGSIZE
  86.                           set WAL segment size in MB [16]
  87.   --with-CC=CMD           set compiler (deprecated)
  88.   --with-tcl              build Tcl modules (PL/Tcl)
  89.   --with-tclconfig=DIR    tclConfig.sh is in DIR
  90.   --with-perl             build Perl modules (PL/Perl)
  91.   --with-python           build Python modules (PL/Python)
  92.   --with-gssapi           build with GSSAPI support
  93.   --with-krb5             build with Kerberos 5 support
  94.   --with-krb-srvnam=NAME  default service principal name in Kerberos
  95.                           [postgres]
  96.   --with-pam              build with PAM support
  97.   --with-ldap             build with LDAP support
  98.   --with-bonjour          build with Bonjour support
  99.   --with-openssl          build with OpenSSL support
  100.   --without-readline      do not use GNU Readline nor BSD Libedit for editing
  101.   --with-libedit-preferred
  102.                           prefer BSD Libedit over GNU Readline
  103.   --with-ossp-uuid        use OSSP UUID library when building
  104.                           contrib/uuid-ossp
  105.   --with-libxml           build with XML support
  106.   --with-libxslt          use XSLT support when building contrib/xml2
  107.   --with-system-tzdata=DIR
  108.                           use system time zone data in DIR
  109.   --without-zlib          do not use Zlib
  110.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]

  111. Some influential environment variables:
  112.   CC          C compiler command
  113.   CFLAGS      C compiler flags
  114.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  115.               nonstandard directory <lib dir>
  116.   LIBS        libraries to pass to the linker, e.g. -l<library>
  117.   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  118.               you have headers in a nonstandard directory <include dir>
  119.   CPP         C preprocessor
  120.   LDFLAGS_SL  linker flags for shared library linking
  121.   DOCBOOKSTYLE
  122.               location of DocBook stylesheets

  123. Use these variables to override the choices made by `configure' or to help
  124. it to find libraries and programs with nonstandard names/locations.

复制代码
看来的试用  --with-libxslt  参数了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP