Gentoo Archives: gentoo-admin

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