Jump to content
  • 0
xlaws27

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

Question

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.

 

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 
Edited by xlaws27

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Old gcc often uses more ram for HPMHook,

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

 

@BackToTopic,

type this

make plugin.PluginFileName
So for itemmap.c, type

make plugin.itemmap

 

 

Note: security plugin requires HpmHook to be enabled

Share this post


Link to post
Share on other sites
  • 0

 

Old gcc often uses more ram for HPMHook,

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

 

@BackToTopic,

type this

make plugin.PluginFileName
So for itemmap.c, type

make 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

 

Edited by xlaws27

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.