opps, my bad. I had openca-devel rpm installed.

Date: Wed, 21 Apr 2004 06:39:52 -0500
To: [EMAIL PROTECTED]
From: Ed Eden <[EMAIL PROTECTED]>
Subject: compile problem


what exactly is the fix for the following error? There is no Fast.xs file or text in any file.

OpenSSL.xs: In function `XS_OpenCA__OpenSSL__PKCS10_attributes':
OpenSSL.xs:1311: structure has no member named `single'




> Also, it won"t compile in my system:
 > 
 > cc -c -I. -I/usr/local/ssl/include -DDEBIAN
-fno-strict-aliasing
 > -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O2  
 > -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\"
-fPIC
 > -I/usr/lib/perl/5.6.1/CORE -DPERL5 Fast.c
 > Fast.xs: In function
`XS_OpenCA__OpenSSL__PKCS10_attributes":
 > Fast.xs:1239: structure has no member named `single"
 > make: *** [Fast.o] Error 1
 > 
 > I had to change line 1239 in Fast.xs (i don"t know
exactly what I"m
 > doing, but it compiled! :))
 > 
 >                        
if (a->single)
 > to
 >                        
if (a->value.single)


No bits were harmed in the making of this e-mail.
All bits in this e-mail are fictional and any resemblance to any bits living or dead is purely coincidental.
Professional bits on a closed course. Do not attempt.
Don't knock on deaths door, ring the bell and run, he hates that.

No bits were harmed in the making of this e-mail.
All bits in this e-mail are fictional and any resemblance to any bits living or dead is purely coincidental.
Professional bits on a closed course. Do not attempt.
Don't knock on deaths door, ring the bell and run, he hates that. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to