This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug malloc/14589] mtrace.pl : error Number found where operator expected at ./mtrace.pl line 227


http://sourceware.org/bugzilla/show_bug.cgi?id=14589

--- Comment #2 from jpdonnelly at eucalyptus dot com 2012-09-17 13:57:03 UTC ---
1. Why is this failing :
root@eucahost-51-75 eucalyptus]# ./mtrace.pl mtrace.log
-bash: ./mtrace.pl: @PERL@: bad interpreter: No such file or directory

2.[root@eucahost-51-75 eucalyptus]# head ./mtrace.pl 
#! @PERL@
eval "exec @PERL@ -S $0 $@"
    if 0;
# Copyright (C) 1997-2008, 2009, 2010 Free Software Foundation, Inc.


3. most perl scripts start with 

#!/usr/bin/perl

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]