In article <a2jglv$2tfv$[EMAIL PROTECTED]> you wrote:

> my life system on which I am using openpkg now is a whole set of solaris 
> boxes, netra's, ultra 10's and e250 - e450.
> Now most of the packages are simply perfect. I am still impressed with the 
> eay install and handling. But I have one problem and I know the solution 
> for it but I would like to know why things are handled that way. In all 
> packages I find on ftp.openpkg.org, shared libraries are disabled. 

Yes, see http://www.openpkg.org/faq.html#no-shlib

> This
> breaks a lot of stuff I wanted to add as packages. 

This I do not understand. I can only think about a few very strange
DSO-situations (a DSO wants to link about a library and it is not PIC and the
linked is not capable of correctly relocating it on-the-fly). But this happens
only in a few (also strange) applications like Apache. Ok, I know, partly my
fault because I invented the DSO mechanism in Apache... ;)

> Especially in the case 
> of the dev libraries, like sasl or pth, packages using that break since 
> they gt unresolved dependencies on solaris. 

Then something different is broken for you. If you get "unresolved symbol" it
doesn't find the library at all, or ranlib was not run on a ranlib-based
system, etc. But this has nothing to do with static vs. shared AFAIK.

> I patched the spec files to 
> exclude --disable shared, but still would like to know why it is done like 
> that in the first place ? Is ther a particular reason for that ?

Yes, I tried to summary it now in see http://www.openpkg.org/faq.html#no-shlib
Nevertheless I still do not understand why removing --disable-shared helped
you. Can you give more details about your situation?

> I also found some no go's in current packages if used on solaris. WHre 
> should I sent the patched spec to ?

Just send them to [EMAIL PROTECTED] and/or submit a Bug Report in the
BugDB, etc.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to