What's new

[TUTORIAL]CHEROKEE web server through optware

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

From the log you sent, gdbm is missing...
Code:
ipkg install gdbm

Does not work.
The output is:
admin@RT-AC68U-93A8:/tmp/home/root# ipkg install gdbm
Installing gdbm (1.8.3-4) to /opt/...
Downloading http://nw-dlcdnet.asus.com/asusware/arm/stable/gdbm_1.8.3-4_arm.ipk
wget: server returned error: HTTP/1.1 404 Not Found
Nothing to be done
An error ocurred, return value: 22.
Collected errors:
ipkg_download: ERROR: Command failed with return value 1: `wget -q -P /opt/ipkg-RPfyri http://nw-dlcdnet.asus.com/asusware/arm/stable/gdbm_1.8.3-4_arm.ipk'
Failed to download gdbm. Perhaps you need to run 'ipkg update'?
 
Code:
ipkg install http://ipkg.nslu2-linux.org/feeds/optware/mbwe-bluering/cross/stable/gdbm_1.8.3-4_arm.ipk
 
Code:
ipkg install http://ipkg.nslu2-linux.org/feeds/optware/mbwe-bluering/cross/stable/gdbm_1.8.3-4_arm.ipk

the file downloaded and installed fine, but still does not work.
I started the tutorial from the begining and still nothing.

This is what i get when running "cherokee-admin -b"

admin@RT-AC68U-93A8:/tmp/home/root# cherokee-admin -b
[13/09/2014 22:26:30.245] (error) plugin_loader.c:194 - Something just happened
while opening a plug-in file | The operating system reported 'File not
found' while trying to load '/opt/lib/cherokee/libplugin_render_rrd.so'.

[13/09/2014 22:26:30.245] (error) plugin_loader.c:362 - Could not open the
'render_rrd' module | Either you are trying to use an unavailable
(uninstalled?) plugin, or there is a installation issue.

main_admin.c:407 - Could not initialize the server
 
Aah, just starting with the rt-ac68u with optware.
Cherokee is mentioned on Merlins site, did not know lighttpd is optware compatible.
Just want a http server to run, to create my own dropbox with a nice interface for all clients.

Anyway, tnx, will try that.
 
tnx,
Yes, that what i meant, will check it out tomorrow.
O btw, lighttpd runs on entware, and that not available for ARM.
Anyway a http server would be nice for future projects.
 
tnx,
Yes, that what i meant, will check it out tomorrow.
O btw, lighttpd runs on entware, and that not available for ARM.
Anyway a http server would be nice for future projects.
Lighttpd is available on optware too
Code:
ipkg install lighttpd
 
Hi! I can't install cherokee with errors. hdd and flash drive ext4 formatted. router factory resetting. file plased on its folders. what i to do?


/tmp/home/root# ipkg install cherokee
Installing cherokee (1.0.19-2) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/mbwe-bluering/cross/stable/cherokee_1.0.19-2_arm.ipk
If you're upgrading from pre 0.8, the configuration format has changed
Please use the new configuration files.
Configuring cherokee
Starting web server: cherokee
[19/03/2017 18:09:43.287] (error) plugin_loader.c:194 - Something just happened
while opening a plug-in file | The operating system reported 'File not
found' while trying to load '/opt/lib/cherokee/libplugin_cgi.so'.

[19/03/2017 18:09:43.287] (error) plugin_loader.c:362 - Could not open the
'cgi' module | Either you are trying to use an unavailable (uninstalled?)
plugin, or there is a installation issue.

Couldn't read the config file: /opt/etc/cherokee/cherokee.conf
Successfully terminated.
 
Last edited:

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top