On Mon, 2013-08-19 at 09:53 +0200, Michal Skrivanek wrote: > On Aug 19, 2013, at 09:41 , Karli Sjöberg <[email protected]> wrote: > > > Hi! > > > > As part of a template I´m preparing, I´m wondering how to compile the agent > > with just the basics included. I´ve tried running like: > > > > OPTIONS=' > > --without-gdm-plugin --without-gdm2-plugin --without-kdm-plugin > > --without-pam-ovirt-cred > > --with-gdm-plugin=no --with-gdm2-plugin=no --with-kdm-plugin=no > > --with-pam-ovirt-cred=no > > --disable-gdm-plugin --disable-gdm2-plugin --disable-kdm-plugin > > --disable-pam-ovirt-cred > > --enable-gdm-plugin=no --enable-gdm2-plugin=no --enable-kdm-plugin=no > > --enablepam-ovirt-cred-=no' > > > > # ./configure ${OPTIONS} > > > > Regardless of how I try, it just responds: > > configure: WARNING: unrecognized options: ${OPTIONS} > > > > I took the package from the "official" oVirt.org repo, src file: > > ovirt-guest-agent-1.0.6.tar.bz2 > > > > What am I doing wrong? > > Hi > the parameters are gdm, kdm and sso, set them to no
Hi, Should it be possible to disable SSO in 1.0.6 already (cause these options are unrecognized)? r.koch@pc-ovido02:~/tmp/ovirt-guest-agent-1.0.6$ ./configure --without-sso --without-gdm --without-kdm configure: WARNING: unrecognized options: --without-sso, --without-gdm, --without-kdm It's working fine with guest-agent from GIT (tested compiling on Debian but not on FreeBSD): # git clone http://gerrit.ovirt.org/p/ovirt-guest-agent.git # ./autogen.sh # ./configure --prefix=/usr --without-sso # make install Regards, René > > Thanks, > michal > > > > -- > > > > Med Vänliga Hälsningar > > ------------------------------------------------------------------------------- > > Karli Sjöberg > > Swedish University of Agricultural Sciences > > Box 7079 (Visiting Address Kronåsvägen 8) > > S-750 07 Uppsala, Sweden > > Phone: +46-(0)18-67 15 66 > > [email protected] _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/users > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/users -- Mit freundlichen Grüßen DI (FH) René Koch Senior Solution Architect ============================================ ovido gmbh - "Das Linux Systemhaus" Brünner Straße 163, A-1210 Wien Phone: +43 720 / 530 670 Mobile: +43 660 / 512 21 31 E-Mail: [email protected] ============================================ _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

