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
Very minor configuration item: I cloned Zoltan onto my FreeBSD 12.2 system, configure and compile went smoothly. But on the make install it failed because the path to perl on my system is /usr/local/bin instead of /usr/bin. I can (and did) just re-run configure with the --with-perl option but this did not help - the path remains hard-coded at
Uh oh!
There was an error while loading. Please reload this page.
Very minor configuration item: I cloned Zoltan onto my FreeBSD 12.2 system, configure and compile went smoothly. But on the
make install
it failed because the path to perl on my system is/usr/local/bin
instead of/usr/bin
. I can (and did) just re-run configure with the--with-perl
option but this did not help - the path remains hard-coded atZoltan/config/token-replace.pl
Line 1 in f767d44
Editing the file manually (and one other) with my perl path allowed a successful compile.
The text was updated successfully, but these errors were encountered: