Hi,
generally speaking, the APserver is looked for in two
directories:
1. the directory in which apl lives, and
2. the subdirectory APs of that directory.
Case 1. above is the normal case: both apl and APserver
are installed
Hello
From the make install the APserver is in /usr/local/bin/APserver along with
apl and AP100 and AP210
but according to the strace log it never looks for /usr/local/bin/APserver just
in the current dir
access("./APserver", X_OK) = -1 ENOENT (No such file or directory)
acces
Hi,
at a first glance:
You cannot simply skip init_libapl() because that will
leave many
C++ variables undefined and because of that your program will
crash
sooner or later.
Instead: make sure your program finds the APserver