Re: net-snmp compilation including perl module

2010-07-09 Thread Bart Van Assche
On Fri, Jan 29, 2010 at 1:39 AM, Group wrote: > Hi, > > I 'm getting compilation issues, i couldnot proceed from here. > Here are the steps which i ran: > > $ ./configure --with-perl-modules --with-openssl="/usr" > $ make > [Getting errors related to openssl package] > > ->Added -lcrypto to LDLO

Re: net-snmp compilation including perl module

2010-02-01 Thread Dave Shield
On 30 January 2010 00:02, Group wrote: > Is there any way to avoid compiling Trapreceiver directory by disabling > any module? You could try editting the file "perl/Makefile.PL" and delete "TrapReceiver" from the DIR list.. Dave --

Re: net-snmp compilation including perl module

2010-01-29 Thread Group
Is there any way to avoid compiling Trapreceiver directory by disabling any module? as i'm not using any traps. I just want to bypass the compilation, Please let me know if there is any alternative way. I couldnot proceed any further with this compilation. On Thu, Jan 28, 2010 at 5:39 PM, Group w

net-snmp compilation including perl module

2010-01-28 Thread Group
Hi, I 'm getting compilation issues, i couldnot proceed from here. Here are the steps which i ran: $ ./configure --with-perl-modules --with-openssl="/usr" $ make [Getting errors related to openssl package] ->Added -lcrypto to LDLOADLIBS as...LDLOADLIBS= -lcrypto in Makefiles present in perl/AS