RE: [bwm-tools-tech] Shared object file problem
Brought to you by:
nkukard
From: Adam M. T. <ad...@co...> - 2005-03-23 17:06:22
|
Thank you very much. You helped me find out that for some reason it was looking in /usr/lib for the libraries. I recompiled with a -prefix this time and that seemed to solve it. That is very strange though because when I ran make install last time, it said the libraries were put in /usr/local/lib so I assumed the prefix was already /usr/local/. Oh well. Thanks again! Adam -----Original Message----- From: go0ogl3 [mailto:go...@gm...]=20 Sent: Tuesday, March 22, 2005 11:54 PM To: Adam M. Towarnyckyj Cc: bwm...@li... Subject: Re: [bwm-tools-tech] Shared object file problem Well I'm not an specialist but did you run a strace with it and see what is looking for? Maybe is searching the library somewhere else. That's only my ideea... On Tue, 22 Mar 2005 17:54:10 -0700, Adam M. Towarnyckyj <ad...@co...> wrote: >=20 >=20 > Well, it looks like I finally got on to the list. J >=20 > =20 >=20 > I tried your advice and it worked great. Thank you. Now I'm running into a > completely separate problem which I can't seem to find an answer to. >=20 > After "./configure", "make", "make install", I can't get bwm_firewall or > bwm_graph to run at all. I get this error: >=20 > bwm_firewall: error while loading shared libraries: libbwm.1: cannot open > shared object file: No such file or directory >=20 > =20 >=20 > Oddly enough, my library path is correct and the libraries are in their > proper directory. >=20 > Any ideas? Thanks! >=20 > =20 >=20 > Adam Towarnyckyj |