question about installing v2.5.3 on Solaris
Cantor, Scott
cantor.2 at osu.edu
Thu Jul 10 14:51:18 EDT 2014
On 7/10/14, 2:31 PM, "csross" <cross at hccs.com> wrote:
>
>In the past, I used the same curl module that is is built for shibboleth
>when building php, and there have not been any problems. When compiling
>curl, I added the flag "CXXFLAGS=-library=stlport4" but I don't see it the
>library listed when I do an "ldd libcurl.so", so I'm taking that to mean
>it
>doesn't use C++ libraries. If that is a good assumption, does it mean I
>could have compiled without the CXXflag without issue?
Yes, curl is in C.
>I also do not have any CXXflags in my configuration script for PHP and
>would
>appreciate it if anyone knows if it needs the "-library=stlport4" flag
>now
>that I have it when building curl.
I have no idea what PHP is written in, but if you're loading PHP into
Apache, and it is in C++, you would have problems with that unless it's
built with the same options as Shibboleth. If it's not being run inside
Apache, then it won't matter.
>Building shibboleth on solaris in the past was so clean and easy that I
>want
>to make sure it stays that way.
I don't think I've ever seen Solaris and clean and easy combined in a
sentence, but if you were doing things a certain way before, really the
only change is the -library option.
When you run ldd, what you can't have is anything loading libCstd.so,
which is the library that is replaced by that option.
-- Scott
More information about the users
mailing list