Menu

#2786 compile fail: No rule to make target `../sedscript', needed by `snmpbulkget.1'. Stop.

linux
open
None
5
2017-06-13
2017-06-08
No

./configure --prefix=/opt/net-snmp --disable-snmptrapd-subagent --disable-agent # fails :
...

make[1]: * No rule to make target ../sedscript', needed bysnmpbulkget.1'. Stop.
make[1]: Leaving directory ...
make: * [installsubdirs] Error 1**

I had to run make sedscript and then it failed again:

make[1]: se sale del directorio /opt/src/net-snmp-5.7.3/mibs'**** make[1]: se ingresa al directorio/opt/src/net-snmp-5.7.3/perl'
make[1]: * No hay ninguna regla para construir el objetivo install'. Alto. make[1]: se sale del directorio/opt/src/net-snmp-5.7.3/perl'
make: * [perlinstall] Error 1**

( I lost the original spanish message of sedscript message )

Regards

Discussion

  • Niels Baggesen

    Niels Baggesen - 2017-06-13
    • assigned_to: Niels Baggesen
     
  • Niels Baggesen

    Niels Baggesen - 2017-06-13

    I just tried to unpack the 5.7.3.tar.gz and do the configure you have shown on my CentOS 6.9 system, and it worked without problems.
    Which distribution is this, and have you done something that you haven't shown us?

     
  • Javier Barroso

    Javier Barroso - 2017-06-13

    I have just try to reproduce, and recreate all the logs.

    tar -zxf ../net-snmp-5.7.3.tar.gz
    cd net-snmp-5.7.3/
    ./configure --prefix=/home/jbarroso/net-snmp --disable-snmptrapd-subagent --disable-agent 2>&1 | tee ../compile.log
    make install 2>&1 | tee ../make-install.log

    I'm attaching logs. This is on a centos 6.9. yum-list.log have the packages installed on the system

    Thank you

     

Log in to post a comment.