On Tue, 2004-03-02 at 10:54, Dilip M wrote:
> LOOKUP_LIBS=-L/usr/lib/mysql -lpam
That adds a directory to add to the search list for libraries, but you
have not added an actual library in. You probably want to add something
like
-lmysqlclient
to the LOOKUP_LIBS line
Nigel.
--
[ Nigel Metheringham Nigel.Metheringham@??? ]
[ - Comments in this message are my own and not ITO opinion/policy - ]