| | |
fedora
![]() |
•
•
Join Date: Jun 2005
Posts: 8
Reputation:
Solved Threads: 0
i have installed linux-fedora in my pc.i installed ethereal and i download from www.openhip.org the patch-ethereal-hip and i don't know to install patch-ethereal-hip.the site haven't documentation.do you know to install patch?
thanks!
thanks!
Are you familiar with the patch command? The reason why most people don't proviide instructions for how to do it is because they assume you know what to do with source code patches.
Basically, you download the source to etherreal. You apply the patch while in the ethereal source directory:
cd ethereal-1.xx.xx/
...And then you run patch on it:
patch -n1 < /path/to/patch/file
That patches the source code, then you build the package yourself. You can't really patch a binary package, like an RPM or deb-- you have to do it this way. So, you might want to go ahead and uninstall ethereal, and work on getting it built from source.
Basically, you download the source to etherreal. You apply the patch while in the ethereal source directory:
cd ethereal-1.xx.xx/
...And then you run patch on it:
patch -n1 < /path/to/patch/file
That patches the source code, then you build the package yourself. You can't really patch a binary package, like an RPM or deb-- you have to do it this way. So, you might want to go ahead and uninstall ethereal, and work on getting it built from source.
Alex Cavnar, aka alc6379
![]() |
Similar Threads
- What exactly is Fedora? (Getting Started and Choosing a Distro)
- fedora (*nix Software)
Other Threads in the *nix Software Forum
- Previous Thread: how to setup sendmail and i map server on different comp.
- Next Thread: I can't get crontab running
| Thread Tools | Search this Thread |






