OpenPegasus on Fedora 12 -- Howto ??? // Dies in SSLContext.cpp
John Robinson <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
I have attempted a build of the OpenPegasus 2.10.0 SRPM on Fedora 12 (x86_64). Before starting this, I noticed that java-1.4.2-gcj-compat was listed as requirement. I could not find java-1.4.2-gcj-compat after setting up the yum repo list jpackage and the associated yum-priorities, hence I deleted reference to "java-1.4.2-gcj-compat" in the spec file in the hope that the compile would find what it needs in the current environment. The compile dies in: SSLContext.cpp with the following diagnostics: SSLContext.cpp: In static member function ‘static int Pegasus::SSLCallback::verificationCRLCallback(int, X509_STORE_CTX*, X509_STORE*)’: SSLContext.cpp:275: error: cannot convert ‘stack_st_X509_REVOKED*’ to ‘const _STACK*’ for argument ‘1’ to ‘void* sk_value(const _STACK*, int)’ make[3]: *** [/root/rpmbuild/BUILD/tog-pegasus-2.10.0/build/obj/Pegasus/Common/SSLContext.o] Error 1 Any suggestions would be appreciated.