Cannot install to /usr/local
Brought to you by:
pizzach
After install of the current GIT version in Ubuntu 11.10,
$ autogen.sh && ./configure && make && make install
When I start gwaei, I get an error message: "libwaei.so.2: No such file or directory"
The libraries libwaei* are in /usr/local/lib. Should be in subdirectory /usr/local/lib/gwaei?
I know, in readme.txt it is said to compile with ./configure --prefix /usr
but I would prefer the default --prefix /usr/local
if I do not install via Package Manager...
Thank you for the nice program
Sorry, I was wrong with this.
You may have to set LD_LIBRARY_PATH when you compile. That is an odd error though. I have been installing in /usr/local all the time lately.