Now when the "perl Makefile.PL" command is run for SNMP-4.2.0 the following
is displayed and a Makefile is generated.
    WARNING: LDFLAGS is not a known parameter.
    Writing Makefile for SNMP.
    Unable to locate the MIBS, Please enter the path: [/usr/local/sbin]
/usr/share/snmp/mibs

Now when the "make command is run for SNMP-4.0.2 the following is displayed
and errors out.
    SNMP.o: InFunction 'boot_SNMP':
    SNMP.o(.text+0xcd54): undefined reference to 'Mib'
    " " 'snmp_set_do_debugging'
    .
    .
    .
    SNMP.o(.text+0xxxxx): undefined reference to 'PL_stack_sp'
    Collect 2: ld returned 1 exit status
    make: ***[SNMP] Error 1

------------------------------

I believe your two messages are linked : LDFLAGS may contain the flags giving the 
libraries which should be used for the compilation. If your compiler does not 
understand this variable, it does not include the right libraries, then some functions 
are missing for the linker (like 'Mib').

Check what LDFLAGS contains and how to transform it (or the variable name) to make it 
understandable to your compiler !

Good luck !
-----------------------------------------------------------------

Ce message est confidentiel ; son contenu ne represente en aucun
cas un engagement de la part de Dexia Credit Local ou de Dexia
CLF Banque. Toute publication, utilisation ou diffusion, meme
partielle, doit etre autorisee prealablement par l'emetteur. Si
vous n'etes pas destinataire de ce message, merci d'en avertir
immediatement l'expediteur.

This message is confidential ; its contents do not constitute a
commitment by Dexia Credit Local or Dexia CLF Banque. Any
unauthorised disclosure, use or dissemination, either whole or
partial, is prohibited. If you are not the intended recipient of
the message, please notify the sender immediately.
-----------------------------------------------------------------
Consultez notre site internet www.dexia-clf.fr
La cle d'une gestion optimisee du secteur public local

-----------------------------------------------------------------

Reply via email to