Michael Bell wrote:

Hi Rob,

the patch doesn't work but I found the problem. You fixed some things in openca-sv in a wrong way and doesn't test it with --with-openssl-prefix.

????


What's the specific problem?

I looked at the generated Makefiles in openca-sv. They generate the following flags for OPENSSL_INCLUDES and OPENSSL_LIBS when you call configure with "--with-openssl-prefix=/usr/share/ssl":

OPENSSL_INCLUDE = -I/usr/share/ssl/include
OPENSSL_LIBS = -L/usr/share/ssl/lib -L/usr/share/ssl -lcrypto -lssl

There's no reason to test OPENSSL_PREFIX in Makefile.am anymore, since the build and link flags are already correctly set up if --with-openssl-prefix is specified, even if pkg-config is present.


So this should do the right thing. Is there anything else you found?

Thanks,
Rob


Rob Thorne wrote:


Getting everything to build right now is a bit of a problem, since make
is dying in src/common/etc since some recent check-ins into that
directory (I'm guessing that a file called src/common/etc/bp/bp.xml.in
is required, but has not been checked into CVS yet).  But as near as I
can tell, as soon as build works without my changes, it will also work
*with* my changes :-)


bp.xml.in is new and perhaps I commited it just when the CVS mirrors started to make their copy from the real CVS server of sourcforge.

The patch is now in CVS. I will create a new snapshot in some minutes.

Michael





------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to