1

I am having trouble with Gwan, I have used is successfully without hiccup on several machines but having trouble with my current machine CentOS 6.3 64bit Final, gwan version 3.12.26, glibc version 2.12 (stable) from gwan.

Whenever I try and start gwan ./gwan

It returns back with

Linking loan.c: failed to map segment from shared object: Operation not permitted

I have full root access, have made sure that all .so shared files are executable, and ensured that SELinux was OFF.

Anything you all can shed some light on would be great

Gil
  • 3,279
  • 1
  • 15
  • 25
John-Alan
  • 171
  • 7
  • That's most probably an access rights issue for temporary files. If /tmp is mounted with the noexec option then you will have to define a $TMPDIR environment variable with more permissive rights, see the G-WAN FAQ: http://gwan.ch/faq#error8246 – Gil Jan 09 '13 at 10:38

2 Answers2

0

There are stability issues on version 3.12.26 due to GLIBC wrappers and direct system calls. The issues are different on different OS/GLIBC that's why it's working on some machines and not working on others.

I will suggest to use 3.3 (If you have it) for now until version 4 is released.

Richard Heath
  • 349
  • 3
  • 12
  • Great answer Richard - We were so dismayed with GLIBC's failure to benefit from G-WAN's wrappers aimed at patching its flaws that we completely removed G-WAN's dependency on GLIBC by implementing the remaining syscalls and the few needed libc functions. As a result, **G-WAN will now be PORTABLE on all Linux releases since 2003** in addition to be even smaller and faster. – Gil Jan 03 '13 at 15:46
  • I downloaded the 3.3 version but the same problem as above persists, still have root access and SELinux off, and have an updated version of GLIBC – John-Alan Jan 06 '13 at 12:25
  • If **/tmp** is mounted with the **noexec** option then you will have to define a $TMPDIR environment variable with more permissive rights, see the G-WAN FAQ: http://gwan.ch/faq#error8246 – Gil Jan 09 '13 at 10:37
-2

Richard Heath, give the link to download 3.3 version! Why all advices about G-WAN so uninformative? It's all like bla bla bla. I explore the whole gwan.com website. Only link to download latest version!