| Peter on Sat, 22 Sep 2018 11:57:11 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: having issues installing with source code and need help |
Am 22.09.2018 um 07:52 schrieb Joseph Ferrara: > > ./gp-sta: symbol lookup error: /usr/local/lib/libreadline.so.7: > undefined symbol: UP > ./gp-dyn: symbol lookup error: /usr/local/lib/libreadline.so.7: > undefined symbol: UP did you install the binary and header files for libreadline? if not, do so by typing: sudo apt-get install libreadline libreadline-dev HTH, Peter