in reply to Re: Error Installing Module
in thread Error Installing Module

Thanks, Now i installed it..But is there any way by which we can uninstall or modify it?

Replies are listed 'Best First'.
Re^3: Error Installing Module
by syphilis (Archbishop) on Mar 03, 2011 at 08:42 UTC
    But is there any way by which we can uninstall or modify it?

    To uninstall, I would just manually delete the files that were installed by 'make install'. (These files would have been named during the 'make install' process.)

    It's generally unnecessary to remove anything - you can just leave them sit there and they'll do no harm. If you want to make modifications, just modify the source, and then build and install again. (The new install will overwrite the old installation.)

    Cheers,
    Rob
      Thanks..I 'l try to change and install the module again..