in reply to Re: Error during compilation of 5.8.8 on solaris 10
in thread Error during compilation of 5.8.8 on solaris 10
Not so much a 'pathing' problem as a problem of the compiler not knowing where to look. Your best bet - assuming that you don't want to hack the Makefile - is to look at the paths specified by the '-L' option (which reads '-L/usr/local/lib') and to create a symlink in that directory to wherever 'libdb.a' lives. E.g., if 'libdb.a' is in '/usr/lib/', then you should do "ln -s /usr/lib/libdb.a /usr/local/lib'.
-- Human history becomes more and more a race between education and catastrophe. -- HG Wells
|
|---|