manually reinstalling wget-ssl solved the problem, thank you.
Though 2 other questions/problems emerged:
one, in order to work with mysql in the shell i have to type "mysql -u myadminname"; is there a way to change the default admin user?
and second a problem with lighttpd:
when i try to start lighttpd it complains about no configuration available. when i specifie the file with -f
i get the following error:
Code:
lighttpd -f /opt/etc/lighttpd/*.conf
Duplicate config variable in conditional 0 global: fastcgi.server
2009-12-12 18:12:47: (configfile.c.907) source: cat /opt/etc/lighttpd/conf.d/*.conf line: 15 pos: 1 parser failed somehow near here: (EOL)
2009-12-12 18:12:47: (configfile.c.907) source: /opt/etc/lighttpd/lighttpd.conf line: 333 pos: 1 parser failed somehow near here: (EOL)
the sections in question look like this:
Code:
server.modules = (
# "mod_rewrite",
# "mod_redirect",
# "mod_alias",
"mod_access",
# "mod_cml",
# "mod_trigger_b4_dl",
# "mod_auth",
# "mod_status",
# "mod_setenv",
"mod_fastcgi",
# "mod_proxy",
# "mod_simple_vhost",
# "mod_evhost",
# "mod_userdir",
# "mod_cgi",
# "mod_compress",
# "mod_ssi",
# "mod_usertrack",
# "mod_expire",
# "mod_secdownload",
# "mod_rrdtool",
"mod_accesslog" )
and the end of the file:
Code:
# Configuration from other optware packages
include_shell "cat /opt/etc/lighttpd/conf.d/*.conf"