Has anyone had luck running tcl within a chroot? I have the required
libraries reported by ldd in place, but the interpreter cannot find
them.
# chroot /var/www /usr/local/bin/tclsh8.5
/usr/local/bin/tclsh8.5: can't load library 'libtcl85.so.1.7'
# ldd `which tclsh8.5`
/usr/local/bin/tclsh8.5:
> have you run ldconfig?
...
> that should create /var/www/var/run/ld.so.hints which aids the linker in
> locating the shared libs.
Thanks Dan, I hadn't.
Hi T.
I warn you that I am no unix/security expert. The following should be
reviewed by somebody with more experience, especially with regard to
permissions.
Nevertheless, I did manage to get fcgi running on 5.7. In my case I
used C/Luajit/FCGX. I used the FCGX headers in fcgiapp.h rather than
f
T.
Seeing the unix socket file is a good sign. Try debugging by running
httpd -dvvv so that you can see all the error messages in the console.
> The script does not return, which is probably because of the while
> loop waiting for a new connection. However, in a second shell I can
> see that this
This is fantastic. Is there a high pitched-noise from the board? I
find that with Trisquel, I really needed a tool like powertop to tweak
settings in order to make the machine quiet.
> System boots just fine - (previously it would hang on probing CPU, 4
> months ago)
> Sleep /Wake works
> X11 wo
about my setup:
- I use a custom X keyboard layout (Colemak), but according to xev
this keyboard layout is fine.
- I have the same problem on an X60 Tablet, an Asus 1001p Eee PC, and
an Intel NUC.
I cannot quite isolate the problem, so any suggestions would be appreciated.
Regards,
Paul Pereira
Hi Nicholas,
Thanks, this in .Xdefaults did the trick:
XTerm*eightBitInput: false
XTerm*eightBitOutput: true
On 20 July 2015 at 19:38, Nicholas Marriott wrote:
> Hi
>
> Are xterm(1) eightBitInput and eightBitControl turned off?
7 matches
Mail list logo