(RADIATOR) running into snags trying to get EAP-FAST working

Andrew D. Clark adc at umn.edu
Tue Feb 12 12:57:50 CST 2008


On Tuesday 12 February 2008 09:12:29 am Jim Veneskey wrote:
> And my results:
> > deathwing:/tmp$ cd openssl-0.9.8d
> > deathwing:/tmp/openssl-0.9.8d$  patch -r 1 <
> > ../openssl-0.9.8d-session-ticket-osc.patch can't find file to patch at
> > input line 4
> > Perhaps you should have used the -p or --strip option?
> > The text leading up to this was:
> > --------------------------
> >
> > |diff -uprN openssl-0.9.8d.orig/include/openssl/ssl.h
> > | openssl-0.9.8d/include/openssl/ssl.h ---
> > | openssl-0.9.8d.orig/include/openssl/ssl.h  2006-06-14
> > | 23:52:49.000000000 +1000 +++ openssl-0.9.8d/include/openssl/ssl.h      
> > | 2007-09-03 10:02:32.000000000 +1000
> >
> > --------------------------
> > File to patch:
> > deathwing:/tmp/openssl-0.9.8d$
>
> I tried a variety of openssl versions and the corresponding patches, and
> all of them gave me this same error.
> I'm no expert on patch, so this was a dead end for me.

Probably just need the -p option - probably -p1 will do it for you.  That 
option is used to remove non-relevant path information from the patching 
process so that patch can find the proper files to operate upon.

Basically -p1 turns this:

openssl-0.9.8d.orig/include/openssl/ssl.h

into 

include/openssl/ssl.h

If you are running patch from the directory containing the openssl source 
code, that would be the way to go.

-- 
Andrew D. Clark, Network Operations Engineer 	
University of Minnesota, Networking/Telecom Services 	
2218 University Ave SE
Minneapolis, MN 55414-3029      
Phone: 612-626-4880

--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list