Yes I did ... Jan helped me out with that problem . I tried to set library paths manually even while compiling PWLIB and OPENH323 . the last error is generated by ld command (the linker) . And it somehow means the right library was not found .(if the class does really exists) . try to compile pwlib and openh323 in your home directories .and at the end ,when it compiled and if you got to this point ...
[EMAIL PROTECTED] bin]# ./gnugk ./gnugk: error while loading shared libraries: libh323_linux_x86_r.so.1.18.0: cannot open shared object file: No such file or directory [EMAIL PROTECTED] bin]# try this for instance before running gnugk : export LD_LIBRARY_PATH=/usr/local/openh323gk/lib But to tell you the truth ,my GK still crashes , getting to CLI part ! I am working on the code to find the bug . B Regards. Robin Cook wrote: >Amir H. Shenavandeh, > >Did you ever find a solution to the error below that you were having? > >I am having the same error. I tried commenting out the #ifdef >P_CONFIG_FILE it ptlib.h but get errors of functions not being defined >even though they are in ptlib.h > >g++ -DHAS_PGSQL=1 -I/usr/include/mysql -DHAS_MYSQL=1 -DHAS_RADIUS=1 >-DHAS_MSG_NOSIGNAL=1 -D'MANUFACTURER=GNU' -D'PROGRAMMNAME=Gatekeeper' >-DPTRACING -D_REENTRANT -Wall -I/usr/local/share/pwlib//include >-DPTRACING -I/root/download/openh323_v1_18_0/include -DMAJOR_VERSION=2 >-DMINOR_VERSION=2 -DBUILD_NUMBER=5 -O2 -felide-constructors -c main.cxx >-o obj_linux_x86_r/main.o >gk.h:110: error: ‘PConfig’ has not been declared >make: *** [obj_linux_x86_r/main.o] Error 1 > > >Robin Cook > > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >------------------------------------------------------------------------ > >_______________________________________________________ > >Posting: mailto:[email protected] >Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 >Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users >Homepage: http://www.gnugk.org/ > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________________ Posting: mailto:[email protected] Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/

