|
楼主 |
发表于 2004-10-23 17:42:34
|
显示全部楼层
我在他的readme文件中找到这些:
8. GARNOME fails to build [insert failure here] on Red Hat 7.3, 8, 9, EL3
There are some components that fail to build in Red Hat, the two main
issues are:
* OpenSSL / Kerberos
These packages are both affected by Red Hat's packaging of OpenSSL and the
Kerberos 5 libraries. According to [6]this post -- Red Hat's opinion seems
to be a need to have these packages require pkg-config. Unfortunately,
some earlier OpenSSL installations don't have the .pc support for
pkg-config niceness, so hacking the GARNOME makefiles to support .pc files
_might_ work, but you may need to do post-OpenSSL-buggery if your
distribution is RH7.3, 8 or an unpatched version of 9.
Thus, none of the solutions are particularly "clean" -- but in a pinch:
a) exporting a PKG_CONFIG_PATH variable that points to your GARNOME install
_before_ the system path ('PKG_CONFIG_PATH=/home/pd/lib/pkgconfig:/usr/lib')
b) Adding the krb5 directory (--with-krb5=/usr/kerberos)
to the configure arguments in the Makefile in both the 'office/evolution',
'office/ximian-connector' and 'fifth-toe/gaim' directories.
但是我有些看不懂,请前辈给我题点一下? |
|