You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ You need to make sure that cache directory is writeable by web server. After mak
223
223
You can set any compiler configurations by creating `fpc.cfg` file in directory where pascal program resides. For example with content as follows,
224
224
225
225
```
226
-
# add configuration from default configuration
226
+
# add configuration from default configuration
227
227
#INCLUDE /etc/fpc.cfg
228
228
229
229
# compile with level 3 optimization
@@ -254,3 +254,12 @@ EProcess: Executable not found: "/usr/local/bin/instantfpc"
254
254
```
255
255
Make sure you set correct path for Free Pascal compiler and InstantFpc binaries. You can either set `FpcBin` and `InstantFpcBin` in [module configuration](#module-configuration) or create symlink to those binaries. If you set in module configuration, do not forget to restart Apache service after making changes.
256
256
257
+
### Fail to install FreeBSD
258
+
259
+
You get error `Undefined symbol "operatingsystem_parameter_envp"`
260
+
```
261
+
# apachectl restart
262
+
Performing sanity check on apache24 configuration:
263
+
httpd: Syntax error on line 183 of /usr/local/etc/apache24/httpd.conf: Syntax error on line 9 of /usr/local/etc/apache24/modules.d/300_mod_pascal.conf: Cannot load libexec/apache24/mod_pascal.so into server: /usr/local/libexec/apache24/mod_pascal.so: Undefined symbol "operatingsystem_parameter_envp"
264
+
```
265
+
[See related issue](https://github.com/zamronypj/mod_pascal/issues/1)
0 commit comments