help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PHP help


From: Kne
Subject: Re: PHP help
Date: Tue, 22 Jun 2010 17:45:21 -0700 (PDT)

I tried system('sh shell.sh'). Since i am running T shark as well, the output
printed a few problems with respect to t shark. So i removed the octave
commands from shell.sh and gave like this.

shell_exec('sh shell.sh');
system(/usr/local/bin/octave analyse_collected_frames 2>&1);
system(/usr/local/bin/octave analyse_collected_pkts 2>&1);

This time, the shell script executed without problems and the octave part
displayed the error below. (By the way, the '/usr/local/bin/octave' is
because i installed it there and forgot to configure it to be run by just
octave. I did not have time to find out how its done)


/usr/local/bin/octave: /opt/lampp/lib/libgcc_s.so.1: version `GCC_4.0.0' not
found (required by /usr/local/lib/octave-3.2.4/liboctinterp.so)
/usr/local/bin/octave: /opt/lampp/lib/libgcc_s.so.1: version `GCC_4.0.0' not
found (required by /usr/local/lib/octave-3.2.4/liboctave.so)
/usr/local/bin/octave: /opt/lampp/lib/libgcc_s.so.1: version `GCC_4.0.0' not
found (required by /usr/local/lib/octave-3.2.4/libcruft.so)
/usr/local/bin/octave: /opt/lampp/lib/libgcc_s.so.1: version `GCC_4.2.0' not
found (required by /usr/lib/libstdc++.so.6) /usr/local/bin/octave:
/opt/lampp/lib/libgcc_s.so.1: version `GCC_4.0.0' not found (required by
/usr/local/lib/octave-3.2.4/liboctinterp.so) /usr/local/bin/octave:
/opt/lampp/lib/libgcc_s.so.1: version `GCC_4.0.0' not found (required by
/usr/local/lib/octave-3.2.4/liboctave.so) /usr/local/bin/octave:
/opt/lampp/lib/libgcc_s.so.1: version `GCC_4.0.0' not found (required by
/usr/local/lib/octave-3.2.4/libcruft.so) /usr/local/bin/octave:
/opt/lampp/lib/libgcc_s.so.1: version `GCC_4.2.0' not found (required by
/usr/lib/libstdc++.so.6) 
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/PHP-help-tp2264800p2264987.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]