#209 Compiling sssd-0.6.0 on RHEL 5
Closed: Invalid None Opened 14 years ago by villeys.

I need to do:

export echo=/bin/echo
to compile sssd rpms on RHEL5 with
autoreconf -if
./configure
make rpms

otherwise compiling fails.


Fields changed

version: 0.5.0 => 0.6.0

I just ran the following successfully on my RHEL5 VM.

autoreconf -if
./configure
make rpms

It ran to completion and produced the expected RPMs. The problem you're seeing looks to me like there isn't an appropriate PATH variable set in the environment when you run make.

description: I need to do:
export echo=/bin/echo
to compile sssd rpms on RHEL5 with
autoreconf -if
./configure
make rpms

otherwise compiling fails. => I need to do:
{{{
export echo=/bin/echo
to compile sssd rpms on RHEL5 with
autoreconf -if
./configure
make rpms
}}}
otherwise compiling fails.

Some random error... now compiles fine here too.

Transient error on the reporter's side. Closing this bug as invalid.

resolution: => invalid
status: new => closed

Fields changed

rhbz: => 0

Metadata Update from @villeys:
- Issue set to the milestone: SSSD 0.6.1

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1251

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata