Every time you start LSWS, there should be a LVE log entry in stderr.log
check pid of lscgid,
lsof -p <pid_of_lscgid>
it should list liblve library and /dev/lve there.
check pid of lscgid,
lsof -p <pid_of_lscgid>
it should list liblve library and /dev/lve there.
root@cp21 [~]# lsof -p 13269
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
httpd 13269 root cwd DIR 253,0 57344 86803487 /usr/local/lsws/bin
httpd 13269 root rtd DIR 253,0 4096 2 /
httpd 13269 root txt REG 253,0 15020 86803818 /usr/local/lsws/bin/lscgid.4.0.16
httpd 13269 root mem REG 253,0 129832 202377556 /lib/ld-2.5.so
httpd 13269 root mem REG 253,0 1689388 202375184 /lib/libc-2.5.so
httpd 13269 root mem REG 253,0 20668 202375246 /lib/libdl-2.5.so
httpd 13269 root 0u unix 0xffff8100323f5c80 72370468 /usr/local/lsws/admin/cgid/cgid.sock.410
httpd 13269 root 2u unix 0xffff81023aef4c80 72370465 socket
root@cp21 [~]#