Skip to content

Commit 8d16b84

Browse files
committed
edit documentation on FreeBSD issue
1 parent c376949 commit 8d16b84

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ You need to make sure that cache directory is writeable by web server. After mak
223223
You can set any compiler configurations by creating `fpc.cfg` file in directory where pascal program resides. For example with content as follows,
224224

225225
```
226-
# add configuration from default configuration
226+
# add configuration from default configuration
227227
#INCLUDE /etc/fpc.cfg
228228
229229
# compile with level 3 optimization
@@ -254,3 +254,12 @@ EProcess: Executable not found: "/usr/local/bin/instantfpc"
254254
```
255255
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.
256256

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

Comments
 (0)