OpenWrt Forum Archive

Topic: Help - lighttpd on whiterussian .9

The content of this topic has been archived on 11 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I keep getting this error:
2000-01-02 21:03:38: (plugin.c.165) dlopen() failed for: /usr/lib/lighttpd/mod_status.so File not found
2000-01-02 21:03:38: (server.c.583) loading plugins finally failed

from search i thought it was the package lighttpd_1.4.11-2_mipsel.ipk so I went to the backports
and installed 1.4.11-1 and still same error.

Can someone give me directions on how they installed lighttpd on .9?  Many thanks.

I had this same error recently on 0.9, so basically this is what I did:

I found mod_status.so in some other folder and created a symbolic link to it in the /usr/lib/ folder.
This also happened for mod_rewrite.so, mod_auth.so, etc. so you may want to find out where the
original file is.

thanks openwrter.  i did manage to find the reference in this forum so i did use 1.4.11-1 in rc6 to get it from the data files and upload it to my router.

however my problem now is this error:

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/gd.so' - File not found in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/gd.so' - File not found in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/gd.so' - File not found in Unknown on line 0

the file is there. a forum search shows using an older package from mscats but his link is no longer available.
How were you or anyoneelse able to resolve this issue?

Thanks for any info.

Download packages from http://downloads.openwrt.org/backports/0.9/

-check your /lib/lib, /lib, /usr/lib for the installed package.

or issue this command: "ipkg files packagename" to find the install directory.

(Last edited by ratbug on 11 Aug 2007, 17:53)

The discussion might have continued from here.