Forum Moderators: phranque

Message Too Old, No Replies

cannot find a module in win 32?

mod_lisp.so

         

furtivefelon

12:51 am on Jan 27, 2005 (gmt 0)

10+ Year Member



hi, i tried to put apache2 module in it's modules folder, and load it as such:
LoadModule lisp_module modules/mod_lisp.so

when i restart the server, it gave me a message:
Syntax error on line 173 of --apache address-- :
cannot load C:/Program Files/Apache Group/Apache2/mudules/mod_lisp.so into server: The specified module could not be found

anyone know what might be causing this problem, i know for sure that i have put mod_lisp.so into modules folder..

jdMorgan

2:47 am on Jan 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is this an error in posting here on WebmasterWorld, or an error in your server config?

> cannot load C:/Program Files/Apache Group/Apache2/mudules/mod_lisp.so into server: The specified module could not be found

Jim

furtivefelon

2:59 am on Jan 27, 2005 (gmt 0)

10+ Year Member



ops.. sorry, i typed that wrong.. sorry, it should be modules.. so yah, the problem still exists.. and i don't believe it's because of my server config :¦

kalos

5:12 am on Jan 27, 2005 (gmt 0)

10+ Year Member



From their webpage the syntax should be:

LoadModule lisp_module modules/mod_lisp.dll

Not .so as your config file states.

[edited by: jdMorgan at 5:22 am (utc) on Jan. 27, 2005]
[edit reason] Fixed [bold] tags [/edit]

kalos

11:05 am on Jan 27, 2005 (gmt 0)

10+ Year Member



Thanks for fixing the bold tag blunder Jim.

I grabbed the mod_lisp files (version 2.32 for Windows) and tried, to no avail, to get them to work. "apache -t" failed with the same error every time even though the file exists in the modules directory. Odd since I've added mod_security, php, and mod_perl the same way. My only guess, other than the fact the install information on the mod_lisp page is wrong (it's .so after all, not .dll), is that this version of mod_lisp is not compiled for either Apache 2 or this version of Apache 2. If I knew C at all I might try to compile it, but no thanks.

Sorry it's not working, and if you get it to start shoot me a note please. Looks interesting.

-ben

furtivefelon

10:42 pm on Jan 27, 2005 (gmt 0)

10+ Year Member



assuming your using apache2.. here is a great tutorial that'll get u up and running a lisp server :D

[home.comcast.net...]