mod_proxy_html v3.1.2 fails to install on Solaris10
mod_proxy_html v3.1.2 fails to install on Solaris10
am 01.02.2010 02:19:20 von Igor Cicimov
--0016e68ee039677a61047e7fc643
Content-Type: text/plain; charset=ISO-8859-1
# /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
mod_proxy_html.c
/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE
-g -O2 -I/usr/local/apache2/include -I/usr/local/apache2/include
-I/usr/local/apache2/include -I/usr/local/include/libxml2 -c -o
mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo
mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
mod_proxy_html.c: In function `proxy_html_filter':
mod_proxy_html.c:904: error: `ENCIO_OUTPUT' undeclared (first use in this
function)
mod_proxy_html.c:904: error: (Each undeclared identifier is reported only
once
mod_proxy_html.c:904: error: for each function it appears in.)
mod_proxy_html.c: In function `mod_proxy_html':
mod_proxy_html.c:1215: error: `apr_OFN_xml2enc_charset_t' undeclared (first
use in this function)
mod_proxy_html.c:1215: error: syntax error before ')' token
mod_proxy_html.c:1216: error: `apr_OFN_xml2enc_filter_t' undeclared (first
use in this function)
mod_proxy_html.c:1216: error: syntax error before ')' token
mod_proxy_html.c: In function `proxy_html_insert':
mod_proxy_html.c:1230: error: `ENCIO_INPUT_CHECKS' undeclared (first use in
this function)
apxs:Error: Command failed with rc=65536
The apache is 2.2.13 and the apr is apache built in. Any suggestions?
Thanks,
Igor
--0016e68ee039677a61047e7fc643
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
# /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a mod_pro=
xy_html.c
/usr/local/apache2/build/libtool --silent --mode=3Dcompile gcc=
-prefer-pic -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT =
-D_LARGEFILE64_SOURCE -g -O2 -I/usr/local/apache2/include=A0 -I/usr/local/a=
pache2/include -I/usr/local/apache2/include=A0 -I/usr/local/include/l=
ibxml2=A0 -c -o mod_proxy_html.lo mod_proxy_html.c && touch mod_pro=
xy_html.slo
mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
mod_pro=
xy_html.c: In function `proxy_html_filter':
mod_proxy_html.c:904: er=
ror: `ENCIO_OUTPUT' undeclared (first use in this function)
mod_prox=
y_html.c:904: error: (Each undeclared identifier is reported only once
mod_proxy_html.c:904: error: for each function it appears in.)
mod_proxy=
_html.c: In function `mod_proxy_html':
mod_proxy_html.c:1215: error:=
`apr_OFN_xml2enc_charset_t' undeclared (first use in this function)
>
mod_proxy_html.c:1215: error: syntax error before ')' token
mod_=
proxy_html.c:1216: error: `apr_OFN_xml2enc_filter_t' undeclared (first =
use in this function)
mod_proxy_html.c:1216: error: syntax error before =
')' token
mod_proxy_html.c: In function `proxy_html_insert':
mod_proxy_html.c:=
1230: error: `ENCIO_INPUT_CHECKS' undeclared (first use in this functio=
n)
apxs:Error: Command failed with rc=3D65536
The apache is 2.2.1=
3 and the apr is apache built in. Any suggestions?
Thanks,
Igor
--0016e68ee039677a61047e7fc643--
Re: mod_proxy_html v3.1.2 fails to install on Solaris10
am 01.02.2010 02:28:28 von Eric Covener
On Sun, Jan 31, 2010 at 8:19 PM, Igor Cicimov wrote:
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
> mod_proxy_html.c
> mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
Try just adding -I.
--
Eric Covener
covener@gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: mod_proxy_html v3.1.2 fails to install on Solaris10
am 01.02.2010 02:46:18 von Igor Cicimov
--0016e6d26cacc6d09e047e8026a7
Content-Type: text/plain; charset=ISO-8859-1
Thanks for your reply Eric. Here is what I get now (if I understood your
email correctly)
# /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a -l.
mod_proxy_html.c
/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE
-g -O2 -I/usr/local/apache2/include -I/usr/local/apache2/include
-I/usr/local/apache2/include -I/usr/local/include/libxml2 -c -o
mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo
mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
mod_proxy_html.c: In function `proxy_html_filter':
mod_proxy_html.c:904: error: `ENCIO_OUTPUT' undeclared (first use in this
function)
mod_proxy_html.c:904: error: (Each undeclared identifier is reported only
once
mod_proxy_html.c:904: error: for each function it appears in.)
mod_proxy_html.c: In function `mod_proxy_html':
mod_proxy_html.c:1215: error: `apr_OFN_xml2enc_charset_t' undeclared (first
use in this function)
mod_proxy_html.c:1215: error: syntax error before ')' token
mod_proxy_html.c:1216: error: `apr_OFN_xml2enc_filter_t' undeclared (first
use in this function)
mod_proxy_html.c:1216: error: syntax error before ')' token
mod_proxy_html.c: In function `proxy_html_insert':
mod_proxy_html.c:1230: error: `ENCIO_INPUT_CHECKS' undeclared (first use in
this function)
apxs:Error: Command failed with rc=65536
Same without dot
# /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
mod_proxy_html.c -l
/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE
-g -O2 -I/usr/local/apache2/include -I/usr/local/apache2/include
-I/usr/local/apache2/include -I/usr/local/include/libxml2 -c -o
mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo
mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
mod_proxy_html.c: In function `proxy_html_filter':
mod_proxy_html.c:904: error: `ENCIO_OUTPUT' undeclared (first use in this
function)
mod_proxy_html.c:904: error: (Each undeclared identifier is reported only
once
mod_proxy_html.c:904: error: for each function it appears in.)
mod_proxy_html.c: In function `mod_proxy_html':
mod_proxy_html.c:1215: error: `apr_OFN_xml2enc_charset_t' undeclared (first
use in this function)
mod_proxy_html.c:1215: error: syntax error before ')' token
mod_proxy_html.c:1216: error: `apr_OFN_xml2enc_filter_t' undeclared (first
use in this function)
mod_proxy_html.c:1216: error: syntax error before ')' token
mod_proxy_html.c: In function `proxy_html_insert':
mod_proxy_html.c:1230: error: `ENCIO_INPUT_CHECKS' undeclared (first use in
this function)
apxs:Error: Command failed with rc=65536
Cheers,
Igor
On Mon, Feb 1, 2010 at 12:28 PM, Eric Covener wrote:
> On Sun, Jan 31, 2010 at 8:19 PM, Igor Cicimov wrote:
> > # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
> > mod_proxy_html.c
>
> > mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
>
> Try just adding -I.
>
> --
> Eric Covener
> covener@gmail.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
--0016e6d26cacc6d09e047e8026a7
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Thanks for your reply Eric. Here is what I get now (if I understood your em=
ail correctly)
# /usr/local/apache2/bin/apxs -c -I/usr/local/include=
/libxml2 -i -a -l. mod_proxy_html.c
/usr/local/apache2/build/libtool --s=
ilent --mode=3Dcompile gcc -prefer-pic -DSOLARIS2=3D10 -D_POSIX_PTHRE=
AD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -g -O2 -I/usr/local/apache2=
/include=A0 -I/usr/local/apache2/include -I/usr/local/apache2/include=
=A0 -I/usr/local/include/libxml2=A0 -c -o mod_proxy_html.lo mod_proxy_html.=
c && touch mod_proxy_html.slo
mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
mod_pro=
xy_html.c: In function `proxy_html_filter':
mod_proxy_html.c:904: er=
ror: `ENCIO_OUTPUT' undeclared (first use in this function)
mod_prox=
y_html.c:904: error: (Each undeclared identifier is reported only once
mod_proxy_html.c:904: error: for each function it appears in.)
mod_proxy=
_html.c: In function `mod_proxy_html':
mod_proxy_html.c:1215: error:=
`apr_OFN_xml2enc_charset_t' undeclared (first use in this function)
>
mod_proxy_html.c:1215: error: syntax error before ')' token
mod_=
proxy_html.c:1216: error: `apr_OFN_xml2enc_filter_t' undeclared (first =
use in this function)
mod_proxy_html.c:1216: error: syntax error before =
')' token
mod_proxy_html.c: In function `proxy_html_insert':
mod_proxy_html.c:=
1230: error: `ENCIO_INPUT_CHECKS' undeclared (first use in this functio=
n)
apxs:Error: Command failed with rc=3D65536
Same without dot
>
# /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a mod=
_proxy_html.c -l
/usr/local/apache2/build/libtool --silent --mode=3Dcomp=
ile gcc -prefer-pic -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANTICS -D_REE=
NTRANT -D_LARGEFILE64_SOURCE -g -O2 -I/usr/local/apache2/include=A0 -I/usr/=
local/apache2/include -I/usr/local/apache2/include=A0 -I/usr/local/in=
clude/libxml2=A0 -c -o mod_proxy_html.lo mod_proxy_html.c && touch =
mod_proxy_html.slo
mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
mod_pro=
xy_html.c: In function `proxy_html_filter':
mod_proxy_html.c:904: er=
ror: `ENCIO_OUTPUT' undeclared (first use in this function)
mod_prox=
y_html.c:904: error: (Each undeclared identifier is reported only once
mod_proxy_html.c:904: error: for each function it appears in.)
mod_proxy=
_html.c: In function `mod_proxy_html':
mod_proxy_html.c:1215: error:=
`apr_OFN_xml2enc_charset_t' undeclared (first use in this function)
>
mod_proxy_html.c:1215: error: syntax error before ')' token
mod_=
proxy_html.c:1216: error: `apr_OFN_xml2enc_filter_t' undeclared (first =
use in this function)
mod_proxy_html.c:1216: error: syntax error before =
')' token
mod_proxy_html.c: In function `proxy_html_insert':
mod_proxy_html.c:=
1230: error: `ENCIO_INPUT_CHECKS' undeclared (first use in this functio=
n)
apxs:Error: Command failed with rc=3D65536
Cheers,
Igor=
On Mon, Feb 1, 2010 at 12:28 PM, Eric Covene=
r
<covener@gmail.=
com> wrote:
der-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-=
left: 1ex;">
On Sun, Jan 31, 2010 at 8:19 PM, Igor Cicimov <
=3D"mailto:icicimov@gmail.com">icicimov@gmail.com> wrote:
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
>
> mod_proxy_html.c
> mod_proxy_html.c:66:25: mod_xml2enc.h: No such=
file or directory
Try just adding -I.
--
Eric Covener
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:
lank">http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail:
g">users-unsubscribe@httpd.apache.org
=A0 " =A0 from the digest:
@httpd.apache.org">users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail:
org">users-help@httpd.apache.org
--0016e6d26cacc6d09e047e8026a7--
Re: mod_proxy_html v3.1.2 fails to install on Solaris10
am 01.02.2010 03:06:52 von Eric Covener
On Sun, Jan 31, 2010 at 8:46 PM, Igor Cicimov wrote:
> Thanks for your reply Eric. Here is what I get now (if I understood your
> email correctly)
>
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a -l.
blame fonts! Capital I as in Aye or eye.
>> Try just adding -I.
--
Eric Covener
covener@gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: mod_proxy_html v3.1.2 fails to install on Solaris10
am 01.02.2010 06:34:28 von Sander Temme
--Apple-Mail-4--1067540254
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote:
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a =
mod_proxy_html.c
> /usr/local/apache2/build/libtool --silent --mode=3Dcompile gcc =
-prefer-pic -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT =
-D_LARGEFILE64_SOURCE -g -O2 -I/usr/local/apache2/include =
-I/usr/local/apache2/include -I/usr/local/apache2/include =
-I/usr/local/include/libxml2 -c -o mod_proxy_html.lo mod_proxy_html.c =
&& touch mod_proxy_html.slo
> mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
Where on your system lives mod_xml2enc.h? =20
S.
--=20
Sander Temme
sctemme@apache.org
PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
--Apple-Mail-4--1067540254
Content-Disposition: attachment;
filename=smime.p7s
Content-Type: application/pkcs7-signature;
name=smime.p7s
Content-Transfer-Encoding: base64
MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEH AQAAoIIFMzCCBS8w
ggMXoAMCAQICAwVx1DANBgkqhkiG9w0BAQUFADB5MRAwDgYDVQQKEwdSb290 IENBMR4wHAYDVQQL
ExVodHRwOi8vd3d3LmNhY2VydC5vcmcxIjAgBgNVBAMTGUNBIENlcnQgU2ln bmluZyBBdXRob3Jp
dHkxITAfBgkqhkiG9w0BCQEWEnN1cHBvcnRAY2FjZXJ0Lm9yZzAeFw0wODA3 MDYxNTQzMzRaFw0x
MDA3MDYxNTQzMzRaMDoxFTATBgNVBAMTDFNhbmRlciBUZW1tZTEhMB8GCSqG SIb3DQEJARYSc2N0
ZW1tZUBhcGFjaGUub3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC AQEAuKsWFApS17cR
51oTARVEphn9w7VKL2p+HqnTJOF7CnihobEp4um9w3c0bcbXruKbjfwzBiaR Av0BGkOezB8XuHpQ
r3abklf7bkvFqYHLaj9ANm2wj2qrUXasaPgsOIXNiPa0qkpxBHk8Of43Q/Jx v4YGF11DvTfXPpbl
qXkJ07pk6fC3MSDAsZc5mdGtIhDY/LGgxr/A6NhwTG3hxwE9zPt/B7v/bctU 4ZWxloeC/eCpCYUU
fk3BGwoU53iEXyMpe/Kz2iIyZe5dimDeOigqC3Cye99EvtjL2ZavRsqL00j5 M9q/MPYh1WsgVOaZ
WxpEnnd+e5kPTjTL7hAbJzv7cwIDAQABo4H+MIH7MAwGA1UdEwEB/wQCMAAw VgYJYIZIAYb4QgEN
BEkWR1RvIGdldCB5b3VyIG93biBjZXJ0aWZpY2F0ZSBmb3IgRlJFRSBoZWFk IG92ZXIgdG8gaHR0
cDovL3d3dy5DQWNlcnQub3JnMEAGA1UdJQQ5MDcGCCsGAQUFBwMEBggrBgEF BQcDAgYKKwYBBAGC
NwoDBAYKKwYBBAGCNwoDAwYJYIZIAYb4QgQBMDIGCCsGAQUFBwEBBCYwJDAi BggrBgEFBQcwAYYW
aHR0cDovL29jc3AuY2FjZXJ0Lm9yZzAdBgNVHREEFjAUgRJzY3RlbW1lQGFw YWNoZS5vcmcwDQYJ
KoZIhvcNAQEFBQADggIBAITHPZWMXBXh1rSeQ9yJoMBXr0b5bOxUX3V/KsgY LCTu5d0GNB2HHjcq
dHSxbIm7ezIGxTFA491q9wOHQZmYvQzMV2zQUqLrZmNFYPCC1/Q5Gw43CnYQ 0StGX2frOKNIp7fM
KpXux9jjao8sG1Sa0ubclAx3u50wz3k9mEfFhtrZsYLWbruitZeozslMJhG8 tFoRH7J68QmhnyCK
GniNLSu4K6SykM5DOH3GzDKsbjiPqQ7Y+h8qj309oO81fAWo6JdcVdxivFS7 KgHAt+nQS1oaiSeV
W25idOBsTiwWBxkcfq3DltK0HZe6QWMYYvgq2BoHAwGGy+wHjEk8dc/rtf4H Anpee/3Quc3lN+IK
UHYC2RlgtG2JirizdUhkxdsaw6Vl+yk3FvduWJUZjEh7zBMKRUoSOlo6i8Ap CNSgHk1QQSI2wPqs
gltpxhQ8B3wCdUNbywntZVyaNp5CgmkBxOs330nkl+jQsZvE5XmYyZt20W6S uCaV1YYHHducXdc/
DNUrSdsdw2nNmVOqZ3xC53UXX/tuPquLqLbSs2W1vtbCAsdzTalNbqG64OrG 74I2C191RM05l2jp
AHfoz+9OZ+7q2pSGYdbACxY3Rke2s7jqPD/X9aukO50ZDibLEGW8wdL+0yxZ LGaR2zJ9K8yo4YuO
09oUHORRtY0WoMRX0FFTMYIDMzCCAy8CAQEwgYAweTEQMA4GA1UEChMHUm9v dCBDQTEeMBwGA1UE
CxMVaHR0cDovL3d3dy5jYWNlcnQub3JnMSIwIAYDVQQDExlDQSBDZXJ0IFNp Z25pbmcgQXV0aG9y
aXR5MSEwHwYJKoZIhvcNAQkBFhJzdXBwb3J0QGNhY2VydC5vcmcCAwVx1DAJ BgUrDgMCGgUAoIIB
hzAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0x MDAyMDEwNTM0Mjha
MCMGCSqGSIb3DQEJBDEWBBS4PceXhKU7x160+eyRnes9b9JhlDCBkQYJKwYB BAGCNxAEMYGDMIGA
MHkxEDAOBgNVBAoTB1Jvb3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2Fj ZXJ0Lm9yZzEiMCAG
A1UEAxMZQ0EgQ2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJ ARYSc3VwcG9ydEBj
YWNlcnQub3JnAgMFcdQwgZMGCyqGSIb3DQEJEAILMYGDoIGAMHkxEDAOBgNV BAoTB1Jvb3QgQ0Ex
HjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0Eg Q2VydCBTaWduaW5n
IEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNlcnQub3Jn AgMFcdQwDQYJKoZI
hvcNAQEBBQAEggEAppqrq6lnvP9BrOgrR0pKYOKb8cxT1zNiXiB43iMukNAc QzwmUdk/nLb5vDmP
oHO3ahajdM2Y5zCvVJ8LOakcE65Qm4j6wgot9LN0WS54K0VRw+l4XQon/zZH sRazGXrUYHpiqkqI
FQ43D6O0tvYpYA8RAtO0nRjGhlZeF7Jku3b7qvXG8bHxMbBqp7rJKUIzPKgm OK9GWrtGOhvvaXei
tTdij/KIejCvtaQB6tw2ReLDnOOgxG2Pd73tAoTdzNfvWV0mUAlibY/JCK6D Cnd2WrM/WDbtCgIP
hQ5xxPTapTRotFoQLBCK2RW9eGft+QUef6euO0IxvVbE44TAOb7PxAAAAAAA AA==
--Apple-Mail-4--1067540254--
Re: mod_proxy_html v3.1.2 fails to install on Solaris10
am 08.02.2010 06:22:59 von Igor Cicimov
--001485eb9e32a0c05e047f0ffebc
Content-Type: text/plain; charset=ISO-8859-1
Hi Snader,
The file is in the same folder where the mod_proxy binaries are
mod_proxy_html/mod_xml2enc.h
Igor
On Mon, Feb 1, 2010 at 4:34 PM, Sander Temme wrote:
>
> On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote:
>
> > # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
> mod_proxy_html.c
> > /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
> -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
> -D_LARGEFILE64_SOURCE -g -O2 -I/usr/local/apache2/include
> -I/usr/local/apache2/include -I/usr/local/apache2/include
> -I/usr/local/include/libxml2 -c -o mod_proxy_html.lo mod_proxy_html.c &&
> touch mod_proxy_html.slo
> > mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
>
> Where on your system lives mod_xml2enc.h?
>
> S.
>
> --
> Sander Temme
> sctemme@apache.org
> PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
>
>
>
>
--001485eb9e32a0c05e047f0ffebc
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi Snader,
The file is in the same folder where the mod_proxy binari=
es are
mod_proxy_html/mod_xml2enc.h
Igor
=3D"gmail_quote">On Mon, Feb 1, 2010 at 4:34 PM, Sander Temme
ltr"><>=
span> wrote:
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
>
On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote:
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a mo=
d_proxy_html.c
> /usr/local/apache2/build/libtool --silent --mode=3Dcompile gcc -prefer=
-pic =A0 -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFI=
LE64_SOURCE -g -O2 -I/usr/local/apache2/include =A0-I/usr/local/apache2/inc=
lude =A0 -I/usr/local/apache2/include =A0-I/usr/local/include/libxml2 =A0-c=
-o mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo<=
br>
> mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
Where on your system lives mod_xml2enc.h?
S.
--
Sander Temme
PGP FP: 51B4 8727 466A 0BC3 69F4 =A0B7B8 B2BE BC40 1529 24AF
--001485eb9e32a0c05e047f0ffebc--
Re: mod_proxy_html v3.1.2 fails to install on Solaris10
am 08.02.2010 06:41:09 von Igor Cicimov
--0050450159f48af1ea047f103f03
Content-Type: text/plain; charset=ISO-8859-1
Hi Eric,
This is the output from my last try
/install/software/mod_proxy_html$ /usr/local/apache2/bin/apxs -c
-I/usr/local/include/libxml2 -I. -a mod_proxy_html.c
/usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE
-g -O2 -I/usr/local/apache2/include -I/usr/local/apache2/include
-I/usr/local/apache2/include -I/usr/local/include/libxml2 -I. -c -o
mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo
/usr/local/apache2/build/libtool --silent --mode=link gcc -o
mod_proxy_html.la -rpath /usr/local/apache2/modules -module
-avoid-version mod_proxy_html.lo
so it looks like the command was successful but no module has been created
in the modules directory thus the module has not been loaded in the apache
configuration.
Thanks,
Igor
On Mon, Feb 8, 2010 at 4:22 PM, Igor Cicimov wrote:
> Hi Snader,
>
> The file is in the same folder where the mod_proxy binaries are
>
> mod_proxy_html/mod_xml2enc.h
>
> Igor
>
>
> On Mon, Feb 1, 2010 at 4:34 PM, Sander Temme wrote:
>
>>
>> On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote:
>>
>> > # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
>> mod_proxy_html.c
>> > /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
>> -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
>> -D_LARGEFILE64_SOURCE -g -O2 -I/usr/local/apache2/include
>> -I/usr/local/apache2/include -I/usr/local/apache2/include
>> -I/usr/local/include/libxml2 -c -o mod_proxy_html.lo mod_proxy_html.c &&
>> touch mod_proxy_html.slo
>> > mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
>>
>> Where on your system lives mod_xml2enc.h?
>>
>> S.
>>
>> --
>> Sander Temme
>> sctemme@apache.org
>> PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
>>
>>
>>
>>
>
--0050450159f48af1ea047f103f03
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi Eric,
This is the output from my last try
/install/softwar=
e/mod_proxy_html$ /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxm=
l2 -I. -a mod_proxy_html.c
/usr/local/apache2/build/libtool --silent --m=
ode=3Dcompile gcc -prefer-pic -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANT=
ICS -D_REENTRANT -D_LARGEFILE64_SOURCE -g -O2 -I/usr/local/apache2/include=
=A0 -I/usr/local/apache2/include -I/usr/local/apache2/include=A0 -I/u=
sr/local/include/libxml2 -I.=A0 -c -o mod_proxy_html.lo mod_proxy_html.c &a=
mp;& touch mod_proxy_html.slo
/usr/local/apache2/build/libtool --silent --mode=3Dlink gcc -o
ttp://mod_proxy_html.la">mod_proxy_html.la=A0 -rpath /usr/local/apache2=
/modules -module -avoid-version =A0 mod_proxy_html.lo
so it loo=
ks like the command was successful but no module has been created in the mo=
dules directory thus the module has not been loaded in the apache configura=
tion.
Thanks,
Igor
On Mon, Feb 8, 20=
10 at 4:22 PM, Igor Cicimov
<
v@gmail.com">icicimov@gmail.com> wrote:
=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); margin=
: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Snader,
The file is in the same folder where the mod_proxy binari=
es are
mod_proxy_html/mod_xml2enc.h
=
Igor
ote">
On Mon, Feb 1, 2010 at 4:34 PM, Sander Temme
<
=3D"mailto:sctemme@apache.org" target=3D"_blank">sctemme@apache.org>=
wrote:
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote:
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a mo=
d_proxy_html.c
> /usr/local/apache2/build/libtool --silent --mode=3Dcompile gcc -prefer=
-pic =A0 -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFI=
LE64_SOURCE -g -O2 -I/usr/local/apache2/include =A0-I/usr/local/apache2/inc=
lude =A0 -I/usr/local/apache2/include =A0-I/usr/local/include/libxml2 =A0-c=
-o mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo<=
br>
> mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
Where on your system lives mod_xml2enc.h?
S.
--
Sander Temme
sctemme@apache.org<=
/a>
PGP FP: 51B4 8727 466A 0BC3 69F4 =A0B7B8 B2BE BC40 1529 24AF
--0050450159f48af1ea047f103f03--
Re: mod_proxy_html v3.1.2 fails to install on Solaris10
am 08.02.2010 06:43:11 von Igor Cicimov
--0016e64980fed7085e047f104669
Content-Type: text/plain; charset=ISO-8859-1
Ups my mistake, missed the -i switch in the apxs command...all good now
thanks for your help guys.
Igor
On Mon, Feb 8, 2010 at 4:41 PM, Igor Cicimov wrote:
> Hi Eric,
>
> This is the output from my last try
>
> /install/software/mod_proxy_html$ /usr/local/apache2/bin/apxs -c
> -I/usr/local/include/libxml2 -I. -a mod_proxy_html.c
> /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
> -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE
> -g -O2 -I/usr/local/apache2/include -I/usr/local/apache2/include
> -I/usr/local/apache2/include -I/usr/local/include/libxml2 -I. -c -o
> mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo
> /usr/local/apache2/build/libtool --silent --mode=link gcc -o
> mod_proxy_html.la -rpath /usr/local/apache2/modules -module
> -avoid-version mod_proxy_html.lo
>
> so it looks like the command was successful but no module has been created
> in the modules directory thus the module has not been loaded in the apache
> configuration.
>
> Thanks,
>
> Igor
>
>
> On Mon, Feb 8, 2010 at 4:22 PM, Igor Cicimov wrote:
>
>> Hi Snader,
>>
>> The file is in the same folder where the mod_proxy binaries are
>>
>> mod_proxy_html/mod_xml2enc.h
>>
>> Igor
>>
>>
>> On Mon, Feb 1, 2010 at 4:34 PM, Sander Temme wrote:
>>
>>>
>>> On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote:
>>>
>>> > # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a
>>> mod_proxy_html.c
>>> > /usr/local/apache2/build/libtool --silent --mode=compile gcc
>>> -prefer-pic -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
>>> -D_LARGEFILE64_SOURCE -g -O2 -I/usr/local/apache2/include
>>> -I/usr/local/apache2/include -I/usr/local/apache2/include
>>> -I/usr/local/include/libxml2 -c -o mod_proxy_html.lo mod_proxy_html.c &&
>>> touch mod_proxy_html.slo
>>> > mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
>>>
>>> Where on your system lives mod_xml2enc.h?
>>>
>>> S.
>>>
>>> --
>>> Sander Temme
>>> sctemme@apache.org
>>> PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
>>>
>>>
>>>
>>>
>>
>
--0016e64980fed7085e047f104669
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Ups my mistake, missed the -i switch in the apxs command...all good now tha=
nks for your help guys.
Igor
On Mo=
n, Feb 8, 2010 at 4:41 PM, Igor Cicimov
<
ilto:icicimov@gmail.com">icicimov@gmail.com> wrote:
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Eric,
T=
his is the output from my last try
/install/software/mod_proxy_html$=
/usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -I. -a mod_pro=
xy_html.c
/usr/local/apache2/build/libtool --silent --mode=3Dcompile gcc -prefer-pic=
-DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE=
64_SOURCE -g -O2 -I/usr/local/apache2/include=A0 -I/usr/local/apache2/inclu=
de -I/usr/local/apache2/include=A0 -I/usr/local/include/libxml2 -I.=
=A0 -c -o mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_htm=
l.slo
/usr/local/apache2/build/libtool --silent --mode=3Dlink gcc -o
ttp://mod_proxy_html.la" target=3D"_blank">mod_proxy_html.la=A0 -rpath =
/usr/local/apache2/modules -module -avoid-version =A0 mod_proxy_html.l=
o
so it looks like the command was successful but no module has been created =
in the modules directory thus the module has not been loaded in the apache =
configuration.
Thanks,
Igor
class=3D"h5">
On Mon, Feb 8, 2010 at 4:22=
PM, Igor Cicimov
<
m" target=3D"_blank">icicimov@gmail.com> wrote:
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Snader,
The file is in the same folder where the mod_proxy binari=
es are
mod_proxy_html/mod_xml2enc.h
=
Igor
On Mon, Feb 1, 2010 at 4:34 PM, Sander Temme
<
=3D"mailto:sctemme@apache.org" target=3D"_blank">sctemme@apache.org>=
wrote:
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Jan 31, 2010, at 5:19 PM, Igor Cicimov wrote:
> # /usr/local/apache2/bin/apxs -c -I/usr/local/include/libxml2 -i -a mo=
d_proxy_html.c
> /usr/local/apache2/build/libtool --silent --mode=3Dcompile gcc -prefer=
-pic =A0 -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFI=
LE64_SOURCE -g -O2 -I/usr/local/apache2/include =A0-I/usr/local/apache2/inc=
lude =A0 -I/usr/local/apache2/include =A0-I/usr/local/include/libxml2 =A0-c=
-o mod_proxy_html.lo mod_proxy_html.c && touch mod_proxy_html.slo<=
br>
> mod_proxy_html.c:66:25: mod_xml2enc.h: No such file or directory
Where on your system lives mod_xml2enc.h?
S.
--
Sander Temme
sctemme@apache.org<=
/a>
PGP FP: 51B4 8727 466A 0BC3 69F4 =A0B7B8 B2BE BC40 1529 24AF
--0016e64980fed7085e047f104669--