Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] extract_VOMS_info_from_file was not declared in this scope
- Date: Fri, 20 May 2016 14:45:13 +0000
- From: Zach Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] extract_VOMS_info_from_file was not declared in this scope
On 5/19/16, 6:37 AM, "HTCondor-users on behalf of koens@xxxxxx" <htcondor-users-bounces@xxxxxxxxxxx on behalf of koens@xxxxxx> wrote:
>Hi all,
>
>I'm trying to compile Condor 8.4.6 from source on Linux (openSUSE 42.1).
>
>I use
> tar -xzvf condor_src-8.4.6-all-all.tar.gz
> cd condor-8.4.6/
> cmake -DWITH_GLOBUS:BOOL=FALSE .
> make
If you are explicitly turning off Globus, you should do the same for VOMS. Make your cmake invocation:
cmake -DWITH_GLOBUS:BOOL=FALSE -DWITH_VOMS:BOOL=FALSE .
and try that instead.
FYI, if you run into further trouble, there is also a separate condor-devel@xxxxxxxxxxx list for development questions as opposed to end-user questions.
Cheers,
-zach