This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Problem to patch eggdrop 1.6.19 with the ssl patch...

General support and discussion of Eggdrop bots.
Post Reply
Z
Zerg
Halfop
Posts: 49
Joined: Sat May 20, 2006 10:03 am

Problem to patch eggdrop 1.6.19 with the ssl patch...

Post by Zerg »

I have used the patch howto but have errors:

pwd
/home/barkeeper/eggdrop1.6.19

patch -p1 < ../eggdrop-1.6.19-ssl-rootie.patch
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.in 2004-08-28 08:43:21.000000000 +0200
|+++ Makefile.in 2008-04-19 11:29:55.000000000 +0200
--------------------------
File to patch:


What must i do?

Thank you for help.
z
ztian299
Halfop
Posts: 59
Joined: Sat Apr 19, 2008 4:57 pm
Location: *.no

Post by ztian299 »

try with:

Code: Select all

patch -p0 < ../eggdrop-1.6.19-ssl-rootie.patch
Post Reply