[cups.general] compile fails on Solaris 10 05/08

Michael R Sweet msweet at apple.com
Wed Aug 27 10:23:32 PDT 2008


chris hardesty wrote:
> Hello,
> 
> i am trying to install CUPS v1.4 on solaris x86 machine and i am having problems getting the compile to work.  i am new to CUPS so please excuse my ignorance!
> 
> I issue the following configure command and it seems to complete ok:
> ./configure --disable-gssapi --disable-ssl --disable-ldap
> 
> i used the above command mainly because the compile would fail unless i started disabling items.  i am not using kerbose and i do not use ldap, but not sure why the ssl needs to disabled.  but compiling would always fail until i used the disable flags above.  now after configuring as above, the make command ends as shown below:
> ...
> 1) why i have to disable ssl?  kerberos and ldap make a little sense as i am not using them, but not ssl
> 2) what user/group should i be using to do the configure/make/make install as?
> 3) why does the compile fail in the above output and is it ok to just issue the make command again and let it finish?

You probably don't have the French or Chinese locales installed,
which leads to this particular failure.  I'll update the test program
to not fail when setlocale doesn't return the proper locale...

SSL support requires OpenSSL, GNU TLS, or CDSA, which may or may not
be installed on your Solaris x86 system.  The configure script should
automatically detect this.

Kerberos support is a bit more problematic, since Sun shipped bad
headers in several Solaris releases.

-- 
______________________________________________________________________
Michael R Sweet                        Senior Printing System Engineer





More information about the cups mailing list