I installed a new version of Apache server, I used options like --with-PACKAGE to configure Apache to use a custom path for a package, but Apache is already installed. How can I change the path of a package?
I installed a new version of Apache server, I used options like –with-PACKAGE to
Share
The standard way of doing this with
./configureis like so:For example:
If your package has just moved to another location (i.e. it’s no longer in its old location), just restarting Apache will do that. If it doesn’t, inspect the output of
ldd:Sometimes
/usr/local/libis not enabled by default for the linker; you can add this to/etc/ld.so.confor/etc/ld.so.conf.d/– depending on your preference. Afterwards you have to runlconfigto commit the changes.