-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to start apache24. Undefined symbol "lisp_module" #1
Comments
I am keen in having this fixed, as CGI is still a good approach to me as well to leverage Lisp code. |
Two suggestions:
|
Thank you very much for looking at this.
Now I have only this line, added to a default
Error message is still the same, although now it is printed only once. Before it was twice.
I am seeing this on a freshly installed FreeBSD 13.1, with stock Apache2.4 installed from pkg. I do not program in c, I would not know how to fix this on my side. Any help, hint, or manual page to look at would be much appreciated. Thank you again for the advice! |
Look at everything in /usr/local/etc/apache24/ and try to take it back to the original state before you changed anything. The run the apxs command but this time add the -a option. This should automatically change either the httpd.conf file or a file within the ./extra folder (maybe). Another thing to try is to use sudo to run the apxs command. It may be trying to write files and failing because it doesn't have permission. I still can't figure out why it keeps telling you to use the -n option. I've never needed to do that. (But then I also don't have FreeBSD.) |
Thank you again for your time. I have been installing apache 2.4 on a freshly installed, bare bone FreeBSD 13.1, using root account. Just now I have tried to install I have followed the README. Using user root:
Error message:
It would seem not related to FreeBSD only then? |
I am trying to install
mod_lisp
on FreeBSD 13.1, Apache 2.4n
switch toapxs
, or else we get error,So,
Then, following README, I add the following directives to
httpd.conf
,emacs /usr/local/etc/apache24/httpd.conf
But when Apache starts I get
Undefined symbol "lisp_module"
What am I doing wrong?
How can one fix the
Undefined symbol "lisp_module"
error?The text was updated successfully, but these errors were encountered: