how to disable hpmhooking when using "make plugins"? (i got error)

xlaws27

New member
Messages
225
Points
0
i need hpm for @costumeitem but since i got this error(they say it's because i got a low ram) i want to remove it to "make plugins"

so i can insert the @security or @itemmap.

Code:
make[1]: Entering directory `/root/Desktop/trunk/src/plugins'		CC	  HPMHooking.c{standard input}: Assembler messages:{standard input}:173042: Warning: end of file not at end of a line; newline insertedgcc: Internal error: Killed (program cc1)Please submit a full bug report.See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.make[1]: *** [../../plugins/HPMHooking.so] Error 1make[1]: Leaving directory `/root/Desktop/trunk/src/plugins'make: *** [plugins] Error 2 
 
Last edited by a moderator:
Old gcc often uses more ram for HPMHook,

So you can install new gcc, to overcome this problem..

@BackToTopic,

type this

make plugin.PluginFileNameSo for itemmap.c, typemake plugin.itemmap

Note: security plugin requires HpmHook to be enabled

 
Old gcc often uses more ram for HPMHook,

So you can install new gcc, to overcome this problem..

@BackToTopic,

type this

make plugin.PluginFileNameSo for itemmap.c, typemake plugin.itemmap

Note: security plugin requires HpmHook to be enabled
oh demn im screwed o_O

anyway thanks and i tried this but unfortunately it is the latest

i got 1gb ram. how much gb ram do hpm needs?

[root@@ragnarok ~]# yum install gcc make mysql mysql-devel mysql-server pcre-devel gizlib-devel

Loaded plugins: fastestmirror

Loading mirror speeds from cached hostfile

 * base: mirrors.unifiedlayer.com

 * extras: mirrors.unifiedlayer.com

 * updates: repos.lax.quadranet.com

base | 1.1 kB 00:00

extras | 2.1 kB 00:00

updates   | 1.9 kB 00:00

Setting up Install Process

Package gcc-4.1.2-55.el5.i386 already installed and latest version

Package 1:make-3.81-3.el5.i386 already installed and latest version

Package mysql-5.0.95-5.el5_9.i386 already installed and latest version

Package mysql-devel-5.0.95-5.el5_9.i386 already installed and latest version

Package mysql-server-5.0.95-5.el5_9.i386 already installed and latest version

Package pcre-devel-6.6-9.el5.i386 already installed and latest version

No package git available.

Package zlib-devel-1.2.3-7.el5.i386 already installed and latest version

Nothing to do

 
Last edited by a moderator:
Back
Top