PDO SQLite support missing in this PHP install - The sqlite plugin will not work
meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubuntu:start [2013/08/14 04:39] – michaelurspringer | ubuntu:start [2014/10/11 22:39] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 68: | Line 68: | ||
| https:// | https:// | ||
| (Theory: http:// | (Theory: http:// | ||
| + | |||
| + | === Getting Midnight Commander (mc) to list files in zip archives === | ||
| + | The solution is simple: edit the file / | ||
| + | |||
| + | my $op_has_zipinfo = 0; | ||
| + | and change it to | ||
| + | my $op_has_zipinfo = 1; | ||
| + | And that's it. You might need to restart Midnight Commander, but browsing zip archives should be working now. | ||
| + | |||
| + | |||