PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → WebDev Administrator on Linux
WebDev Administrator on Linux
Iniciado por Roland, 01,nov. 2012 20:36 - No hay respuesta
Publicado el 01,noviembre 2012 - 20:36
I'm running an Ubuntu 12.04 64bit server for WebDev 17, but am not able to run the wd170admin application.

Firstly, I got an error:
wd170admin error while loading shared libraries libgtk-x11-2.0.so.0: cannot open shared object file

It turned out that libgtk-x11-2.0.so.0 is either a 32bit library or refers to a 23bit library, so I installed "ia32-libs-gtk" and that fixed that.

However, now, when I attempt to run:

sudo ./wd170admin /INTERFONLY

(according to http://doc.windev.com/en-US/… )

I get nothing displayed, but in /var/log/syslog I find these lines:
wd170session: Cannot open pipe /tmp/WEBDEV_170_12383 (flag:1) , error 22, Success
wd170session: Cannot open pipe /tmp/WEBDEV_170_12385 (flag:1) , error 22, Success
wd170admind: Stopping WebDev on SIGTERM , error 4, Success

So what do I do now? There doesn't seem to be much information on "Cannot open pipe" in the /tmp dir on the web...