[prev in list] [next in list] [prev in thread] [next in thread] 

List:       net-snmp-bugs
Subject:    [ net-snmp-Bugs-1585156 ] -without-perl-modules does not work
From:       "SourceForge.net" <noreply () sourceforge ! net>
Date:       2006-10-26 15:29:52
Message-ID: E1Gd7B2-0004u4-EH () sc8-sf-web4 ! sourceforge ! net
[Download RAW message or body]

Bugs item #1585156, was opened at 2006-10-26 17:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=112694&aid=1585156&group_id=12694

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: configure
Group: linux
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ids van der Molen (idsvandermolen)
Assigned to: Nobody/Anonymous (nobody)
Summary: -without-perl-modules does not work

Initial Comment:
Trying to compile without any perl modules does not
work. Adding --without-perl-modules and
--disable-embedded-perl does disable embedded perl but
not other perl modules.

I think the lines in configure script which read:
if test "${with_perl_modules+set}" = set; then
  withval="$with_perl_modules"

    install_perl=yes
    if test "$withval" = yes; then
      PERLARGS=""
    else
      PERLARGS="$withval"
    fi

fi;

should be changed to:
if test "${with_perl_modules+set}" = set; then
  withval="$with_perl_modules"

    if test "$withval" = yes; then
      install_perl=yes
      PERLARGS=""
    else
      PERLARGS="$withval"
    fi

fi;

After these changes compilation and specifically
installation without perl modules seems to be ok.
Bugs observed in versions 5.3.0.1 and 5.3.1 on Suse
10.1 linux.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=112694&aid=1585156&group_id=12694

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-bugs mailing list
Net-snmp-bugs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic