Gentoo Archives: gentoo-admin

From: Vesselin Mladenov <veselinm@×××××.com>
To: gentoo-user@l.g.o, gentoo-admin@l.g.o
Subject: [gentoo-admin] php compilation problem
Date: Sat, 12 Aug 2006 02:01:45
Message-Id: c094fa6e0608111858r36d6e87dl24c575377c5bdd84@mail.gmail.com
1 Hi,
2
3 I am tyring to compile dev-lang/php-4.4.2-r6 but unfortunatelly I
4 bumped into a weird problem.
5 I followe the php upgrade instructions form gentoo site. Everything
6 compiles, but Sablotron library is not detected properly from the php
7 configure script during emerge:
8 ----------------
9 checking whether to enable xslt support... yes, shared
10 checking for XSLT Sablotron backend... shared
11 checking for libexpat dir for Sablotron XSL support... no
12 checking for iconv dir for Sablotron XSL support... no
13 checking for JavaScript for Sablotron XSL support... no
14 checking for Sablotron libraries in the default path... found in /usr
15 checking for sablot-config... found
16 checking for Sablotron version... >= 0.96
17 checking for iconv... (cached) yes
18 checking for SablotSetEncoding in -lsablot... no
19 checking for SablotGetOptions in -lsablot... no
20 -------------------
21 This way I get "Fatal error: Call to undefined function:
22 xslt_set_encoding()" as xslt_set_encoding() is wrapper arround
23 SablotSetEncoding.
24
25 I checked my previousely installed(emerged) /usr/lib/libsablot.so.0.100.1:
26 ---
27 objdump -t /usr/lib/libsablot.so.0.100.1 | grep SablotSetEncoding
28 0006e020 g F .text 0000006e SablotSetEncoding
29
30 objdump -t /usr/lib/libsablot.so.0.100.1 | grep SablotGetOptions
31 0006ce40 g F .text 00000021 SablotGetOptions
32 ---
33
34 Can someone advise me what to do?
35 Thank you in advance.
36 --
37 gentoo-admin@g.o mailing list

Replies

Subject Author
Re: [gentoo-admin] php compilation problem Mark <mark@××××××××.net>