Search Results

Search: Posts Made By: madispuk
3,780
Posted By madispuk
Thank you for your reply! I can make correct...
Thank you for your reply! I can make correct modifications now.

Please use CODE tags not CODE tags for your posts
3,780
Posted By madispuk
Thank you Corona688 for you reply. This binary...
Thank you Corona688 for you reply.
This binary wasn't really a binary, it was just in the /bin folder, so I could just change the code without using hex editor.
/usr/local/bin is in the PATH when I...
3,780
Posted By madispuk
Thanks, that was helpful! ...
Thanks, that was helpful!

/usr/local/bin/csso: line 13: node: command not found

It needs node.js, but it looks like it can't find it. I'll try to see how to fix it.

EDIT: I modified csso...
3,780
Posted By madispuk
No man page and nothing in the docs about error...
No man page and nothing in the docs about error codes. Have to find a new solution.
Thank you very much anyway!
3,780
Posted By madispuk
Exit code: 32512 I think it means that it...
Exit code:
32512

I think it means that it can't find the "csso" command.

which csso
points to
/usr/local/bin/csso
when
which echo
points to
/bin/echo

Maybe /usr/local/bin is not...
3,780
Posted By madispuk
Yes. I even tried to run it as an apache (and it...
Yes. I even tried to run it as an apache (and it works):
su -s /bin/sh apache -c "[COMMAND]"
3,780
Posted By madispuk
Perl system() to run a script
Hello,

I'm trying to run "csso" (minify css) in a CGI script from the web panel.

That is not working: Returns error 0;

my $cmd = qq`csso stylesheet.css > stylesheet.min.css`;
system($cmd);...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy