|
From: Dave S. <D.T...@cs...> - 2007-08-06 10:18:35
|
On 06/08/07, Raymond Pau <ray...@in...> wrote:
> Ok. The --enable-static builds the static library (ex. libnetsnmp.a);
> But make install did not build snmpd with the static library; it is still
> linking to the shared library.
Try
configure --enable-static --disable-shared
If you don't build the shared libraries, then the agent can't link to them! :-)
Dave
|