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.
Old posts that have not been replied to for several years.
g
ghostaq
Post
by ghostaq » Wed Jan 22, 2003 5:40 am
Hey,
I'm all new to this eggdrop stuff so i might be asking a stupid question here.. But im stuck installing the ipv6 for eggdrop1.6.13.
I did the following thing (as can be read at Setting up a eggdrop):
tar zxvf eggdrop1.6.13.tar.gz
cd eggdrop1.6.13
./configure
And then
patch -p1 < eggdrop1.6.13+ipv6.patch.gz
But then i get this:
patch unexpectedly ends in middle of line
patch: **** Only garbage was found in the patch input.
How do i solve this?
Thanks for you time!
Grtz
ghostaq
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Wed Jan 22, 2003 6:48 am
From looking at the files it alters, you will need to import tha patch, before running the ./configure command.
g
ghostaq
Post
by ghostaq » Wed Jan 22, 2003 6:58 am
So i have to do this:
tar zxvf eggdrop1.6.13.tar.gz
cd eggdrop1.6.13
patch -p1 < eggdrop1.6.13+ipv6.patch.gz
And then go on with the normal install.
./configure
etc..
Ill try that, thanks
EDIT:
Same thing after: tar zxvf eggdrop1.6.13.tar.gz / cd eggdrop1.6.13 :
ghostaq@box:~/eggdrop1.6.13$ ls
CONTENTS FEATURES Makefile.in acconfig.h configure* doc/ help/ misc/ text/
COPYING INSTALL NEWS aclocal.m4 configure.in eggdrop.conf* language/ scripts/
ChangeLog Makefile README config.h.in disabled_modules eggdrop1.6.13+ipv6.patch.gz logs/ src/
ghostaq@box:~/eggdrop1.6.13$ patch -p1 < eggdrop1.6.13+ipv6.patch.gz
patch unexpectedly ends in middle of line
patch: **** Only garbage was found in the patch input.
ghostaq@box:~/eggdrop1.6.13$
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Wed Jan 22, 2003 7:05 am
EEK, my bad.
I only spotted one of 2 issues.
The second issue, is that the patch is still compressed.
To conserve web-space, Slennox has compressed all files in the Tcl arhchive. As such, they are Either single files compressed, or Tar balls compressed.
Simple type "gunzip <file>"
This will uncompress it, and remove the .gx off the end. You can now use the "patch" command on this file.
g
ghostaq
Post
by ghostaq » Wed Jan 22, 2003 7:07 am
Thank you, it works
Didn't notice the gz :/