Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: rpmbuild environment issues for xen guest?: msg#00073
|
Subject: |
Re: rpmbuild environment issues for xen guest? |
On Tue, 26 Sep 2006, Joe Orton wrote:
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=208059
>
> This report has an x86_64 Xen guest where _libdir is expanding to
> /usr/lib; perhaps /etc/rpm/platform needs to be set up by the Xen
> guest-creating scripts? Is this a known issue?
>
> Paul, if you do:
>
> echo x86_64-redhat-linux > /etc/rpm/platform
>
> does that fix the problem?
Hmm.
# more /etc/rpm/platform
ia32e-redhat-linux
# echo x86_64-redhat-linux > /etc/rpm/platform
# rpmbuild -bb /usr/src/redhat/SPECS/mod_auth_radius.spec
[...]
+ install -p .libs/mod_auth_radius-2.0.so
/var/tmp/mod_auth_radius-1.5.7-1-root-root//usr/lib64/httpd/modules/
It did! Thank you!
I do notice that the xen0 has ia32e-redhat-linux as well, though it did not
seem to suffer from this problem when building rpms - it used /usr/lib64 fine.
Can you tell me more about this?
Paul
|
| |