View previous topic :: View next topic |
Author |
Message |
sint n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Apr 2004 Posts: 16
|
Posted: Sun Sep 03, 2006 9:22 pm Post subject: no mod_ssl in lighttpd |
|
|
after emerging lighttpd, everything work fine and well, but when i add "mod_ssl" to server modules and try to restart lighttpd i'm getting this errormessage:
2006-09-03 23:18:58: (plugin.c.165) dlopen() failed for: /usr/lib/lighttpd/mod_ssl.so /usr/lib/lighttpd/mod_ssl.so: cannot open shared object file: No such file or directory
2006-09-03 23:18:58: (server.c.583) loading plugins finally failed
there is no mod_ssl in /usr/lib/lighttpd and if i emerge it, it doesn't build one(i've added the USEFLAG!!)!
is there a way to get the mod_ssl? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
.:chrome:. Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1738078993454a825c7608f.jpg)
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Sun Sep 03, 2006 10:59 pm Post subject: Re: no mod_ssl in lighttpd |
|
|
mod_ssl is designed for apache!!!
you have to set USE="ssl" for lighttpd |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sint n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Apr 2004 Posts: 16
|
Posted: Mon Sep 04, 2006 7:57 am Post subject: |
|
|
thats what i've done. i haven't build the apache one. its clear that this won't work.
but lighttpd is searching for a mod_ssl.so in /usr/lib/lighttpd/! some other modules already there, as i've wanted them by the useflags. but ssl doesn't work! even if i set the useflag |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
.:chrome:. Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1738078993454a825c7608f.jpg)
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Mon Sep 04, 2006 8:38 am Post subject: |
|
|
did you haver set USE="ssl" or not? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sint n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Apr 2004 Posts: 16
|
Posted: Mon Sep 04, 2006 10:35 am Post subject: |
|
|
these are my useflags:
bender sint # emerge -pv lighttpd
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] www-servers/lighttpd-1.4.11 USE="bzip2 fastcgi gdbm ldap memcache mysql pcre php rrdtool ssl -doc -fam -ipv6 -lua -minimal -test -webdav -xattr" 0 kB
Total size of downloads: 0 kB |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
.:chrome:. Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1738078993454a825c7608f.jpg)
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Mon Sep 04, 2006 12:32 pm Post subject: |
|
|
try ldd /usr/lib/lighttpd/mod_ssl.so or check your config file for the correct file name |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sint n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Apr 2004 Posts: 16
|
Posted: Mon Sep 04, 2006 5:35 pm Post subject: |
|
|
k.gothmog: thanks for your help, but i was wrong!
i found a sample config file with the mod_ssl thing in the internet and thought this is correct. but i found out you don't have to add "mod_ssl"! you have write ssl.engine = "enable". is kinda weird, since any other module is working as mod_something..
thanks for your help anyways! ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|