Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, I am trying to install mod_proxy_html for apache 1.3 on Linux RedHat EL 4
I dont have "apxs" so i went to install apache-devel which require db1 and perl-base
db1 give me this error:
Quote:
#rpm -ivh db1-devel-1.85-10sls.i586.rpm
warning: db1-devel-1.85-10sls.i586.rpm: V3 DSA signature: NOKEY, key ID 67f22696
error: Failed dependencies:
db1 = 1.85 is needed by db1-devel-1.85-10sls.i586
Quote:
# rpm -ivh db1-1.85-10sls.i586.rpm
warning: db1-1.85-10sls.i586.rpm: V3 DSA signature: NOKEY, key ID 67f22696
Preparing... ########################################### [100%]
file /usr/lib/libdb1.so.2 from install of db1-1.85-10sls conflicts with file from package compat-db-4.1.25-9
for perl-base:
Quote:
# rpm -ivh perl-base-5.8.1-0.RC4.4sls.i586.rpm
warning: perl-base-5.8.1-0.RC4.4sls.i586.rpm: V3 DSA signature: NOKEY, key ID 67f22696
Preparing... ########################################### [100%]
file /usr/bin/perl from install of perl-base-5.8.1-0.RC4.4sls conflicts with file from package perl-5.8.5-36.RHEL4
file /usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE/libperl.so from install of perl-base-5.8.1-0.RC4.4sls conflicts with file from package perl-5.8.5-36.RHEL4
this conflicts error messages is really bugging me, any idea!
many lines i just post the last error lines i got.
Quote:
mod_proxy_html.c: At top level:
mod_proxy_html.c:1521: error: syntax error before "proxy_html_module"
mod_proxy_html.c:1522: error: `STANDARD20_MODULE_STUFF' undeclared here (not in a function)
mod_proxy_html.c:1522: error: initializer element is not constant
mod_proxy_html.c:1522: error: (near initialization for `proxy_html_module')
mod_proxy_html.c:1523: warning: excess elements in scalar initializer
mod_proxy_html.c:1523: warning: (near initialization for `proxy_html_module')
mod_proxy_html.c:1524: warning: excess elements in scalar initializer
mod_proxy_html.c:1524: warning: (near initialization for `proxy_html_module')
mod_proxy_html.c:1525: warning: excess elements in scalar initializer
mod_proxy_html.c:1525: warning: (near initialization for `proxy_html_module')
mod_proxy_html.c:1526: warning: excess elements in scalar initializer
mod_proxy_html.c:1526: warning: (near initialization for `proxy_html_module')
mod_proxy_html.c:1527: warning: excess elements in scalar initializer
mod_proxy_html.c:1527: warning: (near initialization for `proxy_html_module')
mod_proxy_html.c:1529: warning: excess elements in scalar initializer
mod_proxy_html.c:1529: warning: (near initialization for `proxy_html_module')
mod_proxy_html.c:1529: warning: data definition has no type or storage class
apxs:Break: Command failed with rc=1
I use mod_proxy with ssl engine enabled, it work fine but some pictures and links is not forwarded correctly. so i install mod_proxy_html, but the same problems still there!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.