I am running on SUSE. I tried to install the source rpm using rpmbuild --rebuild 'source.rpm' where source.rpm is the name of the source file. It complains that I do not have Kerberos5 libraries. SUSE comes with Heimdal rather than MIT Kerberos. Is there a way with the source RPM to ignore the Kerberos5 requirements? I saw that if I compiled the tarball I could include a --disable-kerberos_checks and that would work but I really wanted to use the source RPMs. Thanks
Sam Warren, Jr. Computer Technician
Winnebago Industries
641-585-3535 ext. 7785
Hi Warren,
try rpmbuild with the "--with=XYZ" option. It allows to set configure-options before compiling
a source-rpm. For you, it should work in a way like:
rpmbuild -ba --with=--disable-kerberos_checks source.rpm
Good luck, Rainer
----------------------------------------------------------------------------- YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests or lprng-digest-requests) with the word 'help' in the body. For the impatient, to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] with: | example: subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word LPRNGLIST in the SUBJECT line. -----------------------------------------------------------------------------
