Re: "error while loading shared libraries: libmysqlclient.so.15:" Huh?
Posted by: dE logics
Date: June 03, 2013 12:21AM

Try removing $(mysql_config --libs) and $(mysql_config --cflags)

Searching for libraries and headers is the task of OS and done by the dynamic linker.

"The strange thing is, I thought executables on Linux were stand-alone and didn't
need to load any libraries on the fly in order to function. "

Hu? You'll hardly find any static executables on linux.

To make a static one use -static with GCC, but I'm not sure if it'll work.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: "error while loading shared libraries: libmysqlclient.so.15:" Huh?
2091
June 03, 2013 12:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.