ps -e |grep -i apserver returns nothing.
I do a normal config/build/install, i.e. this is my build shell script: # cd ~/Backup/apl rm -rf * cp -rp ../gnu-apl.svn/* . ./configure make sudo make install therefore, I think if APServer is not running, there is something wrong with the build / install procedure. What the output of a build be helpful? Thanks. Blake On Sun, Jul 27, 2014 at 1:05 PM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > not exactly. More like this: > > Welcome to GNU APL version 1.3 / 7688 > > ... > > > ⎕SVQ ⍳0 > 100 210 > > Looks like some ./configure or installation problem. Make sure > you did ./configure after last SVN update and see how (ps -e) APserver > is running. > > /// Jürgen > > > > On 07/27/2014 07:54 PM, Blake McBride wrote: > > Is this what you intended? > > ⎕SVQ⍳0 > Svar_DB not connected in Svar_DB::get_offering_processors() > 100 210 > > > > > On Sun, Jul 27, 2014 at 12:25 PM, Juergen Sauermann < > juergen.sauerm...@t-online.de> wrote: > >> Hi Blake, >> >> thanks, fixed in SVN 398. >> >> /// Jürgen >> >> >> >> On 07/26/2014 12:58 AM, Blake McBride wrote: >> >> ⎕SVQ⍳0 >> Could not open /usr/local/bin/APs : No such file or directory >> Svar_DB not connected in Svar_DB::get_offering_processors() >> 100 210 >> >> >> > >