benoitm974
New Around Here
Hi,
I've just bought and flash my AC-RT68 vith merlin asuswrt .45. I firs tlike to say this is great firmawre and good approach for me. I'm trying to run the lighttpd dameon that is part of the firmware. I've created a basic lighttpd conf file in /jffs but I'm facing 2 issues:
The first one seems to be with the library/mofule which seems to be hard coded to the /home/merlin path:
lighttpd: symbol 'smbc_list_directory': can't resolve symbol
2014-09-15 15:32:10: (plugin.c.169) dlopen() failed for: /home/merlin/asuswrt.ac68/release/src/router/lighttpd-1.4.29/_inst/lib/mod_dirlisting.so
2014-09-15 15:32:10: (server.c.771) loading plugins finally failed
But After I found that lib are in /usr/lib and that you can override the module path with -m optionI get similar error:
lighttpd: symbol 'smbc_list_directory': can't resolve symbol
2014-09-15 15:33:27: (plugin.c.169) dlopen() failed for: /usr/lib/mod_dirlisting.so
2014-09-15 15:33:27: (server.c.771) loading plugins finally failed
æ
Any idea what is happenning to the lighttpd modules ?
Thanks
I've just bought and flash my AC-RT68 vith merlin asuswrt .45. I firs tlike to say this is great firmawre and good approach for me. I'm trying to run the lighttpd dameon that is part of the firmware. I've created a basic lighttpd conf file in /jffs but I'm facing 2 issues:
The first one seems to be with the library/mofule which seems to be hard coded to the /home/merlin path:
lighttpd: symbol 'smbc_list_directory': can't resolve symbol
2014-09-15 15:32:10: (plugin.c.169) dlopen() failed for: /home/merlin/asuswrt.ac68/release/src/router/lighttpd-1.4.29/_inst/lib/mod_dirlisting.so
2014-09-15 15:32:10: (server.c.771) loading plugins finally failed
But After I found that lib are in /usr/lib and that you can override the module path with -m optionI get similar error:
lighttpd: symbol 'smbc_list_directory': can't resolve symbol
2014-09-15 15:33:27: (plugin.c.169) dlopen() failed for: /usr/lib/mod_dirlisting.so
2014-09-15 15:33:27: (server.c.771) loading plugins finally failed
æ
Any idea what is happenning to the lighttpd modules ?
Thanks
Last edited: