Re: compiling ap/libapl

2021-06-20 Thread Dr . Jürgen Sauermann
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

Re: compiling ap/libapl

2021-06-19 Thread enztec
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

Re: compiling ap/libapl

2021-06-19 Thread Dr . Jürgen Sauermann
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

compiling ap/libapl

2021-06-18 Thread enztec
Hello Here is my situation with regards to my compiling apl/libapl i have a working 1182 apl/libapl which works perfectly - the 1182 libapl.so and libapl.a both compile the libapl_test.c code fine i tried to compile 1474 apl/libapl and the apl compiled with no problem but segfaylts when i di