On Sun, 27 Mar 2005 07:17:35 +0100 Nazib Shahrier <nazib.shahrier@xxxxxxxxx> wrote: > Hi, > > I am having some trouble while trying to gun gnugk using the following command. > > ./gnugk -r > It shows the following problem: > > ./gnugk: error while loading shared libraries: > libpt_linux_x86_r.so.1.5.2: cannot open shared object file: No such > file or directory > > I am using PWLIB 1.5.2, OPENH323 1.12.2, GNUGK 2.2.1-2 > > Can you tell me what should I do ??? You either use the gnugk binary on the site. I would not recomand this, though, as the CVS version has a lot of bug fixes and new features. The second option is to download the CVS version (instructions on the site), then compile STATICALLY gnugk using the libraries at sourceforge, not the ones at openh323.org (which are no longer developped). Short instructions: 1. download pwlib (preferably the Pandora release) 2. download openh323 (preferably the Pandora release) 3. use the following Linux command "export PWLIBDIR=/usr/local/pwlib" (the directory where you decompressed pwlib) 4. use the following Linux command "export OPENH323DIR=/usr/local/openh323" (the directory where you decompressed openh323) 5. go to the pwlib directory and issue './configure', 'make optdepend' ,'make optnoshared' , DO NOT 'make install' 6. go to the openh323 directory and issue './configure', 'make optdepend' ,'make optnoshared' , DO NOT 'make install' 7. go to the gnugk directory and issue './configure', 'make optdepend' ,'make optnoshared' , then 'make install' it should all work out now. note: if you are not using mysql, postgres or radius you should disable them when you build gnugk "./configure --disable-mysql" for example. -- Siderite <Siderite@xxxxx> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________________ List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/